summaryrefslogtreecommitdiff
path: root/anastasis-ui/src/main/res/layout/fragment_identity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'anastasis-ui/src/main/res/layout/fragment_identity.xml')
-rw-r--r--anastasis-ui/src/main/res/layout/fragment_identity.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/anastasis-ui/src/main/res/layout/fragment_identity.xml b/anastasis-ui/src/main/res/layout/fragment_identity.xml
index bcf6e4d..4a48d32 100644
--- a/anastasis-ui/src/main/res/layout/fragment_identity.xml
+++ b/anastasis-ui/src/main/res/layout/fragment_identity.xml
@@ -16,6 +16,7 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true">
@@ -31,7 +32,8 @@
android:layout_margin="16dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
- app:srcCompat="@drawable/ic_baseline_person" />
+ app:srcCompat="@drawable/ic_baseline_person"
+ tools:ignore="ContentDescription" />
<TextView
android:id="@+id/identityIntro"