Changed app string changes in user aspect ratio settings
Bug: 297288214 Test: Manual Change-Id: I72c0b53d8d9db92b12d4e9507fcf40b1be76d745
This commit is contained in:
@@ -12147,8 +12147,8 @@
|
||||
<string name="aspect_ratio_summary">Choose an aspect ratio to view this app if it hasn\'t been designed to fit your <xliff:g id="device_name">%1$s</xliff:g></string>
|
||||
<!-- [CHAR LIMIT=NONE] Aspect ratio suggested apps filter label -->
|
||||
<string name="user_aspect_ratio_suggested_apps_label">Suggested apps</string>
|
||||
<!-- [CHAR LIMIT=NONE] Filter label for apps that have user aspect ratio override applied -->
|
||||
<string name="user_aspect_ratio_overridden_apps_label">Apps you have overridden</string>
|
||||
<!-- [CHAR LIMIT=14] Filter label for apps that have user aspect ratio changed -->
|
||||
<string name="user_aspect_ratio_changed_apps_label">Changed apps</string>
|
||||
<!-- [CHAR LIMIT=NONE] App default aspect ratio entry -->
|
||||
<string name="user_aspect_ratio_app_default">App default</string>
|
||||
<!-- [CHAR LIMIT=NONE] Fullscreen aspect ratio entry -->
|
||||
|
||||
@@ -217,5 +217,5 @@ class UserAspectRatioAppListModel(private val context: Context)
|
||||
private enum class SpinnerItem(val stringResId: Int) {
|
||||
Suggested(R.string.user_aspect_ratio_suggested_apps_label),
|
||||
All(R.string.filter_all_apps),
|
||||
Overridden(R.string.user_aspect_ratio_overridden_apps_label)
|
||||
Overridden(R.string.user_aspect_ratio_changed_apps_label)
|
||||
}
|
||||
Reference in New Issue
Block a user