Close button resource clean up
This commit is contained in:
parent
a3e9168dd4
commit
e5ebcb0be5
12 changed files with 8 additions and 8 deletions
|
|
@ -91,8 +91,8 @@
|
|||
<ImageButton
|
||||
android:id="@+id/button_quit"
|
||||
style="@style/NotificationButton"
|
||||
android:padding="16dp"
|
||||
android:src="@drawable/close"/>
|
||||
android:padding="8dp"
|
||||
android:src="@drawable/ic_close_black_24dp"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@
|
|||
android:layout_alignParentTop="true"
|
||||
android:layout_gravity="center"
|
||||
android:background="?android:selectableItemBackground"
|
||||
android:padding="16dp"
|
||||
android:src="@drawable/close"/>
|
||||
android:padding="8dp"
|
||||
android:src="@drawable/ic_close_black_24dp"/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue