Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 292 B |
Before Width: | Height: | Size: 279 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 499 B After Width: | Height: | Size: 586 B |
Before Width: | Height: | Size: 662 B After Width: | Height: | Size: 588 B |
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:id="@+id/remove_image_button"
|
android:id="@+id/remove_image_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="@dimen/media_bubble_remove_button_size"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/media_bubble_remove_button_size"
|
||||||
android:src="@drawable/conversation_attachment_close_circle" />
|
android:src="@drawable/conversation_attachment_close_circle" />
|
||||||
|