1
0
Fork 0
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:
M66B 2019-08-12 20:49:42 +02:00
parent 12abe6e9e5
commit daa6a1446e
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"