mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add FAB icons and bottom bar
This commit is contained in:
parent
4348dd65aa
commit
06bb7f0f4f
4 changed files with 50 additions and 0 deletions
17
app/src/main/res/layout/bar_more_info.xml
Normal file
17
app/src/main/res/layout/bar_more_info.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue