Merge pull request #682 from esensar/feature/19-message-details
Add message details menu button
This commit is contained in:
commit
7ca11c8427
55 changed files with 434 additions and 5 deletions
12
app/src/main/res/layout/dialog_message_details.xml
Normal file
12
app/src/main/res/layout/dialog_message_details.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?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_message_details_text_value"
|
||||
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"
|
||||
android:textSize="@dimen/big_text_size"
|
||||
tools:text="My sample text" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue