diff --git a/res/drawable-hdpi/ic_close_white_24dp.png b/res/drawable-hdpi/ic_close_white_24dp.png new file mode 100644 index 000000000..d42adbaae Binary files /dev/null and b/res/drawable-hdpi/ic_close_white_24dp.png differ diff --git a/res/drawable-mdpi/ic_close_white_24dp.png b/res/drawable-mdpi/ic_close_white_24dp.png new file mode 100644 index 000000000..bb62b22d4 Binary files /dev/null and b/res/drawable-mdpi/ic_close_white_24dp.png differ diff --git a/res/drawable-xhdpi/ic_close_white_24dp.png b/res/drawable-xhdpi/ic_close_white_24dp.png new file mode 100644 index 000000000..856427baf Binary files /dev/null and b/res/drawable-xhdpi/ic_close_white_24dp.png differ diff --git a/res/drawable-xxhdpi/ic_close_white_24dp.png b/res/drawable-xxhdpi/ic_close_white_24dp.png new file mode 100644 index 000000000..1690d6f73 Binary files /dev/null and b/res/drawable-xxhdpi/ic_close_white_24dp.png differ diff --git a/res/drawable-xxxhdpi/ic_close_white_24dp.png b/res/drawable-xxxhdpi/ic_close_white_24dp.png new file mode 100644 index 000000000..8d6b78513 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_close_white_24dp.png differ diff --git a/res/layout/reminder_header.xml b/res/layout/reminder_header.xml index 64d609160..2d4354abe 100644 --- a/res/layout/reminder_header.xml +++ b/res/layout/reminder_header.xml @@ -1,6 +1,7 @@ @@ -9,6 +10,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" + tools:visibility="visible" + android:padding="2dp" android:gravity="center_vertical" android:background="?reminder_header_background"> @@ -23,12 +26,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="5dp" + tools:text="Invite to Signal" android:textColor="@color/white" android:textSize="18sp"/> @@ -51,27 +56,8 @@ android:layout_height="40dp" android:padding="10dp" android:background="@drawable/touch_highlight_background" - android:src="@drawable/ic_menu_remove_holo_light"/> + android:src="@drawable/ic_close_white_24dp"/> - - - -