Add FAB icons and bottom bar

This commit is contained in:
neslihanturan 2017-12-11 16:16:34 +03:00 committed by maskara
parent de2b05fc0b
commit e6f544b4dd
4 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="48dp"
android:id="@+id/more_info_bar"
android:visibility="gone"
android:layout_gravity="bottom"
android:background="@color/default_circle_indicator_stroke_color"
>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/show_list_button"
android:text="More Info"
android:background="@color/default_circle_indicator_stroke_color"
/>
</LinearLayout>