aboutsummaryrefslogtreecommitdiff
path: root/res/layout-port/download.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port/download.xml')
-rw-r--r--res/layout-port/download.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/res/layout-port/download.xml b/res/layout-port/download.xml
index 9fb5d7bf..81bb6296 100644
--- a/res/layout-port/download.xml
+++ b/res/layout-port/download.xml
@@ -38,16 +38,21 @@
android:layout_alignParentTop="true"
android:scaleType="centerCrop"/>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/download_overlay_buttons"
- android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@color/overlayColor"
android:layout_alignParentBottom="true">
- <include layout="@layout/download_action_buttons"/>
- </LinearLayout>
+ <LinearLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerHorizontal="true">
+
+ <include layout="@layout/download_action_buttons"/>
+ </LinearLayout>
+ </RelativeLayout>
<LinearLayout
android:id="@+id/download_visualizer_view_layout"