From b29ae2b97528e43dd9563645a178025cbfc50529 Mon Sep 17 00:00:00 2001 From: "Andrzej J.R. Hunt" Date: Fri, 21 Sep 2012 12:31:40 +0200 Subject: Improve About Dialog for small or very large screens. Change-Id: Iec8b67dd4e59ca8a1c17119cae5be91fceecf1b1 --- .../sdremote/res/drawable/libreoffice_logo.9.png | Bin 0 -> 7083 bytes android/sdremote/res/drawable/libreoffice_logo.png | Bin 11628 -> 0 bytes android/sdremote/res/layout/dialog_about.xml | 112 +++++++++++---------- 3 files changed, 61 insertions(+), 51 deletions(-) create mode 100644 android/sdremote/res/drawable/libreoffice_logo.9.png delete mode 100644 android/sdremote/res/drawable/libreoffice_logo.png (limited to 'android') diff --git a/android/sdremote/res/drawable/libreoffice_logo.9.png b/android/sdremote/res/drawable/libreoffice_logo.9.png new file mode 100644 index 000000000000..6f0294c5181b Binary files /dev/null and b/android/sdremote/res/drawable/libreoffice_logo.9.png differ diff --git a/android/sdremote/res/drawable/libreoffice_logo.png b/android/sdremote/res/drawable/libreoffice_logo.png deleted file mode 100644 index f4f826b5c210..000000000000 Binary files a/android/sdremote/res/drawable/libreoffice_logo.png and /dev/null differ diff --git a/android/sdremote/res/layout/dialog_about.xml b/android/sdremote/res/layout/dialog_about.xml index ce30a255d058..d81b3a495406 100644 --- a/android/sdremote/res/layout/dialog_about.xml +++ b/android/sdremote/res/layout/dialog_about.xml @@ -8,65 +8,75 @@ - + - + - + - + - + - + + - android:text="@string/about_libraries" /> + + + \ No newline at end of file -- cgit v1.2.3