From: David A. Velasco Date: Mon, 6 May 2013 08:48:43 +0000 (+0200) Subject: Merge branch 'develop' into file_browsing_refactoring X-Git-Tag: oc-android-1.4.3~27^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/b36914df88ff9abd04c19b422889de894df3a714?hp=fc4819a50495ef76eee1ec757a800d7fcbc409ad Merge branch 'develop' into file_browsing_refactoring Conflicts: AndroidManifest.xml src/com/owncloud/android/ui/activity/FileDisplayActivity.java src/com/owncloud/android/ui/fragment/FileDetailFragment.java --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ba32f6cf..b047f918 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -49,7 +49,8 @@ android:theme="@style/Theme.ownCloud"> + android:label="@string/app_name" + android:configChanges="orientation|screenSize"> @@ -150,7 +151,7 @@ - + @@ -161,22 +162,22 @@ - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + diff --git a/res/drawable-hdpi-v9/ic_action_download.png b/res/drawable-hdpi-v9/ic_action_download.png new file mode 100644 index 00000000..25476cd7 Binary files /dev/null and b/res/drawable-hdpi-v9/ic_action_download.png differ diff --git a/res/drawable-hdpi/ic_action_download.png b/res/drawable-hdpi/ic_action_download.png new file mode 100644 index 00000000..05e75b4b Binary files /dev/null and b/res/drawable-hdpi/ic_action_download.png differ diff --git a/res/drawable-ldpi-v9/ic_action_download.png b/res/drawable-ldpi-v9/ic_action_download.png new file mode 100644 index 00000000..41fe95a4 Binary files /dev/null and b/res/drawable-ldpi-v9/ic_action_download.png differ diff --git a/res/drawable-ldpi/ic_action_download.png b/res/drawable-ldpi/ic_action_download.png new file mode 100644 index 00000000..7293d6da Binary files /dev/null and b/res/drawable-ldpi/ic_action_download.png differ diff --git a/res/drawable-mdpi-v9/ic_action_download.png b/res/drawable-mdpi-v9/ic_action_download.png new file mode 100644 index 00000000..2684c83f Binary files /dev/null and b/res/drawable-mdpi-v9/ic_action_download.png differ diff --git a/res/drawable-mdpi/ic_action_download.png b/res/drawable-mdpi/ic_action_download.png new file mode 100644 index 00000000..afb2cb2e Binary files /dev/null and b/res/drawable-mdpi/ic_action_download.png differ diff --git a/res/layout/file_details_fragment.xml b/res/layout/file_details_fragment.xml index aa77c657..ec756463 100644 --- a/res/layout/file_details_fragment.xml +++ b/res/layout/file_details_fragment.xml @@ -178,57 +178,32 @@ android:text="@string/downloader_download_in_progress_ticker" /> - - -