Added back button to download activity ActionBar

This commit is contained in:
David 2016-04-23 07:22:29 -03:00
parent 4bae12aa55
commit 0156a4f39e
2 changed files with 29 additions and 12 deletions

View file

@ -1,4 +1,4 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
@ -8,11 +8,4 @@ android:orientation="vertical">
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<FrameLayout
android:id="@+id/nav"
android:layout_gravity="left"
android:layout_width="240dp"
android:layout_height="match_parent">
</FrameLayout>
</RelativeLayout>
</LinearLayout>