1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 07:01:05 +00:00

Removed end padding message header

This commit is contained in:
M66B 2019-08-14 12:19:44 +02:00
parent d32137a689
commit 28b0bb61f4
2 changed files with 2 additions and 4 deletions

View file

@ -2,8 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout 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:paddingEnd="3dp">
android:layout_height="wrap_content">
<androidx.cardview.widget.CardView
android:id="@+id/vwColor"

View file

@ -1,8 +1,7 @@
<androidx.constraintlayout.widget.ConstraintLayout 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:paddingEnd="3dp">
android:layout_height="wrap_content">
<androidx.cardview.widget.CardView
android:id="@+id/vwColor"