Reduce timeline menu thread icon padding

This commit is contained in:
ariskotsomitopoulos 2022-03-22 12:55:50 +02:00
parent 52699357dd
commit 3c6dbd0843
2 changed files with 2 additions and 1 deletions

View file

@ -40,6 +40,7 @@
<dimen name="menu_item_icon_size">24dp</dimen>
<dimen name="menu_item_size">48dp</dimen>
<dimen name="menu_item_ripple_size">48dp</dimen>
<dimen name="menu_item_width_small">38dp</dimen>
<!-- Composer -->
<dimen name="composer_min_height">56dp</dimen>

View file

@ -2,7 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="@dimen/menu_item_size"
android:layout_width="@dimen/menu_item_width_small"
android:layout_height="@dimen/menu_item_size">
<FrameLayout