[Android] Do not fix adv options items size

Geoffrey Métais git at videolan.org
Fri Oct 27 11:38:27 CEST 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Oct 27 09:48:46 2017 +0200| [332aaf1bc68e3bcac22e21e93876dae3b2d32f65] | committer: Geoffrey Métais

Do not fix adv options items size

> https://code.videolan.org/videolan/vlc-android/commit/332aaf1bc68e3bcac22e21e93876dae3b2d32f65
---

 vlc-android/res/layout/adv_option_item.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vlc-android/res/layout/adv_option_item.xml b/vlc-android/res/layout/adv_option_item.xml
index 699c96357..b08af7f10 100644
--- a/vlc-android/res/layout/adv_option_item.xml
+++ b/vlc-android/res/layout/adv_option_item.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="@dimen/option_width"
-    android:layout_height="@dimen/option_height"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
     android:clickable="true"
     android:longClickable="true"
     android:focusable="true"



More information about the Android mailing list