[Android] Equalizer : typo and cosmetic fixes.

Alexandre Perraud git at videolan.org
Thu May 11 15:44:12 CEST 2017


vlc-android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Thu May 11 15:42:36 2017 +0200| [ad94bec81c64be8df65e9250dc02a1e3b04c0cb1] | committer: Alexandre Perraud

Equalizer : typo and cosmetic fixes.

> https://code.videolan.org/videolan/vlc-android/commit/ad94bec81c64be8df65e9250dc02a1e3b04c0cb1
---

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

diff --git a/vlc-android/res/layout/equalizer_bar.xml b/vlc-android/res/layout/equalizer_bar.xml
index b63031f..b83a8fb 100644
--- a/vlc-android/res/layout/equalizer_bar.xml
+++ b/vlc-android/res/layout/equalizer_bar.xml
@@ -3,6 +3,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="wrap_content"
     android:layout_height="match_parent"
+    android:layout_marginBottom="@dimen/default_margin"
     android:orientation="vertical" >
 
     <!-- Be careful: the view is rotated by 90 degrees. -->
@@ -36,7 +37,7 @@
         android:layout_gravity="center_horizontal"
         android:layout_marginBottom="10dp"
         android:textSize="12sp"
-        android:text="0.0 Db"
+        android:text="0.0 dB"
         tools:ignore="HardcodedText" />
 
 </LinearLayout>
\ No newline at end of file



More information about the Android mailing list