[Android] Remove unnecessary margins
Geoffrey Métais
git at videolan.org
Fri Dec 29 11:16:22 CET 2017
vlc-android | branch: 2.5.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Dec 28 15:35:32 2017 +0100| [69cd9f3bfefae9c6b527de4ea1aab829481d9a38] | committer: Geoffrey Métais
Remove unnecessary margins
(cherry picked from commit fb00dd48cf9475eb63fb84df1310fe3ebab7af07)
> https://code.videolan.org/videolan/vlc-android/commit/69cd9f3bfefae9c6b527de4ea1aab829481d9a38
---
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