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