fix attachment remove button alignment

fixes #3597
Closes #4077
// FREEBIE
This commit is contained in:
Jake McGinty
2015-09-16 13:41:10 -07:00
committed by Moxie Marlinspike
parent 415a61a09b
commit 2d65464c04
10 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/remove_image_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="@dimen/media_bubble_remove_button_size"
android:layout_height="@dimen/media_bubble_remove_button_size"
android:src="@drawable/conversation_attachment_close_circle" />