From 0d1f1d3cd75f50c2fce6a550ef43ec73f46cb65f Mon Sep 17 00:00:00 2001 From: hjchangliao Date: Thu, 10 May 2018 16:18:33 +0800 Subject: [PATCH] Add shorter string for Previously connected device Original string is too long to show in title bar, Add a shorter string to avoid clipped. Change-Id: Ib8b14100f71cb65862036235f290f9f548949b79 Fixes: 78127123 Test: Manual test --- res/values/strings.xml | 2 ++ res/xml/previously_connected_devices.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index cc2c7f71619..c667fa6a639 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -421,6 +421,8 @@ Connection preferences Previously connected devices + + Previously connected Date & time diff --git a/res/xml/previously_connected_devices.xml b/res/xml/previously_connected_devices.xml index b0578a725be..8c5509bc57e 100644 --- a/res/xml/previously_connected_devices.xml +++ b/res/xml/previously_connected_devices.xml @@ -18,7 +18,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:settings="http://schemas.android.com/apk/res-auto" android:key="connected_devices_screen_previously" - android:title="@string/connected_device_previously_connected_title"> + android:title="@string/connected_device_previously_connected_screen_title">