[Android] Equalizer: reduce the text size of the bars

Adrien Maglo git at videolan.org
Thu Feb 6 19:42:55 CET 2014


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Thu Feb  6 19:42:48 2014 +0100| [c049db76cdf6cdc473043387909314939913b2d9] | committer: Adrien Maglo

Equalizer: reduce the text size of the bars

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=c049db76cdf6cdc473043387909314939913b2d9
---

 vlc-android/res/layout/equalizer_bar.xml |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/vlc-android/res/layout/equalizer_bar.xml b/vlc-android/res/layout/equalizer_bar.xml
index 4017a02..6aeb6c9 100644
--- a/vlc-android/res/layout/equalizer_bar.xml
+++ b/vlc-android/res/layout/equalizer_bar.xml
@@ -24,6 +24,7 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_gravity="center_horizontal"
+        android:textSize="10sp"
         android:text="16 kHz"
         tools:ignore="HardcodedText" />
 
@@ -33,6 +34,7 @@
         android:layout_height="wrap_content"
         android:layout_gravity="center_horizontal"
         android:layout_marginBottom="10dp"
+        android:textSize="10sp"
         android:text="0.0 Db"
         tools:ignore="HardcodedText" />
 



More information about the Android mailing list