|
@@ -36,8 +36,8 @@
|
|
|
android:layout_width="56dp"
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
|
- android:layout_marginLeft="360dp"
|
|
|
- android:layout_marginStart="360dp"
|
|
|
+ android:layout_marginStart="320dp"
|
|
|
+ android:layout_marginLeft="320dp"
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
android:padding="8dp"
|
|
|
android:src="@mipmap/ic_more_vert_dots_purple" />
|
|
@@ -48,15 +48,13 @@
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
|
|
|
|
+ android:layout_marginStart="-114dp"
|
|
|
+ android:layout_marginLeft="-114dp"
|
|
|
android:layout_toEndOf="@id/show_message_dots_button"
|
|
|
- android:layout_marginLeft="-110dp"
|
|
|
+ android:layout_toRightOf="@id/show_message_dots_button"
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
android:padding="8dp"
|
|
|
- android:src="@mipmap/ic_attach_purple"
|
|
|
- android:layout_toRightOf="@id/show_message_dots_button"
|
|
|
- android:layout_marginStart="-110dp" />
|
|
|
-
|
|
|
-
|
|
|
+ android:src="@mipmap/ic_attach_purple" />
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
@@ -73,11 +71,10 @@
|
|
|
android:orientation="vertical"
|
|
|
android:gravity="top">
|
|
|
|
|
|
- <com.google.android.material.textfield.TextInputLayout
|
|
|
- style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
|
|
- android:id="@+id/create_message_sending_address_layout"
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:background="@drawable/textview_border"
|
|
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
android:layout_marginLeft="12dp"
|
|
@@ -86,29 +83,25 @@
|
|
|
android:layout_marginRight="12dp"
|
|
|
android:layout_marginBottom="12dp">
|
|
|
|
|
|
- <com.google.android.material.textfield.TextInputEditText
|
|
|
- style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
|
|
- android:id="@+id/show_From"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
- android:layout_marginStart="12dp"
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
- android:layout_marginTop="12dp"
|
|
|
- android:layout_marginEnd="12dp"
|
|
|
- android:layout_marginRight="12dp"
|
|
|
- android:layout_marginBottom="12dp" />
|
|
|
- </com.google.android.material.textfield.TextInputLayout>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/show_From"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textAppearance="@style/TextAppearance.AppCompat.Body1"
|
|
|
|
|
|
- <com.google.android.material.textfield.TextInputLayout
|
|
|
- style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
|
|
- android:id="@+id/show_message_receiving_address_layout"
|
|
|
+ android:layout_marginStart="12dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginEnd="12dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:layout_marginBottom="12dp"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
-
|
|
|
- android:clickable="false"
|
|
|
- android:textIsSelectable="false"
|
|
|
- android:freezesText="true"
|
|
|
+ android:background="@drawable/textview_border"
|
|
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
android:layout_marginLeft="12dp"
|
|
@@ -117,28 +110,23 @@
|
|
|
android:layout_marginRight="12dp"
|
|
|
android:layout_marginBottom="12dp">
|
|
|
|
|
|
- <com.google.android.material.textfield.TextInputEditText
|
|
|
- style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
|
|
+ <TextView
|
|
|
android:id="@+id/show_To"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="12dp"
|
|
|
-
|
|
|
- android:clickable="false"
|
|
|
- android:textIsSelectable="false"
|
|
|
- android:freezesText="true"
|
|
|
+ android:textAppearance="@style/TextAppearance.AppCompat.Body1"
|
|
|
|
|
|
android:layout_marginLeft="12dp"
|
|
|
android:layout_marginTop="12dp"
|
|
|
android:layout_marginEnd="12dp"
|
|
|
android:layout_marginRight="12dp"
|
|
|
android:layout_marginBottom="12dp" />
|
|
|
- </com.google.android.material.textfield.TextInputLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
|
- <com.google.android.material.textfield.TextInputLayout
|
|
|
- style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
|
|
- android:id="@+id/show_message_subject_layout"
|
|
|
+ <LinearLayout
|
|
|
+ android:background="@drawable/textview_border"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
@@ -147,15 +135,14 @@
|
|
|
android:layout_marginTop="12dp"
|
|
|
android:layout_marginEnd="12dp"
|
|
|
android:layout_marginRight="12dp"
|
|
|
- android:layout_marginBottom="12dp"
|
|
|
+ android:layout_marginBottom="12dp">
|
|
|
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/show_message_sending_address_layout"
|
|
|
- tools:layout_editor_absoluteX="1dp">
|
|
|
|
|
|
- <TextView
|
|
|
+ <TextView
|
|
|
android:id="@+id/show_Subject"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
+ android:textAppearance="@style/TextAppearance.AppCompat.Body1"
|
|
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
android:layout_marginLeft="12dp"
|
|
@@ -163,11 +150,10 @@
|
|
|
android:layout_marginEnd="12dp"
|
|
|
android:layout_marginRight="12dp"
|
|
|
android:layout_marginBottom="12dp"/>
|
|
|
- </com.google.android.material.textfield.TextInputLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <com.google.android.material.textfield.TextInputLayout
|
|
|
- style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
|
|
- android:id="@+id/show_message_body_layout"
|
|
|
+ <LinearLayout
|
|
|
+ android:background="@drawable/textview_border"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
@@ -176,19 +162,22 @@
|
|
|
android:layout_marginTop="12dp"
|
|
|
android:layout_marginEnd="12dp"
|
|
|
android:layout_marginRight="12dp"
|
|
|
- android:layout_marginBottom="12dp"
|
|
|
-
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/show_message_sending_address_layout"
|
|
|
- tools:layout_editor_absoluteX="1dp">
|
|
|
+ android:layout_marginBottom="12dp">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/show_Message"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:minHeight="160dp"
|
|
|
- android:textAlignment="viewStart"
|
|
|
- android:gravity="start" />
|
|
|
- </com.google.android.material.textfield.TextInputLayout>
|
|
|
+ android:minHeight="200dp"
|
|
|
+ android:textAppearance="@style/TextAppearance.AppCompat.Body1"
|
|
|
+
|
|
|
+ android:layout_marginStart="12dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginEnd="12dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:layout_marginBottom="12dp" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|