[Android] History : Fix dark theme
Alexandre Perraud
git at videolan.org
Fri May 27 18:28:11 CEST 2016
vlc-android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Fri May 27 18:27:31 2016 +0200| [73754731f69f74e5813199125cfb1411ca54350d] | committer: Alexandre Perraud
History : Fix dark theme
> https://code.videolan.org/videolan/vlc-android/commit/73754731f69f74e5813199125cfb1411ca54350d
---
vlc-android/res/layout/list_item.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/res/layout/list_item.xml b/vlc-android/res/layout/list_item.xml
index 5fe0d89..d534ffc 100644
--- a/vlc-android/res/layout/list_item.xml
+++ b/vlc-android/res/layout/list_item.xml
@@ -25,6 +25,7 @@
android:clickable="true"
android:onClick="@{holder.onClick}">
<LinearLayout
+ android:background="?attr/background_default"
android:id="@+id/layout_item"
android:layout_width="match_parent"
android:layout_height="wrap_content"
More information about the Android
mailing list