mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Implement back button logic
This commit is contained in:
parent
e6f544b4dd
commit
cfae4feb4a
3 changed files with 36 additions and 4 deletions
|
|
@ -65,6 +65,7 @@
|
|||
</RelativeLayout>
|
||||
<include layout="@layout/bottom_sheet_nearby" />
|
||||
<include layout="@layout/bottom_sheet_details" android:id="@+id/bottom_sheet_details" />
|
||||
<include layout="@layout/bar_more_info" />
|
||||
|
||||
<android.support.design.widget.FloatingActionButton
|
||||
android:id="@+id/fab_plus"
|
||||
|
|
|
|||
|
|
@ -10,8 +10,9 @@
|
|||
<Button
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/show_list_button"
|
||||
android:id="@+id/more_info_button"
|
||||
android:text="More Info"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:background="@color/default_circle_indicator_stroke_color"
|
||||
/>
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue