[Android] Audio player: remove useless color definitions in the layout
Adrien Maglo
git at videolan.org
Mon Feb 24 15:09:16 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Mon Feb 24 15:05:17 2014 +0100| [140a5787c942b4b271e055e1f14243c08c1afcdc] | committer: Adrien Maglo
Audio player: remove useless color definitions in the layout
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=140a5787c942b4b271e055e1f14243c08c1afcdc
---
vlc-android/res/layout/audio_player.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/vlc-android/res/layout/audio_player.xml b/vlc-android/res/layout/audio_player.xml
index 7b91d15..90622ab 100644
--- a/vlc-android/res/layout/audio_player.xml
+++ b/vlc-android/res/layout/audio_player.xml
@@ -121,7 +121,6 @@
android:layout_weight="0"
android:clickable="true"
android:text="@string/time_0"
- android:textColor="#000000"
android:textSize="12sp" />
<SeekBar
@@ -144,7 +143,6 @@
android:layout_gravity="center|right"
android:layout_weight="0"
android:text="@string/time_0"
- android:textColor="#000000"
android:textSize="12sp" />
</LinearLayout>
More information about the Android
mailing list