summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_identity_proofs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/drawer_identity_proofs.xml')
-rw-r--r--app/src/main/res/layout/drawer_identity_proofs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/drawer_identity_proofs.xml b/app/src/main/res/layout/drawer_identity_proofs.xml
index c7e8103ba..11b0cd886 100644
--- a/app/src/main/res/layout/drawer_identity_proofs.xml
+++ b/app/src/main/res/layout/drawer_identity_proofs.xml
@@ -65,10 +65,10 @@
android:id="@+id/proof_arrow"
android:layout_width="30dp"
android:layout_height="30dp"
+ android:contentDescription="@string/identity_proofs"
android:src="@drawable/ic_keyboard_arrow_right"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- android:contentDescription="@string/identity_proofs" />
+ app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file