Loading packages/SystemUI/res/layout/recents_empty.xml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ android:layout_height="match_parent" android:layout_gravity="center" android:gravity="center" android:textSize="20sp" android:textSize="16sp" android:textColor="#ffffffff" android:text="@string/recents_empty_message" android:fontFamily="sans-serif-light" Loading packages/SystemUI/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ <!-- Message shown in the middle of the screen after clicking on the recent apps button when there are no recent apps to show. Also used for accessibility. [CHAR LIMIT=45]--> <string name="status_bar_no_recent_apps">No recent apps</string> <string name="status_bar_no_recent_apps">Your recent screens appear here</string> <!-- Content description for the button to dismiss Recent Apps (only present on large devices) --> Loading Loading @@ -581,7 +581,7 @@ <string name="quick_settings_cellular_detail_data_warning"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> warning</string> <!-- Recents: The empty recents string. [CHAR LIMIT=NONE] --> <string name="recents_empty_message">No recent apps</string> <string name="recents_empty_message">Your recent screens appear here</string> <!-- Recents: The info panel app info button string. [CHAR LIMIT=NONE] --> <string name="recents_app_info_button_label">Application Info</string> <!-- Recents: The lock-to-app button. [CHAR LIMIT=NONE] --> Loading Loading
packages/SystemUI/res/layout/recents_empty.xml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ android:layout_height="match_parent" android:layout_gravity="center" android:gravity="center" android:textSize="20sp" android:textSize="16sp" android:textColor="#ffffffff" android:text="@string/recents_empty_message" android:fontFamily="sans-serif-light" Loading
packages/SystemUI/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ <!-- Message shown in the middle of the screen after clicking on the recent apps button when there are no recent apps to show. Also used for accessibility. [CHAR LIMIT=45]--> <string name="status_bar_no_recent_apps">No recent apps</string> <string name="status_bar_no_recent_apps">Your recent screens appear here</string> <!-- Content description for the button to dismiss Recent Apps (only present on large devices) --> Loading Loading @@ -581,7 +581,7 @@ <string name="quick_settings_cellular_detail_data_warning"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> warning</string> <!-- Recents: The empty recents string. [CHAR LIMIT=NONE] --> <string name="recents_empty_message">No recent apps</string> <string name="recents_empty_message">Your recent screens appear here</string> <!-- Recents: The info panel app info button string. [CHAR LIMIT=NONE] --> <string name="recents_app_info_button_label">Application Info</string> <!-- Recents: The lock-to-app button. [CHAR LIMIT=NONE] --> Loading