Disable replying to non-numeric short codes
Also, break down large thread layout file
This commit is contained in:
parent
7665415b87
commit
f0c3333a72
7 changed files with 340 additions and 212 deletions
11
app/src/main/res/layout/dialog_invalid_number.xml
Normal file
11
app/src/main/res/layout/dialog_invalid_number.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.simplemobiletools.commons.views.MyTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/dialog_invalid_number_desc"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="@dimen/big_margin"
|
||||
android:paddingTop="@dimen/big_margin"
|
||||
android:paddingEnd="@dimen/big_margin"
|
||||
android:textIsSelectable="true"
|
||||
tools:text="My sample text" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue