diff --git a/res/drawable-hdpi/ic_clear_white_24dp.png b/res/drawable-hdpi/ic_clear_white_24dp.png new file mode 100644 index 0000000000..0fd15563a2 Binary files /dev/null and b/res/drawable-hdpi/ic_clear_white_24dp.png differ diff --git a/res/drawable-mdpi/ic_clear_white_24dp.png b/res/drawable-mdpi/ic_clear_white_24dp.png new file mode 100644 index 0000000000..e80681aeb7 Binary files /dev/null and b/res/drawable-mdpi/ic_clear_white_24dp.png differ diff --git a/res/drawable-xhdpi/ic_clear_white_24dp.png b/res/drawable-xhdpi/ic_clear_white_24dp.png new file mode 100644 index 0000000000..76e07f0970 Binary files /dev/null and b/res/drawable-xhdpi/ic_clear_white_24dp.png differ diff --git a/res/drawable-xxhdpi/ic_clear_white_24dp.png b/res/drawable-xxhdpi/ic_clear_white_24dp.png new file mode 100644 index 0000000000..f54f4f9d11 Binary files /dev/null and b/res/drawable-xxhdpi/ic_clear_white_24dp.png differ diff --git a/res/drawable-xxxhdpi/ic_clear_white_24dp.png b/res/drawable-xxxhdpi/ic_clear_white_24dp.png new file mode 100644 index 0000000000..7b2a480a02 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_clear_white_24dp.png differ diff --git a/res/drawable/conversation_attachment_close_circle.xml b/res/drawable/conversation_attachment_close_circle.xml new file mode 100644 index 0000000000..2b799c02db --- /dev/null +++ b/res/drawable/conversation_attachment_close_circle.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml index 27e8c839e1..59d5ff1083 100644 --- a/res/layout/conversation_activity.xml +++ b/res/layout/conversation_activity.xml @@ -1,9 +1,10 @@ + android:layout_width="fill_parent" + android:layout_height="fill_parent" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:orientation="vertical"> - - + - + + -