[Android] VideoList: change the item footer color
Adrien Maglo
git at videolan.org
Wed Mar 12 15:27:41 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Mar 12 14:17:38 2014 +0100| [3265ba11f8e52b29e60aa410482e023a0130fdbf] | committer: Adrien Maglo
VideoList: change the item footer color
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=3265ba11f8e52b29e60aa410482e023a0130fdbf
---
vlc-android/res/layout/video_list_item.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/video_list_item.xml b/vlc-android/res/layout/video_list_item.xml
index 8459e6f..76ab897 100644
--- a/vlc-android/res/layout/video_list_item.xml
+++ b/vlc-android/res/layout/video_list_item.xml
@@ -63,5 +63,5 @@
android:layout_width="wrap_content"
android:layout_height="1dp"
android:layout_below="@+id/ml_item_layout_thumbnail"
- android:background="?attr/background_menu_divider" />
+ android:background="?attr/item_footer" />
</RelativeLayout>
\ No newline at end of file
More information about the Android
mailing list