Fixed notification close button size.
This commit is contained in:
parent
8ac82bafd0
commit
c736aabac1
1 changed files with 3 additions and 4 deletions
|
|
@ -38,15 +38,14 @@
|
||||||
|
|
||||||
<ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
|
<ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:id="@+id/action_quit"
|
android:id="@+id/action_quit"
|
||||||
style="@style/Widget.AppCompat.Button.Borderless"
|
|
||||||
android:layout_width="36dp"
|
android:layout_width="36dp"
|
||||||
android:layout_height="36dp"
|
android:layout_height="36dp"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:layout_marginEnd="2dp"
|
android:layout_margin="2dp"
|
||||||
android:layout_marginRight="2dp"
|
android:padding="6dp"
|
||||||
android:layout_marginTop="2dp"
|
|
||||||
android:background="@drawable/notification_selector"
|
android:background="@drawable/notification_selector"
|
||||||
|
android:scaleType="fitCenter"
|
||||||
tools:ignore="ContentDescription" />
|
tools:ignore="ContentDescription" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue