Close button resource clean up

This commit is contained in:
Karim Abou Zeid 2015-03-05 16:15:45 +01:00
commit e5ebcb0be5
12 changed files with 8 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 888 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

View file

@ -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>

View file

@ -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

View file

@ -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>

View file

@ -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"