[Android] Remove browsers background
Geoffrey Métais
git at videolan.org
Mon Sep 18 15:40:26 CEST 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Sep 18 15:39:40 2017 +0200| [fe4abdc55f8a3c3febff148e3c34259f9e550e0a] | committer: Geoffrey Métais
Remove browsers background
Redundant with app background, creating overdrawing
> https://code.videolan.org/videolan/vlc-android/commit/fe4abdc55f8a3c3febff148e3c34259f9e550e0a
---
vlc-android/res/layout/directory_browser.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/vlc-android/res/layout/directory_browser.xml b/vlc-android/res/layout/directory_browser.xml
index 6861d5bf1..17121fc0a 100644
--- a/vlc-android/res/layout/directory_browser.xml
+++ b/vlc-android/res/layout/directory_browser.xml
@@ -3,8 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?attr/background_default_darker" >
+ android:layout_height="match_parent" >
<include layout="@layout/button_search"
android:layout_width="0dp"
More information about the Android
mailing list