mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Reduced account color radius
This commit is contained in:
parent
12abe6e9e5
commit
daa6a1446e
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
android:layout_width="6dp"
|
||||
android:layout_height="0dp"
|
||||
app:cardBackgroundColor="?attr/colorAccent"
|
||||
app:cardCornerRadius="3dp"
|
||||
app:cardCornerRadius="1.5dp"
|
||||
app:cardElevation="0dp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/paddingBottom"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
android:layout_width="6dp"
|
||||
android:layout_height="0dp"
|
||||
app:cardBackgroundColor="?attr/colorAccent"
|
||||
app:cardCornerRadius="3dp"
|
||||
app:cardCornerRadius="1.5dp"
|
||||
app:cardElevation="0dp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/paddingBottom"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
Loading…
Reference in a new issue