이 라이브러리를 사용해보십시오 ( javadoc is here ). 최소 API 레벨은 7입니다.
dependencies {
compile 'com.shamanland:fab:0.0.8'
}
Theme, xml 또는 java-code를 통해 사용자 정의 할 수있는 단일 위젯을 제공합니다.
사용이 매우 간단합니다. 프로모션 조치 패턴 에 따라 사용 가능 normal
하고 mini
구현 되어 있습니다 .
<com.shamanland.fab.FloatingActionButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_action_my"
app:floatingActionButtonColor="@color/my_fab_color"
app:floatingActionButtonSize="mini"
/>
데모 앱 을 컴파일하십시오 . 와 함께 사용하는 밝은 테마와 어두운 테마 는 두 개의 뷰 사이ListView
에 정렬 됩니다.