Loading packages/SystemUI/res/layout/connected_display_dialog.xml +2 −2 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ style="@style/Widget.Dialog.Button.BorderButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/cancel" /> android:text="@string/dismiss_dialog" /> <Space android:layout_width="0dp" Loading @@ -64,6 +64,6 @@ style="@style/Widget.Dialog.Button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/enable_display" /> android:text="@string/mirror_display" /> </LinearLayout> </LinearLayout> No newline at end of file packages/SystemUI/res/values/strings.xml +3 −2 Original line number Diff line number Diff line Loading @@ -3214,9 +3214,10 @@ <!--- Title of the dialog appearing when an external display is connected, asking whether to start mirroring [CHAR LIMIT=NONE]--> <string name="connected_display_dialog_start_mirroring">Mirror to external display?</string> <!--- Label of the "enable display" button of the dialog appearing when an external display is connected [CHAR LIMIT=NONE]--> <string name="enable_display">Enable display</string> <string name="mirror_display">Mirror display</string> <!--- Label of the dismiss button of the dialog appearing when an external display is connected [CHAR LIMIT=NONE]--> <string name="dismiss_dialog">Dismiss</string> <!-- Title of the privacy dialog, shown for active / recent app usage of some phone sensors [CHAR LIMIT=30] --> <string name="privacy_dialog_title">Microphone & Camera</string> Loading Loading
packages/SystemUI/res/layout/connected_display_dialog.xml +2 −2 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ style="@style/Widget.Dialog.Button.BorderButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/cancel" /> android:text="@string/dismiss_dialog" /> <Space android:layout_width="0dp" Loading @@ -64,6 +64,6 @@ style="@style/Widget.Dialog.Button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/enable_display" /> android:text="@string/mirror_display" /> </LinearLayout> </LinearLayout> No newline at end of file
packages/SystemUI/res/values/strings.xml +3 −2 Original line number Diff line number Diff line Loading @@ -3214,9 +3214,10 @@ <!--- Title of the dialog appearing when an external display is connected, asking whether to start mirroring [CHAR LIMIT=NONE]--> <string name="connected_display_dialog_start_mirroring">Mirror to external display?</string> <!--- Label of the "enable display" button of the dialog appearing when an external display is connected [CHAR LIMIT=NONE]--> <string name="enable_display">Enable display</string> <string name="mirror_display">Mirror display</string> <!--- Label of the dismiss button of the dialog appearing when an external display is connected [CHAR LIMIT=NONE]--> <string name="dismiss_dialog">Dismiss</string> <!-- Title of the privacy dialog, shown for active / recent app usage of some phone sensors [CHAR LIMIT=30] --> <string name="privacy_dialog_title">Microphone & Camera</string> Loading