Implement back button logic

This commit is contained in:
neslihanturan 2017-12-11 16:20:19 +03:00 committed by maskara
parent e6f544b4dd
commit cfae4feb4a
3 changed files with 36 additions and 4 deletions

View file

@ -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>