Merge "Add content descripiton to shortcut setting for meaningful labels."

This commit is contained in:
TreeHugger Robot
2020-02-06 16:13:14 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 1 deletions

View File

@@ -94,8 +94,9 @@
android:id="@android:id/widget_frame"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:minWidth="58dp"
android:contentDescription="@string/accessibility_shortcut_settings"
android:gravity="end|center_vertical"
android:minWidth="58dp"
android:orientation="vertical" />
</LinearLayout>