在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):markushi/android-ui开源软件地址(OpenSource Url):https://github.com/markushi/android-ui开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):DeprecatedThis library is deprecated and no further development is taking place. android-uiAndroid library for UI components. repositories {
mavenCentral()
}
dependencies {
compile 'com.github.markushi:android-ui:1.2'
} Requires API level 14+ ComponentsActionView
<at.markushi.ui.ActionView
android:id="@+id/action"
android:layout_width="56dip"
android:layout_height="56dip"
android:padding="16dip"
app:av_color="@android:color/white"
app:av_action="drawer"/> You can dynamically change the action with: actionView.setAction(new BackAction(), ActionView.ROTATE_COUNTER_CLOCKWISE); The following Actions are built in:
Please note: ActionView is still under development. The API might change at any time. RevealColorView
See this example gist on how to use it. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论