mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43: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
|
|
@ -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