Close button resource clean up
BIN
app/src/main/res/drawable-hdpi/ic_close_black_24dp.png
Normal file
|
After Width: | Height: | Size: 301 B |
BIN
app/src/main/res/drawable-mdpi/ic_close_black_24dp.png
Normal file
|
After Width: | Height: | Size: 257 B |
BIN
app/src/main/res/drawable-xhdpi/ic_close_black_24dp.png
Normal file
|
After Width: | Height: | Size: 360 B |
|
Before Width: | Height: | Size: 527 B |
|
Before Width: | Height: | Size: 888 B |
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/drawable-xxhdpi/ic_close_black_24dp.png
Normal file
|
After Width: | Height: | Size: 425 B |
BIN
app/src/main/res/drawable-xxxhdpi/ic_close_black_24dp.png
Normal file
|
After Width: | Height: | Size: 565 B |
|
|
@ -90,8 +90,8 @@
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/button_quit"
|
android:id="@+id/button_quit"
|
||||||
style="@style/NotificationButton"
|
style="@style/NotificationButton"
|
||||||
android:padding="16dp"
|
android:padding="8dp"
|
||||||
android:src="@drawable/close"/>
|
android:src="@drawable/ic_close_black_24dp"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,8 +37,8 @@
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:background="@drawable/notification_selector"
|
android:background="@drawable/notification_selector"
|
||||||
android:padding="16dp"
|
android:padding="8dp"
|
||||||
android:src="@drawable/close"
|
android:src="@drawable/ic_close_black_24dp"
|
||||||
android:tint="@color/notification_buttons_tint"/>
|
android:tint="@color/notification_buttons_tint"/>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
|
|
||||||
|
|
@ -91,8 +91,8 @@
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/button_quit"
|
android:id="@+id/button_quit"
|
||||||
style="@style/NotificationButton"
|
style="@style/NotificationButton"
|
||||||
android:padding="16dp"
|
android:padding="8dp"
|
||||||
android:src="@drawable/close"/>
|
android:src="@drawable/ic_close_black_24dp"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,8 +37,8 @@
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:background="?android:selectableItemBackground"
|
android:background="?android:selectableItemBackground"
|
||||||
android:padding="16dp"
|
android:padding="8dp"
|
||||||
android:src="@drawable/close"/>
|
android:src="@drawable/ic_close_black_24dp"/>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
|
||||||