Added inner padding to the notifications buttons to reduce their drawable size. They looked to bulky before.
This commit is contained in:
parent
d2fda4a839
commit
d1156aa47b
5 changed files with 26 additions and 2 deletions
|
|
@ -100,6 +100,8 @@
|
|||
android:layout_weight="1"
|
||||
android:background="@drawable/notification_selector"
|
||||
android:gravity="center"
|
||||
android:padding="8dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_skip_previous_white_36dp"
|
||||
android:tint="@color/default_notification_content_color"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
|
@ -114,6 +116,8 @@
|
|||
android:layout_weight="1"
|
||||
android:background="@drawable/notification_selector"
|
||||
android:gravity="center"
|
||||
android:padding="8dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_play_arrow_white_36dp"
|
||||
android:tint="@color/default_notification_content_color"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
|
@ -128,6 +132,8 @@
|
|||
android:layout_weight="1"
|
||||
android:background="@drawable/notification_selector"
|
||||
android:gravity="center"
|
||||
android:padding="8dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_skip_next_white_36dp"
|
||||
android:tint="@color/default_notification_content_color"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue