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

Commit 3a2516d5 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Fix a few a11y issues

parent 0589fd5c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
<RelativeLayout 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:id="@+id/empty_content_view"
    android:layout_width="match_parent"
@@ -16,7 +17,7 @@
        android:scaleX="1.5"
        android:scaleY="1.5"
        android:src="@drawable/ic_launcher_foreground"
        android:tint="@color/fg_default_high" />
        app:tint="@color/fg_default_high" />

    <TextView
        android:id="@+id/empty_content_view_title"
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@
        android:id="@+id/searchPrev"
        style="@style/fab"
        android:layout_gravity="bottom|end"
        android:contentDescription="@string/simple_prev"
        android:translationY="-56dp"
        android:visibility="gone"
        app:backgroundTint="@color/defaultBrand"
@@ -57,6 +58,7 @@
        android:id="@+id/searchNext"
        style="@style/fab"
        android:layout_gravity="bottom|end"
        android:contentDescription="@string/simple_next"
        android:visibility="gone"
        app:backgroundTint="@color/defaultBrand"
        app:fabSize="mini"
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@
        android:id="@+id/searchPrev"
        style="@style/fab"
        android:layout_gravity="bottom|end"
        android:contentDescription="@string/simple_prev"
        android:translationY="-56dp"
        android:visibility="gone"
        app:backgroundTint="@color/defaultBrand"
@@ -53,6 +54,7 @@
        android:id="@+id/searchNext"
        style="@style/fab"
        android:layout_gravity="bottom|end"
        android:contentDescription="@string/simple_next"
        android:visibility="gone"
        app:backgroundTint="@color/defaultBrand"
        app:fabSize="mini"
+2 −0
Original line number Diff line number Diff line
@@ -303,4 +303,6 @@
    <string name="remove_account">Remove %1$s</string>

    <string name="you_have_to_be_connected_to_the_internet_in_order_to_add_an_account">You have to be connected to the internet in order to add an account.</string>
    <string name="simple_next">next</string>
    <string name="simple_prev">Previous</string>
</resources>