[Android] Remove some tabs and minor cosmetic design fix
Alexandre Perraud
git at videolan.org
Fri Mar 6 16:18:30 CET 2015
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Fri Mar 6 16:16:24 2015 +0100| [e4e7f433d58a15834955bb3f8edbbe8a8aa4364f] | committer: Alexandre Perraud
Remove some tabs and minor cosmetic design fix
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e4e7f433d58a15834955bb3f8edbbe8a8aa4364f
---
vlc-android/res/layout/fragment_advanced_options.xml | 4 ++--
vlc-android/res/xml/preferences.xml | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/vlc-android/res/layout/fragment_advanced_options.xml b/vlc-android/res/layout/fragment_advanced_options.xml
index a4e234d..fb1bf1a 100644
--- a/vlc-android/res/layout/fragment_advanced_options.xml
+++ b/vlc-android/res/layout/fragment_advanced_options.xml
@@ -17,8 +17,8 @@
<ImageView
android:id="@+id/playback_speed_icon"
- android:layout_width="40dp"
- android:layout_height="40dp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:src="@drawable/ic_speed_normal_w" />
diff --git a/vlc-android/res/xml/preferences.xml b/vlc-android/res/xml/preferences.xml
index a5d3b02..ae99de1 100644
--- a/vlc-android/res/xml/preferences.xml
+++ b/vlc-android/res/xml/preferences.xml
@@ -70,12 +70,12 @@
android:summary="@string/enable_steal_remote_control_summary"
android:title="@string/enable_steal_remote_control" />
<ListPreference
- android:defaultValue="0"
- android:entries="@array/audio_title_alignment_list"
- android:entryValues="@array/audio_title_alignment_values"
- android:key="audio_title_alignment"
- android:persistent="true"
- android:title="@string/audio_title_alignment" />
+ android:defaultValue="0"
+ android:entries="@array/audio_title_alignment_list"
+ android:entryValues="@array/audio_title_alignment_values"
+ android:key="audio_title_alignment"
+ android:persistent="true"
+ android:title="@string/audio_title_alignment" />
</PreferenceCategory>
</PreferenceScreen>
<PreferenceScreen android:title="@string/performance_prefs_category" >
More information about the Android
mailing list