AirPurgeView Save

AirPurgeView

Project README

AirPurgeView

Ч??ͼ????

main.png

mode.gif

????


Maven

<dependency>
  <groupId>com.wx.library</groupId>
  <artifactId>airpurgeview</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>

Gradle

compile 'com.wx.library:airpurgeview:1.0'

?????õIJ???


<declare-styleable name="AirPurgeLayoutView">
	<attr name="granule_num" format="integer"/>    <!--????????-->
	<attr name="granule_radius" format="float"/>   <!--????????-->
	<attr name="granule_color" format="color"/>    <!--??????ɫ,??ò?͸????-->

	<attr name="circle_proportion" format="float"/>  <!--Բ??ֱ????Сռ????????С???Ǹ??ı???-->
	<attr name="main_color" format="color"/>            <!--ʵ??Բ??????ҶԲ???????????ɫ-->
	<attr name="solidring_width" format="float"/>    <!--????Ȧʵ??Բ???Ŀ??ȣ???ò?Ҫ̫??-->
	<attr name="dashedring_width" format="float"/>    <!--??ҶԲ???Ŀ??ȣ?????????solidwidth?ı???ã??????ʵ?????-->
	<attr name="toptitle" format="string"/>
	<attr name="centertitle" format="string"/>
	<attr name="bottomtitle" format="string"/>
	<attr name="toptitle_textsize" format="dimension"/>
	<attr name="centertitle_textsize" format="dimension"/>
	<attr name="bottomtitle_textsize" format="dimension"/>
	<attr name="speed_level" format="integer"/>     <!--????Ĭ??3000???????޸?-->
	<attr name="eachpan_angle" format="float"/>    <!--ÿƬ??Ҷ?ĽǶ? ?Լ?Ҫ????üӼ?϶ һ??360-->
	<attr name="eachpan_anglegap" format="float"/>    <!--??????Ҷ?ļ?϶-->
</declare-styleable>

sample

XML


<com.wx.airpurgeview.AirPurgeLayoutView
        android:id="@+id/airpurge_view"
        android:layout_width="match_parent"
        android:layout_height="400dp"
        app:toptitle="PM2.5"
        app:centertitle="521"
        app:bottomtitle="??????"/>

Java


btnChangeNum.setOnClickListener {
            clearMode1Anim()
            mAirPurgeView.setCenterTitle(random.nextInt(600).toString())
        }
        btnChangeBg.setOnClickListener {
            clearMode1Anim()
            if (colorIndex >= bgColors.size) colorIndex = 0
            mAirPurgeView.setBackgroundColor(bgColors[colorIndex],1000)
            colorIndex += 1
        }
        btnChangeStart.setOnClickListener {
            clearMode1Anim()
            mAirPurgeView.onOpenAirPurge()
        }
        btnChangeEnd.setOnClickListener {
            clearMode1Anim()
            mAirPurgeView.onCloseAirPurge()
        }
        btnChangeSpeed.setOnClickListener {
            clearMode1Anim()
            if (colorIndex >= bgColors.size || colorIndex <= 0) colorIndex = bgColors.size - 1
            mAirPurgeView.setSpeedLevel(colorIndex*1000.toLong())
            colorIndex -= 1
        }
        btnOpenGranlue.setOnClickListener {
            clearMode1Anim()
            mAirPurgeView.onOpenGranule(false)
        }
        btnCloseGranlue.setOnClickListener {
            clearMode1Anim()
            mAirPurgeView.onClearAllGranule()
        }
        btnChangeGranuleMode.setOnClickListener {
            clearMode1Anim()
            mAirPurgeView.onChangeGranuleMode(!mAirPurgeView.getGranuleMode())
        }


?????????????????????ʱ??͸Ľ???????

????ʹ?ù??????????⣬Ҳ????и??¡?????

Open Source Agenda is not affiliated with "AirPurgeView" Project. README Source: mochixuan/AirPurgeView
Stars
156
Open Issues
1
Last Commit
6 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating