[Android] About: align the version

Jean-Baptiste Kempf git at videolan.org
Mon Jun 25 23:52:56 CEST 2012


android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 25 23:51:48 2012 +0200| [9236ed22c566e0d79782e6abe596aeea57ea01a1] | committer: Jean-Baptiste Kempf

About: align the version

> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=9236ed22c566e0d79782e6abe596aeea57ea01a1
---

 vlc-android/res/layout/about.xml      |    6 ++++--
 vlc-android/res/layout/about_main.xml |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/vlc-android/res/layout/about.xml b/vlc-android/res/layout/about.xml
index b3100e3..14e62f6 100644
--- a/vlc-android/res/layout/about.xml
+++ b/vlc-android/res/layout/about.xml
@@ -33,11 +33,13 @@
             android:id="@+id/textViewVersion"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
+            android:layout_alignParentBottom="true"
             android:layout_alignParentRight="true"
-            android:layout_centerVertical="true"
+            android:layout_marginRight="8dp"
+            android:layout_marginBottom="4dp"
             android:gravity="center"
             android:textColor="@android:color/white"
-            android:textSize="26sp" />
+            android:textSize="18sp" />
 
     </RelativeLayout>
 
diff --git a/vlc-android/res/layout/about_main.xml b/vlc-android/res/layout/about_main.xml
index 5dfa06c..e3be6fd 100644
--- a/vlc-android/res/layout/about_main.xml
+++ b/vlc-android/res/layout/about_main.xml
@@ -105,7 +105,7 @@
             android:layout_height="wrap_content"
             android:layout_marginTop="5dp"
             android:gravity="center"
-            android:text="foo at bar (xxxx-xx-xx)"
+            android:text=""
             android:textColor="@android:color/black"
             android:textSize="11sp" />
 



More information about the Android mailing list