Browse Source

Small layout fix

main
M66B 5 years ago
parent
commit
1fdb9c70a8
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      app/src/main/res/layout/item_message_compact.xml
  2. +3
    -3
      app/src/main/res/layout/item_message_normal.xml

+ 3
- 3
app/src/main/res/layout/item_message_compact.xml View File

@ -2,13 +2,13 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/drawableItemBackground">
android:layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/clItem"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:background="?attr/drawableItemBackground">
<View
android:id="@+id/vwColor"


+ 3
- 3
app/src/main/res/layout/item_message_normal.xml View File

@ -2,13 +2,13 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/drawableItemBackground">
android:layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/clItem"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:background="?attr/drawableItemBackground">
<View
android:id="@+id/vwColor"


Loading…
Cancel
Save