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

Commit 91cdf7d8 authored by Paul Soulos's avatar Paul Soulos
Browse files

Adds content description to the transparent side bars in sw720dp portrait

bug: 17331394
Change-Id: I8a819f92625c32dea0f3da0e40b7587502fc36d2
parent d038b404
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -33,7 +33,8 @@
            android:id="@+id/empty_start_column"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="@integer/contact_list_space_layout_weight"/>
            android:layout_weight="@integer/contact_list_space_layout_weight"
            android:contentDescription="@string/quickcontact_transparent_view_description" />

        <LinearLayout
            android:layout_width="0dp"
@@ -62,7 +63,8 @@
            android:id="@+id/empty_end_column"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="@integer/contact_list_space_layout_weight"/>
            android:layout_weight="@integer/contact_list_space_layout_weight"
            android:contentDescription="@string/quickcontact_transparent_view_description" />

    </LinearLayout>

+1 −1
Original line number Diff line number Diff line
@@ -317,7 +317,7 @@
    <!-- Shown as a toast when the user taps on a QuickContact icon, and no application
         was found that could perform the selected action. [CHAR LIMIT=NONE] -->
    <string name="quickcontact_missing_app">No app was found to handle this action.</string>
    <!-- Content description for the transparent view above the visible section of QuickContacts.
    <!-- Content description for the transparent views around the visible section of QuickContacts.
         Clicking this view causes Quick Contacts to close. [CHAR LIMIT=NONE] -->
    <string name="quickcontact_transparent_view_description">Click to return to previous screen</string>