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

Commit f17f2107 authored by Guojing Yuan's avatar Guojing Yuan
Browse files

[CDM a11y] Fix a11y issues

Fix: 278490329
Fix: 278479765
Fix: 278475767

Test: manually tested the ui
Change-Id: I7df98a6f8b5334194d4d9284b55ac509c3e349c9
parent 3273d2f9
Loading
Loading
Loading
Loading
+6 −3
Original line number Original line Diff line number Diff line
@@ -16,13 +16,15 @@
        xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="match_parent"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_height="match_parent"
        style="@style/ScrollViewStyle">
        style="@style/ScrollViewStyle"
        android:importantForAccessibility="no">


    <LinearLayout
    <LinearLayout
            android:id="@+id/activity_confirmation"
            android:id="@+id/activity_confirmation"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
            android:baselineAligned="false">
            android:baselineAligned="false"
            android:importantForAccessibility="no">


        <LinearLayout android:id="@+id/association_confirmation"
        <LinearLayout android:id="@+id/association_confirmation"
                      style="@style/ContainerLayout">
                      style="@style/ContainerLayout">
@@ -153,7 +155,8 @@
        <RelativeLayout
        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_height="match_parent"
            android:layout_weight="1">
            android:layout_weight="1"
            android:importantForAccessibility="noHideDescendants">


            <ProgressBar
            <ProgressBar
                android:id="@+id/spinner_single_device"
                android:id="@+id/spinner_single_device"
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@
        android:layout_width="48dp"
        android:layout_width="48dp"
        android:layout_height="48dp"
        android:layout_height="48dp"
        android:padding="12dp"
        android:padding="12dp"
        android:contentDescription="@string/vendor_icon_description" />
        android:importantForAccessibility="no" />


    <TextView
    <TextView
        android:id="@+id/vendor_header_name"
        android:id="@+id/vendor_header_name"
+1 −4
Original line number Original line Diff line number Diff line
@@ -120,11 +120,8 @@
    <!-- Text of the permission sync explanation in the confirmation dialog. [CHAR LIMIT=NONE] -->
    <!-- Text of the permission sync explanation in the confirmation dialog. [CHAR LIMIT=NONE] -->
    <string name="permission_sync_summary">This may include &lt;strong&gt;Microphone&lt;/strong&gt;, &lt;strong&gt;Camera&lt;/strong&gt;, and &lt;strong&gt;Location access&lt;/strong&gt;, and other sensitive permissions on &lt;strong&gt;<xliff:g id="companion_device_name" example="My Watch">%1$s</xliff:g>&lt;/strong&gt;. &lt;br/&gt;&lt;br/&gt;You can change these permissions any time in your Settings on &lt;strong&gt;<xliff:g id="companion_device_name" example="My Watch">%1$s</xliff:g>&lt;/strong&gt;.</string>
    <string name="permission_sync_summary">This may include &lt;strong&gt;Microphone&lt;/strong&gt;, &lt;strong&gt;Camera&lt;/strong&gt;, and &lt;strong&gt;Location access&lt;/strong&gt;, and other sensitive permissions on &lt;strong&gt;<xliff:g id="companion_device_name" example="My Watch">%1$s</xliff:g>&lt;/strong&gt;. &lt;br/&gt;&lt;br/&gt;You can change these permissions any time in your Settings on &lt;strong&gt;<xliff:g id="companion_device_name" example="My Watch">%1$s</xliff:g>&lt;/strong&gt;.</string>


    <!--Description for vendor icon [CHAR LIMIT=30]-->
    <string name="vendor_icon_description">App Icon</string>

    <!--Description for information icon [CHAR LIMIT=30]-->
    <!--Description for information icon [CHAR LIMIT=30]-->
    <string name="vendor_header_button_description">More Information Button</string>
    <string name="vendor_header_button_description">More Information</string>


    <!-- ================= Permissions ================= -->
    <!-- ================= Permissions ================= -->