[Android] Remove unnecessary margins
Geoffrey Métais
git at videolan.org
Thu Dec 28 17:12:44 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Dec 28 15:35:32 2017 +0100| [fb00dd48cf9475eb63fb84df1310fe3ebab7af07] | committer: Geoffrey Métais
Remove unnecessary margins
> https://code.videolan.org/videolan/vlc-android/commit/fb00dd48cf9475eb63fb84df1310fe3ebab7af07
---
vlc-android/res/layout/audio_player.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/vlc-android/res/layout/audio_player.xml b/vlc-android/res/layout/audio_player.xml
index 049fce4b8..5f8a44692 100644
--- a/vlc-android/res/layout/audio_player.xml
+++ b/vlc-android/res/layout/audio_player.xml
@@ -306,7 +306,6 @@
app:layout_constraintRight_toLeftOf="@+id/repeat"
app:layout_constraintBottom_toBottomOf="@+id/play_pause"
app:layout_constraintTop_toTopOf="@+id/play_pause"
- android:layout_marginLeft="@dimen/half_default_margin"
android:contentDescription="@string/next"
android:focusable="true"
android:scaleType="fitXY"
@@ -322,7 +321,6 @@
app:layout_constraintHorizontal_chainStyle="packed"
app:layout_constraintBottom_toBottomOf="@+id/play_pause"
app:layout_constraintTop_toTopOf="@+id/play_pause"
- android:layout_marginRight="@dimen/half_default_margin"
android:contentDescription="@string/previous"
android:focusable="true"
android:scaleType="fitXY"
More information about the Android
mailing list