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

Commit 2012a969 authored by Miranda Kephart's avatar Miranda Kephart
Browse files

Clipboard accessibility fixes

Update the dismiss button content description and increase minimum
height of text editor text box.

Bug: 232490608
Bug: 232500944
Fix: 232490608
Fix: 232500944
Test: manual
Change-Id: Iccc931a095864b33c53ddff86c75554b612838fe
parent bd767e19
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -58,6 +58,7 @@
            android:id="@+id/edit_text"
            android:id="@+id/edit_text"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
            android:minHeight="48dp"
            android:background="@null"
            android:background="@null"
            android:gravity="start|top"
            android:gravity="start|top"
            android:textSize="24sp" />
            android:textSize="24sp" />
+1 −1
Original line number Original line Diff line number Diff line
@@ -2475,7 +2475,7 @@
    <!-- Text informing user where text being edited was copied from [CHAR LIMIT=NONE] -->
    <!-- Text informing user where text being edited was copied from [CHAR LIMIT=NONE] -->
    <string name="clipboard_edit_source">From <xliff:g id="appName" example="Gmail">%1$s</xliff:g></string>
    <string name="clipboard_edit_source">From <xliff:g id="appName" example="Gmail">%1$s</xliff:g></string>
    <!-- Label for button to dismiss clipboard overlay [CHAR LIMIT=NONE] -->
    <!-- Label for button to dismiss clipboard overlay [CHAR LIMIT=NONE] -->
    <string name="clipboard_dismiss_description">Dismiss copy UI</string>
    <string name="clipboard_dismiss_description">Dismiss copied text</string>
    <!-- Label for button to edit text that was copied to the clipboard [CHAR LIMIT=NONE] -->
    <!-- Label for button to edit text that was copied to the clipboard [CHAR LIMIT=NONE] -->
    <string name="clipboard_edit_text_description">Edit copied text</string>
    <string name="clipboard_edit_text_description">Edit copied text</string>
    <!-- Label for button to edit an image that was copied to the clipboard [CHAR LIMIT=NONE] -->
    <!-- Label for button to edit an image that was copied to the clipboard [CHAR LIMIT=NONE] -->