# HG changeset patch
# User Xeli
# Date 1322303981 -3600
# Node ID c8e4b3f29e1e5198a8816147976fa560cb92c82f
# Parent ffb18b44415d9d862469130c29a75024db628b9f
android: fix compatibility with donut
diff -r ffb18b44415d -r c8e4b3f29e1e project_files/Android-build/SDL-android-project/res/layout/download_confirmdialog.xml
--- a/project_files/Android-build/SDL-android-project/res/layout/download_confirmdialog.xml Fri Nov 25 19:36:03 2011 +0100
+++ b/project_files/Android-build/SDL-android-project/res/layout/download_confirmdialog.xml Sat Nov 26 11:39:41 2011 +0100
@@ -2,7 +2,7 @@
-
\ No newline at end of file
+
diff -r ffb18b44415d -r c8e4b3f29e1e project_files/Android-build/SDL-android-project/res/layout/download_info.xml
--- a/project_files/Android-build/SDL-android-project/res/layout/download_info.xml Fri Nov 25 19:36:03 2011 +0100
+++ b/project_files/Android-build/SDL-android-project/res/layout/download_info.xml Sat Nov 26 11:39:41 2011 +0100
@@ -1,12 +1,12 @@
@@ -43,4 +43,4 @@
-
\ No newline at end of file
+
diff -r ffb18b44415d -r c8e4b3f29e1e project_files/Android-build/SDL-android-project/res/layout/download_listactivity.xml
--- a/project_files/Android-build/SDL-android-project/res/layout/download_listactivity.xml Fri Nov 25 19:36:03 2011 +0100
+++ b/project_files/Android-build/SDL-android-project/res/layout/download_listactivity.xml Sat Nov 26 11:39:41 2011 +0100
@@ -1,39 +1,39 @@
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
-
\ No newline at end of file
+
diff -r ffb18b44415d -r c8e4b3f29e1e project_files/Android-build/SDL-android-project/res/layout/download_progress.xml
--- a/project_files/Android-build/SDL-android-project/res/layout/download_progress.xml Fri Nov 25 19:36:03 2011 +0100
+++ b/project_files/Android-build/SDL-android-project/res/layout/download_progress.xml Sat Nov 26 11:39:41 2011 +0100
@@ -3,14 +3,15 @@
android:id="@+id/container"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:minWidth="250dip"
android:padding="5dp"
android:background="@drawable/box">
@@ -19,25 +20,27 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/progressbar"
- android:layout_alignLeft="@+id/background"
- android:layout_alignRight="@+id/cancelDownload"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentRight="true"
android:text="@string/download_queued"
android:textColor="#FFF"
android:textSize="14dp"
android:gravity="center"/>
-
+ android:text="@string/download_background"/>-->
+