|
@@ -11,86 +11,92 @@
|
|
|
android:id="@+id/cardView"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="?attr/actionBarSize"
|
|
|
+ app:cardPreventCornerOverlap="false"
|
|
|
+ app:cardCornerRadius="0dp"
|
|
|
app:cardBackgroundColor="#5e35b1">
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
- <ImageButton
|
|
|
- android:id="@+id/create_message_close_button"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
- android:padding="8dp"
|
|
|
- android:src="@drawable/ic_baseline_close_24" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/create_message_text_text"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_toEndOf="@+id/create_message_close_button"
|
|
|
- android:layout_toRightOf="@+id/create_message_close_button"
|
|
|
- android:text="@string/text_create_message"
|
|
|
- android:textColor="@android:color/white"
|
|
|
- android:textSize="20sp" />
|
|
|
-
|
|
|
-
|
|
|
- <ImageButton
|
|
|
- android:id="@+id/create_message_attach_button"
|
|
|
- android:layout_width="56dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
-
|
|
|
- android:layout_marginStart="0dp"
|
|
|
- android:layout_marginLeft="0dp"
|
|
|
- android:layout_marginEnd="40dp"
|
|
|
- android:layout_marginRight="40dp"
|
|
|
- android:layout_toStartOf="@+id/create_message_send_button"
|
|
|
- android:layout_toLeftOf="@+id/create_message_send_button"
|
|
|
- android:layout_toEndOf="@+id/create_message_text_text"
|
|
|
- android:layout_toRightOf="@+id/create_message_text_text"
|
|
|
- android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
- android:padding="8dp"
|
|
|
- android:src="@drawable/ic_baseline_attachment_24" />
|
|
|
-
|
|
|
- <ImageButton
|
|
|
- android:id="@+id/create_message_dots_button"
|
|
|
- android:layout_width="56dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
-
|
|
|
- android:layout_marginStart="50dp"
|
|
|
- android:layout_marginLeft="50dp"
|
|
|
- android:layout_marginEnd="-10dp"
|
|
|
- android:layout_marginRight="-10dp"
|
|
|
- android:layout_toStartOf="@+id/create_message_send_button"
|
|
|
- android:layout_toLeftOf="@+id/create_message_send_button"
|
|
|
- android:layout_toEndOf="@+id/create_message_text_text"
|
|
|
- android:layout_toRightOf="@+id/create_message_text_text"
|
|
|
- android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
- android:padding="8dp"
|
|
|
- android:src="@drawable/ic_round_pending_24" />
|
|
|
-
|
|
|
- <ImageButton
|
|
|
- android:id="@+id/create_message_send_button"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
- android:background="?attr/selectableItemBackground"
|
|
|
- android:padding="8dp"
|
|
|
- android:src="@drawable/ic_baseline_arrow_forward_ios_24"
|
|
|
- android:textColor="@android:color/white" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
+ <ImageButton
|
|
|
+ android:id="@+id/create_message_close_button"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
+ android:padding="8dp"
|
|
|
+ android:src="@drawable/ic_baseline_close_24"
|
|
|
+ app:tint="@android:color/white" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/create_message_text_text"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:layout_toEndOf="@+id/create_message_close_button"
|
|
|
+ android:layout_toRightOf="@+id/create_message_close_button"
|
|
|
+ android:text="@string/text_create_message"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="20sp" />
|
|
|
+
|
|
|
+
|
|
|
+ <ImageButton
|
|
|
+ android:id="@+id/create_message_attach_button"
|
|
|
+ android:layout_width="56dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+
|
|
|
+ android:layout_marginStart="0dp"
|
|
|
+ android:layout_marginLeft="0dp"
|
|
|
+ android:layout_marginEnd="40dp"
|
|
|
+ android:layout_marginRight="40dp"
|
|
|
+ android:layout_toStartOf="@+id/create_message_send_button"
|
|
|
+ android:layout_toLeftOf="@+id/create_message_send_button"
|
|
|
+ android:layout_toEndOf="@+id/create_message_text_text"
|
|
|
+ android:layout_toRightOf="@+id/create_message_text_text"
|
|
|
+ android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
+ android:padding="8dp"
|
|
|
+ android:src="@drawable/ic_baseline_attachment_24"
|
|
|
+ android:tint="@android:color/white" />
|
|
|
+
|
|
|
+ <ImageButton
|
|
|
+ android:id="@+id/create_message_dots_button"
|
|
|
+ android:layout_width="56dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+
|
|
|
+ android:layout_marginStart="50dp"
|
|
|
+ android:layout_marginLeft="50dp"
|
|
|
+ android:layout_marginEnd="-10dp"
|
|
|
+ android:layout_marginRight="-10dp"
|
|
|
+ android:layout_toStartOf="@+id/create_message_send_button"
|
|
|
+ android:layout_toLeftOf="@+id/create_message_send_button"
|
|
|
+ android:layout_toEndOf="@+id/create_message_text_text"
|
|
|
+ android:layout_toRightOf="@+id/create_message_text_text"
|
|
|
+ android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
+ android:padding="8dp"
|
|
|
+ android:src="@drawable/ic_round_pending_24"
|
|
|
+ android:tint="@android:color/white" />
|
|
|
+
|
|
|
+ <ImageButton
|
|
|
+ android:id="@+id/create_message_send_button"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
+ android:background="?attr/selectableItemBackground"
|
|
|
+ android:padding="8dp"
|
|
|
+ android:src="@drawable/ic_baseline_arrow_forward_ios_24"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:tint="@color/white" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
|
|