diff --git a/res/drawable-hdpi/ic_keyboard_arrow_left_grey600_24dp.png b/res/drawable-hdpi/ic_keyboard_arrow_left_grey600_24dp.png new file mode 100644 index 000000000..651cb3322 Binary files /dev/null and b/res/drawable-hdpi/ic_keyboard_arrow_left_grey600_24dp.png differ diff --git a/res/drawable-hdpi/ic_mic_grey600_24dp.png b/res/drawable-hdpi/ic_mic_grey600_24dp.png new file mode 100644 index 000000000..9eddc686d Binary files /dev/null and b/res/drawable-hdpi/ic_mic_grey600_24dp.png differ diff --git a/res/drawable-hdpi/ic_mic_white_24dp.png b/res/drawable-hdpi/ic_mic_white_24dp.png new file mode 100644 index 000000000..56df87e9f Binary files /dev/null and b/res/drawable-hdpi/ic_mic_white_24dp.png differ diff --git a/res/drawable-hdpi/ic_mic_white_48dp.png b/res/drawable-hdpi/ic_mic_white_48dp.png new file mode 100644 index 000000000..dda690603 Binary files /dev/null and b/res/drawable-hdpi/ic_mic_white_48dp.png differ diff --git a/res/drawable-mdpi/ic_keyboard_arrow_left_grey600_24dp.png b/res/drawable-mdpi/ic_keyboard_arrow_left_grey600_24dp.png new file mode 100644 index 000000000..ebaae6335 Binary files /dev/null and b/res/drawable-mdpi/ic_keyboard_arrow_left_grey600_24dp.png differ diff --git a/res/drawable-mdpi/ic_mic_grey600_24dp.png b/res/drawable-mdpi/ic_mic_grey600_24dp.png new file mode 100644 index 000000000..7178b133e Binary files /dev/null and b/res/drawable-mdpi/ic_mic_grey600_24dp.png differ diff --git a/res/drawable-mdpi/ic_mic_white_24dp.png b/res/drawable-mdpi/ic_mic_white_24dp.png new file mode 100644 index 000000000..199a33703 Binary files /dev/null and b/res/drawable-mdpi/ic_mic_white_24dp.png differ diff --git a/res/drawable-mdpi/ic_mic_white_48dp.png b/res/drawable-mdpi/ic_mic_white_48dp.png new file mode 100644 index 000000000..702643458 Binary files /dev/null and b/res/drawable-mdpi/ic_mic_white_48dp.png differ diff --git a/res/drawable-xhdpi/ic_keyboard_arrow_left_grey600_24dp.png b/res/drawable-xhdpi/ic_keyboard_arrow_left_grey600_24dp.png new file mode 100644 index 000000000..ff768e6a2 Binary files /dev/null and b/res/drawable-xhdpi/ic_keyboard_arrow_left_grey600_24dp.png differ diff --git a/res/drawable-xhdpi/ic_mic_grey600_24dp.png b/res/drawable-xhdpi/ic_mic_grey600_24dp.png new file mode 100644 index 000000000..47d32b80e Binary files /dev/null and b/res/drawable-xhdpi/ic_mic_grey600_24dp.png differ diff --git a/res/drawable-xhdpi/ic_mic_white_24dp.png b/res/drawable-xhdpi/ic_mic_white_24dp.png new file mode 100644 index 000000000..702643458 Binary files /dev/null and b/res/drawable-xhdpi/ic_mic_white_24dp.png differ diff --git a/res/drawable-xhdpi/ic_mic_white_48dp.png b/res/drawable-xhdpi/ic_mic_white_48dp.png new file mode 100644 index 000000000..a11b5f644 Binary files /dev/null and b/res/drawable-xhdpi/ic_mic_white_48dp.png differ diff --git a/res/drawable-xxhdpi/ic_keyboard_arrow_left_grey600_24dp.png b/res/drawable-xxhdpi/ic_keyboard_arrow_left_grey600_24dp.png new file mode 100644 index 000000000..eecee45e8 Binary files /dev/null and b/res/drawable-xxhdpi/ic_keyboard_arrow_left_grey600_24dp.png differ diff --git a/res/drawable-xxhdpi/ic_mic_grey600_24dp.png b/res/drawable-xxhdpi/ic_mic_grey600_24dp.png new file mode 100644 index 000000000..374b0b627 Binary files /dev/null and b/res/drawable-xxhdpi/ic_mic_grey600_24dp.png differ diff --git a/res/drawable-xxhdpi/ic_mic_white_24dp.png b/res/drawable-xxhdpi/ic_mic_white_24dp.png new file mode 100644 index 000000000..dda690603 Binary files /dev/null and b/res/drawable-xxhdpi/ic_mic_white_24dp.png differ diff --git a/res/drawable-xxhdpi/ic_mic_white_48dp.png b/res/drawable-xxhdpi/ic_mic_white_48dp.png new file mode 100644 index 000000000..977f7bf00 Binary files /dev/null and b/res/drawable-xxhdpi/ic_mic_white_48dp.png differ diff --git a/res/drawable-xxxhdpi/ic_keyboard_arrow_left_grey600_24dp.png b/res/drawable-xxxhdpi/ic_keyboard_arrow_left_grey600_24dp.png new file mode 100644 index 000000000..1d718b0eb Binary files /dev/null and b/res/drawable-xxxhdpi/ic_keyboard_arrow_left_grey600_24dp.png differ diff --git a/res/drawable-xxxhdpi/ic_mic_grey600_24dp.png b/res/drawable-xxxhdpi/ic_mic_grey600_24dp.png new file mode 100644 index 000000000..784bd8f45 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_mic_grey600_24dp.png differ diff --git a/res/drawable-xxxhdpi/ic_mic_white_24dp.png b/res/drawable-xxxhdpi/ic_mic_white_24dp.png new file mode 100644 index 000000000..a11b5f644 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_mic_white_24dp.png differ diff --git a/res/drawable-xxxhdpi/ic_mic_white_48dp.png b/res/drawable-xxxhdpi/ic_mic_white_48dp.png new file mode 100644 index 000000000..9fef3e62b Binary files /dev/null and b/res/drawable-xxxhdpi/ic_mic_white_48dp.png differ diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml index 1205ca2a8..16e569e73 100644 --- a/res/layout/conversation_activity.xml +++ b/res/layout/conversation_activity.xml @@ -12,13 +12,17 @@ android:id="@+id/quick_attachment_drawer" android:layout_width="match_parent" android:layout_height="match_parent" - android:orientation="vertical"> + android:orientation="vertical" + android:clipToPadding="false" + android:clipChildren="false"> + android:gravity="bottom" + android:clipToPadding="false" + android:clipChildren="false"> - - - - - - - - - - - - - - - - - - - - - - +