Skip to content

Commit 27b97fa

Browse files
author
Winson Chung
committed
Tweaking empty recents text. (Bug 16711522)
Change-Id: I338e2add6e4a46551ce7d52e873f332979b194e1
1 parent 7036cb6 commit 27b97fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/SystemUI/res/layout/recents_empty.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
android:layout_height="match_parent"
2121
android:layout_gravity="center"
2222
android:gravity="center"
23-
android:textSize="20sp"
23+
android:textSize="16sp"
2424
android:textColor="#ffffffff"
2525
android:text="@string/recents_empty_message"
2626
android:fontFamily="sans-serif-light"

packages/SystemUI/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<!-- Message shown in the middle of the screen after clicking on the recent apps button
3434
when there are no recent apps to show. Also used for accessibility. [CHAR LIMIT=45]-->
35-
<string name="status_bar_no_recent_apps">No recent apps</string>
35+
<string name="status_bar_no_recent_apps">Your recent screens appear here</string>
3636

3737
<!-- Content description for the button to dismiss Recent Apps (only present on large
3838
devices) -->
@@ -581,7 +581,7 @@
581581
<string name="quick_settings_cellular_detail_data_warning"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> warning</string>
582582

583583
<!-- Recents: The empty recents string. [CHAR LIMIT=NONE] -->
584-
<string name="recents_empty_message">No recent apps</string>
584+
<string name="recents_empty_message">Your recent screens appear here</string>
585585
<!-- Recents: The info panel app info button string. [CHAR LIMIT=NONE] -->
586586
<string name="recents_app_info_button_label">Application Info</string>
587587
<!-- Recents: The lock-to-app button. [CHAR LIMIT=NONE] -->

0 commit comments

Comments
 (0)