Merge pull request #363 from Naveen3Singh/add_msg_label
Add SMS/MMS label under send message button
This commit is contained in:
commit
c78f918e16
4 changed files with 32 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="18dp"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@
|
|||
android:visibility="gone"
|
||||
tools:ignore="HardcodedText" />
|
||||
|
||||
<ImageView
|
||||
<Button
|
||||
android:id="@+id/thread_send_message"
|
||||
android:layout_width="@dimen/normal_icon_size"
|
||||
android:layout_height="@dimen/normal_icon_size"
|
||||
|
|
@ -215,7 +215,9 @@
|
|||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:clickable="false"
|
||||
android:contentDescription="@string/ok"
|
||||
android:padding="@dimen/medium_margin"
|
||||
android:src="@drawable/ic_send_vector" />
|
||||
android:drawableTop="@drawable/ic_send_vector"
|
||||
android:paddingVertical="@dimen/small_margin"
|
||||
android:text="@string/sms"
|
||||
android:textSize="@dimen/smaller_text_size" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
<string name="mms_file_size_limit_600kb">600KB</string>
|
||||
<string name="mms_file_size_limit_1mb">1MB</string>
|
||||
<string name="mms_file_size_limit_2mb">2MB</string>
|
||||
<string name="sms">SMS</string>
|
||||
<string name="mms">MMS</string>
|
||||
|
||||
<string name="release_48">
|
||||
Disabled delivery reports by default\n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue