Merge "Move the content description for Display size and text preview to xml" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
a9ef330701
@@ -810,23 +810,13 @@
|
||||
<!-- Allowed packages to show the confirmation dialog for a system locale suggestion -->
|
||||
<string-array name="allowed_packages_for_locale_confirmation_diallog" translatable="false"/>
|
||||
|
||||
<!-- Array of text reading preview layouts. Must contain at least 1 layout.
|
||||
Add content descriptions in the config_text_reading_preview_content_descriptions together
|
||||
if adding more sample layouts here -->
|
||||
<!-- Array of text reading preview layouts. Must contain at least 1 layout -->
|
||||
<array name="config_text_reading_preview_samples">
|
||||
<item>@layout/accessibility_text_reading_preview_app_grid</item>
|
||||
<item>@layout/screen_zoom_preview_1</item>
|
||||
<item>@layout/accessibility_text_reading_preview_mail_content</item>
|
||||
</array>
|
||||
|
||||
<!-- Array of text reading preview layouts' content descriptions.
|
||||
The order should be the same as the layouts in config_text_reading_preview_samples -->
|
||||
<array name="config_text_reading_preview_content_descriptions">
|
||||
<item>@string/preview_pager_home_content_description</item>
|
||||
<item>@string/preview_pager_message_content_description</item>
|
||||
<item>@string/preview_pager_email_content_description</item>
|
||||
</array>
|
||||
|
||||
<!-- Package responsible for updating Mainline Modules -->
|
||||
<string name="config_mainline_module_update_package" translatable="false">com.android.vending</string>
|
||||
|
||||
|
Reference in New Issue
Block a user