mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +00:00
s/Document/File
// FREEBIE
This commit is contained in:
parent
c2796285d5
commit
03e347bfd9
@ -79,14 +79,14 @@
|
|||||||
android:layout_height="53dp"
|
android:layout_height="53dp"
|
||||||
android:src="@drawable/ic_insert_drive_file_white_24dp"
|
android:src="@drawable/ic_insert_drive_file_white_24dp"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:contentDescription="@string/attachment_type_selector__document_description"
|
android:contentDescription="@string/attachment_type_selector__file_description"
|
||||||
app:circleColor="@color/red_400"/>
|
app:circleColor="@color/red_400"/>
|
||||||
|
|
||||||
<TextView android:layout_marginTop="10dp"
|
<TextView android:layout_marginTop="10dp"
|
||||||
style="@style/AttachmentTypeLabel"
|
style="@style/AttachmentTypeLabel"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/attachment_type_selector__document"/>
|
android:text="@string/attachment_type_selector__file"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
@ -713,9 +713,9 @@
|
|||||||
<string name="attachment_type_selector__gif">GIF</string>
|
<string name="attachment_type_selector__gif">GIF</string>
|
||||||
<string name="attachment_type_selector__gif_description">Gif</string>
|
<string name="attachment_type_selector__gif_description">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Image or video</string>
|
<string name="attachment_type_selector__gallery_description">Image or video</string>
|
||||||
<string name="attachment_type_selector__document_description">Document</string>
|
<string name="attachment_type_selector__file_description">File</string>
|
||||||
<string name="attachment_type_selector__gallery">Gallery</string>
|
<string name="attachment_type_selector__gallery">Gallery</string>
|
||||||
<string name="attachment_type_selector__document">Document</string>
|
<string name="attachment_type_selector__file">File</string>
|
||||||
|
|
||||||
<string name="attachment_type_selector__drawer_description">Toggle attachment drawer</string>
|
<string name="attachment_type_selector__drawer_description">Toggle attachment drawer</string>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user