Merge "Add lock-to-app to settings"

This commit is contained in:
Jason Monk
2014-06-27 12:56:06 +00:00
committed by Android (Google) Code Review
8 changed files with 391 additions and 0 deletions

View File

@@ -165,4 +165,7 @@
<dimen name="search_suggestion_item_image_margin_start">32dp</dimen>
<dimen name="search_suggestion_item_image_margin_end">16dp</dimen>
<!-- Lock-to-app textview paddings -->
<dimen name="lock_to_app_textview_padding">16dp</dimen>
</resources>

View File

@@ -5386,4 +5386,18 @@
<!-- Switch On/Off -->
<string name="switch_on_text">On</string>
<string name="switch_off_text">Off</string>
<!-- Lock-to-app title [CHAR LIMIT=24] -->
<string name="lock_to_app_title">Lock-to-app</string>
<!-- Description of lock-to-app feature [CHAR LIMIT=105] -->
<string name="lock_to_app_description">Lock-to-app locks the display in a single app.\n\n\nTo start Lock-to-app</string>
<!-- Lock-to-app starting instruction 1. [CHAR LIMIT=45] -->
<string name="lock_to_app_start_step1">1\t\tTurn the setting on</string>
<!-- Lock-to-app starting instruction 2. [CHAR LIMIT=55] -->
<string name="lock_to_app_start_step2">2\t\tStart an app you want</string>
<!-- Lock-to-app starting instruction 3. The $ is not actually shown or
translated, it is a marker of where the recents icon shows up. [CHAR LIMIT=60] -->
<string name="lock_to_app_start_step3">3\t\tPress and hold the recent apps button $</string>
<!-- Label for whether should use screen lock or not. [CHAR LIMIT=30]-->
<string name="lock_to_app_screen_lock">Use screen lock</string>
</resources>