Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0aa7c4f1 authored by alanv's avatar alanv
Browse files

Fixed all Accessibility lint warnings in Settings app.

Change-Id: Ida98444f8942d3618d84c0a6f78cc3653ea4ad24
parent 0901a3c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:src="@drawable/encroid_waiting"
            android:contentDescription="@null"
        />

        <Button
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
            android:layout_height="wrap_content"
            android:layout_centerVertical="true"
            android:src="@drawable/encroid_resignin"
            android:contentDescription="@null"
        />

        <TextView android:id="@+id/passwordLabel"
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
            android:layout_height="wrap_content"
            android:layout_alignParentTop="true"
            android:src="@drawable/encroid_resignin"
            android:contentDescription="@null"
        />

        <TextView android:id="@+id/passwordLabel"
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
            android:layout_alignParentBottom="true"
            android:paddingRight="65dip"
            android:src="@drawable/encroid_waiting"
            android:contentDescription="@null"
        />

        <TextView
+2 −1
Original line number Diff line number Diff line
@@ -18,4 +18,5 @@
        android:id="@+id/syncStatusIcon"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center" />
        android:layout_gravity="center"
        android:contentDescription="@null" />
Loading