[Android] Decrease toolbar app icon size
Nicolas Pomepuy
git at videolan.org
Thu Apr 16 15:43:35 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Apr 7 13:59:08 2020 +0200| [f3f194b791d5de7f722d33f2968d2dc38fcc80c0] | committer: Nicolas Pomepuy
Decrease toolbar app icon size
> https://code.videolan.org/videolan/vlc-android/commit/f3f194b791d5de7f722d33f2968d2dc38fcc80c0
---
application/vlc-android/res/layout/toolbar.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/application/vlc-android/res/layout/toolbar.xml b/application/vlc-android/res/layout/toolbar.xml
index d16192e4d..943a2bc35 100644
--- a/application/vlc-android/res/layout/toolbar.xml
+++ b/application/vlc-android/res/layout/toolbar.xml
@@ -25,8 +25,8 @@
<ImageView
android:id="@+id/toolbar_icon"
- android:layout_width="36dp"
- android:layout_height="36dp"
+ android:layout_width="32dp"
+ android:layout_height="32dp"
app:srcCompat="@drawable/icon" />
<TextView
More information about the Android
mailing list