Accessibility improvements, close #39

This commit is contained in:
Grishka
2022-04-19 17:03:32 +03:00
parent 9276214433
commit 2e1f08a096
19 changed files with 76 additions and 29 deletions

View File

@@ -30,6 +30,7 @@
android:layout_width="match_parent"
android:layout_height="229dp"
android:background="#808080"
android:contentDescription="@string/profile_header"
android:scaleType="centerCrop"/>
<View
@@ -51,6 +52,7 @@
android:layout_marginStart="16dp"
android:layout_marginTop="-38dp"
android:scaleType="centerCrop"
android:contentDescription="@string/profile_picture"
tools:src="#0f0" />
<LinearLayout