[Android] Style: change the color of the audio browser separators
    Adrien Maglo 
    git at videolan.org
       
    Wed Dec  4 14:45:27 CET 2013
    
    
  
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Dec  4 14:38:16 2013 +0100| [4d0f521f7e09c6a2a961e81ec375c2e00de3f772] | committer: Adrien Maglo
Style: change the color of the audio browser separators
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=4d0f521f7e09c6a2a961e81ec375c2e00de3f772
---
 vlc-android/res/layout/audio_browser_separator.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-android/res/layout/audio_browser_separator.xml b/vlc-android/res/layout/audio_browser_separator.xml
index 89951cf..4e063ce 100644
--- a/vlc-android/res/layout/audio_browser_separator.xml
+++ b/vlc-android/res/layout/audio_browser_separator.xml
@@ -13,12 +13,12 @@
         android:layout_marginTop="5dip"
         android:text="@string/title"
         android:textAllCaps="true"
-        android:textColor="?attr/orange"
+        android:textColor="?attr/darkorange"
         android:textSize="20sp" />
     
     <View
         android:layout_width="fill_parent"
         android:layout_height="2dip"
-        android:background="?attr/orange" />
+        android:background="?attr/darkorange" />
 
 </LinearLayout>
    
    
More information about the Android
mailing list