Tweak attachment type selector look
// FREEBIE
BIN
res/drawable-hdpi/ic_camera_white_24dp.png
Normal file
After Width: | Height: | Size: 585 B |
BIN
res/drawable-hdpi/ic_gif_white_24dp.png
Normal file
After Width: | Height: | Size: 196 B |
BIN
res/drawable-hdpi/ic_headset_white_24dp.png
Normal file
After Width: | Height: | Size: 350 B |
BIN
res/drawable-hdpi/ic_image_white_24dp.png
Normal file
After Width: | Height: | Size: 261 B |
BIN
res/drawable-hdpi/ic_keyboard_arrow_down_white_24dp.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
res/drawable-hdpi/ic_location_on_white_24dp.png
Normal file
After Width: | Height: | Size: 371 B |
BIN
res/drawable-hdpi/ic_person_white_24dp.png
Normal file
After Width: | Height: | Size: 273 B |
BIN
res/drawable-mdpi/ic_camera_white_24dp.png
Normal file
After Width: | Height: | Size: 377 B |
BIN
res/drawable-mdpi/ic_gif_white_24dp.png
Normal file
After Width: | Height: | Size: 133 B |
BIN
res/drawable-mdpi/ic_headset_white_24dp.png
Normal file
After Width: | Height: | Size: 238 B |
BIN
res/drawable-mdpi/ic_image_white_24dp.png
Normal file
After Width: | Height: | Size: 185 B |
BIN
res/drawable-mdpi/ic_keyboard_arrow_down_white_24dp.png
Normal file
After Width: | Height: | Size: 145 B |
BIN
res/drawable-mdpi/ic_location_on_white_24dp.png
Normal file
After Width: | Height: | Size: 265 B |
BIN
res/drawable-mdpi/ic_person_white_24dp.png
Normal file
After Width: | Height: | Size: 188 B |
BIN
res/drawable-xhdpi/ic_camera_white_24dp.png
Normal file
After Width: | Height: | Size: 758 B |
BIN
res/drawable-xhdpi/ic_gif_white_24dp.png
Normal file
After Width: | Height: | Size: 158 B |
BIN
res/drawable-xhdpi/ic_headset_white_24dp.png
Normal file
After Width: | Height: | Size: 433 B |
BIN
res/drawable-xhdpi/ic_image_white_24dp.png
Normal file
After Width: | Height: | Size: 304 B |
BIN
res/drawable-xhdpi/ic_keyboard_arrow_down_white_24dp.png
Normal file
After Width: | Height: | Size: 201 B |
BIN
res/drawable-xhdpi/ic_location_on_white_24dp.png
Normal file
After Width: | Height: | Size: 456 B |
BIN
res/drawable-xhdpi/ic_person_white_24dp.png
Normal file
After Width: | Height: | Size: 312 B |
BIN
res/drawable-xxhdpi/ic_camera_white_24dp.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-xxhdpi/ic_gif_white_24dp.png
Normal file
After Width: | Height: | Size: 213 B |
BIN
res/drawable-xxhdpi/ic_headset_white_24dp.png
Normal file
After Width: | Height: | Size: 610 B |
BIN
res/drawable-xxhdpi/ic_image_white_24dp.png
Normal file
After Width: | Height: | Size: 450 B |
BIN
res/drawable-xxhdpi/ic_keyboard_arrow_down_white_24dp.png
Normal file
After Width: | Height: | Size: 268 B |
BIN
res/drawable-xxhdpi/ic_location_on_white_24dp.png
Normal file
After Width: | Height: | Size: 675 B |
BIN
res/drawable-xxhdpi/ic_person_white_24dp.png
Normal file
After Width: | Height: | Size: 440 B |
BIN
res/drawable-xxxhdpi/ic_camera_white_24dp.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
res/drawable-xxxhdpi/ic_gif_white_24dp.png
Normal file
After Width: | Height: | Size: 224 B |
BIN
res/drawable-xxxhdpi/ic_headset_white_24dp.png
Normal file
After Width: | Height: | Size: 838 B |
BIN
res/drawable-xxxhdpi/ic_image_white_24dp.png
Normal file
After Width: | Height: | Size: 570 B |
BIN
res/drawable-xxxhdpi/ic_keyboard_arrow_down_white_24dp.png
Normal file
After Width: | Height: | Size: 303 B |
BIN
res/drawable-xxxhdpi/ic_location_on_white_24dp.png
Normal file
After Width: | Height: | Size: 869 B |
BIN
res/drawable-xxxhdpi/ic_person_white_24dp.png
Normal file
After Width: | Height: | Size: 577 B |
@ -29,11 +29,10 @@
|
|||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
<org.thoughtcrime.securesms.components.CircleColorImageView
|
||||||
android:id="@+id/gallery_button"
|
android:id="@+id/gallery_button"
|
||||||
android:layout_width="60dp"
|
android:layout_width="53dp"
|
||||||
android:layout_height="60dp"
|
android:layout_height="53dp"
|
||||||
android:src="@drawable/ic_image_white_36dp"
|
android:src="@drawable/ic_image_white_24dp"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:elevation="4dp"
|
|
||||||
android:contentDescription="@string/attachment_type_selector__gallery_description"
|
android:contentDescription="@string/attachment_type_selector__gallery_description"
|
||||||
app:circleColor="@color/purple_400"/>
|
app:circleColor="@color/purple_400"/>
|
||||||
|
|
||||||
@ -53,11 +52,10 @@
|
|||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
<org.thoughtcrime.securesms.components.CircleColorImageView
|
||||||
android:id="@+id/audio_button"
|
android:id="@+id/audio_button"
|
||||||
android:layout_width="60dp"
|
android:layout_width="53dp"
|
||||||
android:layout_height="60dp"
|
android:layout_height="53dp"
|
||||||
android:src="@drawable/ic_headset_white_36dp"
|
android:src="@drawable/ic_headset_white_24dp"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:elevation="4dp"
|
|
||||||
android:contentDescription="@string/attachment_type_selector__audio_description"
|
android:contentDescription="@string/attachment_type_selector__audio_description"
|
||||||
app:circleColor="@color/orange_400"/>
|
app:circleColor="@color/orange_400"/>
|
||||||
|
|
||||||
@ -77,11 +75,10 @@
|
|||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
<org.thoughtcrime.securesms.components.CircleColorImageView
|
||||||
android:id="@+id/document_button"
|
android:id="@+id/document_button"
|
||||||
android:layout_width="60dp"
|
android:layout_width="53dp"
|
||||||
android:layout_height="60dp"
|
android:layout_height="53dp"
|
||||||
android:src="@drawable/ic_insert_drive_file_white_36dp"
|
android:src="@drawable/ic_insert_drive_file_white_24dp"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:elevation="4dp"
|
|
||||||
android:contentDescription="@string/attachment_type_selector__document_description"
|
android:contentDescription="@string/attachment_type_selector__document_description"
|
||||||
app:circleColor="@color/red_400"/>
|
app:circleColor="@color/red_400"/>
|
||||||
|
|
||||||
@ -101,11 +98,10 @@
|
|||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
<org.thoughtcrime.securesms.components.CircleColorImageView
|
||||||
android:id="@+id/contact_button"
|
android:id="@+id/contact_button"
|
||||||
android:layout_width="60dp"
|
android:layout_width="53dp"
|
||||||
android:layout_height="60dp"
|
android:layout_height="53dp"
|
||||||
android:src="@drawable/ic_person_white_36dp"
|
android:src="@drawable/ic_person_white_24dp"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:elevation="4dp"
|
|
||||||
android:contentDescription="@string/attachment_type_selector__contact_description"
|
android:contentDescription="@string/attachment_type_selector__contact_description"
|
||||||
app:circleColor="@color/blue_400"/>
|
app:circleColor="@color/blue_400"/>
|
||||||
|
|
||||||
@ -136,11 +132,10 @@
|
|||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
<org.thoughtcrime.securesms.components.CircleColorImageView
|
||||||
android:id="@+id/camera_button"
|
android:id="@+id/camera_button"
|
||||||
android:layout_width="60dp"
|
android:layout_width="53dp"
|
||||||
android:layout_height="60dp"
|
android:layout_height="53dp"
|
||||||
android:src="@drawable/ic_camera_white_36dp"
|
android:src="@drawable/ic_camera_white_24dp"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:elevation="4dp"
|
|
||||||
android:contentDescription="@string/attachment_type_selector__camera_description"
|
android:contentDescription="@string/attachment_type_selector__camera_description"
|
||||||
app:circleColor="@color/green_400"/>
|
app:circleColor="@color/green_400"/>
|
||||||
|
|
||||||
@ -162,11 +157,10 @@
|
|||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
<org.thoughtcrime.securesms.components.CircleColorImageView
|
||||||
android:id="@+id/location_button"
|
android:id="@+id/location_button"
|
||||||
android:layout_width="60dp"
|
android:layout_width="53dp"
|
||||||
android:layout_height="60dp"
|
android:layout_height="53dp"
|
||||||
android:src="@drawable/ic_location_on_white_36dp"
|
android:src="@drawable/ic_location_on_white_24dp"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:elevation="4dp"
|
|
||||||
android:contentDescription="@string/attachment_type_selector__location_description"
|
android:contentDescription="@string/attachment_type_selector__location_description"
|
||||||
app:circleColor="@color/blue_grey_400"/>
|
app:circleColor="@color/blue_grey_400"/>
|
||||||
|
|
||||||
@ -187,11 +181,10 @@
|
|||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
<org.thoughtcrime.securesms.components.CircleColorImageView
|
||||||
android:id="@+id/giphy_button"
|
android:id="@+id/giphy_button"
|
||||||
android:layout_width="60dp"
|
android:layout_width="53dp"
|
||||||
android:layout_height="60dp"
|
android:layout_height="53dp"
|
||||||
android:src="@drawable/ic_gif_white_36dp"
|
android:src="@drawable/ic_gif_white_24dp"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:elevation="4dp"
|
|
||||||
android:contentDescription="@string/attachment_type_selector__gif_description"
|
android:contentDescription="@string/attachment_type_selector__gif_description"
|
||||||
app:circleColor="@color/cyan_400"/>
|
app:circleColor="@color/cyan_400"/>
|
||||||
|
|
||||||
@ -211,11 +204,10 @@
|
|||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
<org.thoughtcrime.securesms.components.CircleColorImageView
|
||||||
android:id="@+id/close_button"
|
android:id="@+id/close_button"
|
||||||
android:layout_width="60dp"
|
android:layout_width="53dp"
|
||||||
android:layout_height="60dp"
|
android:layout_height="53dp"
|
||||||
android:src="@drawable/ic_keyboard_arrow_down_white_36dp"
|
android:src="@drawable/ic_keyboard_arrow_down_white_24dp"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:elevation="4dp"
|
|
||||||
android:contentDescription="@string/attachment_type_selector__drawer_description"
|
android:contentDescription="@string/attachment_type_selector__drawer_description"
|
||||||
app:circleColor="@color/gray50"/>
|
app:circleColor="@color/gray50"/>
|
||||||
|
|
||||||
|
@ -218,6 +218,7 @@
|
|||||||
|
|
||||||
<style name="AttachmentTypeLabel">
|
<style name="AttachmentTypeLabel">
|
||||||
<item name="android:textColor">#ff999999</item>
|
<item name="android:textColor">#ff999999</item>
|
||||||
|
<item name="android:textSize">14sp</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- RedPhone -->
|
<!-- RedPhone -->
|
||||||
|