Merge "Fix display summary string in Setup Wizard preview screen."
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/display_summary_on"
|
||||
android:text="@string/display_summary_example"
|
||||
android:textAppearance="@android:style/TextAppearance.Material.Body1"
|
||||
android:textColor="?android:attr/textColorSecondary" />
|
||||
</LinearLayout>
|
||||
|
@@ -7273,6 +7273,8 @@
|
||||
|
||||
<!-- Summary of display with screen sleep timeout [CHAR LIMIT=NONE] -->
|
||||
<string name="display_summary">Sleep after <xliff:g id="timeout_description" example="10 minutes">%1$s</xliff:g> of inactivity</string>
|
||||
<!-- Example summary of display used in Setup Wizard preview screen [CHAR LIMIT=NONE] -->
|
||||
<string name="display_summary_example">Sleep after 10 minutes of inactivity</string>
|
||||
|
||||
<!-- Summary of memory screen [CHAR LIMIT=NONE] -->
|
||||
<string name="memory_summary">Avg <xliff:g id="used_memory" example="1.7GB">%1$s</xliff:g> of <xliff:g id="total_memory" example="2GB">%2$s</xliff:g> memory used</string>
|
||||
|
Reference in New Issue
Block a user