OSDN Git Service

Add shorter string for Previously connected device
authorhjchangliao <hjchangliao@google.com>
Thu, 10 May 2018 08:18:33 +0000 (16:18 +0800)
committerhjchangliao <hjchangliao@google.com>
Thu, 10 May 2018 08:18:33 +0000 (16:18 +0800)
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
res/xml/previously_connected_devices.xml

index cc2c7f7..c667fa6 100644 (file)
     <string name="connected_device_connections_title">Connection preferences</string>
     <!-- Title for Bluetooth preference to open paired but no connection list [CHAR LIMIT=none]-->
     <string name="connected_device_previously_connected_title">Previously connected devices</string>
+    <!-- Preference screen title for Bluetooth preference to open paired but no connection list [CHAR LIMIT=none]-->
+    <string name="connected_device_previously_connected_screen_title">Previously connected</string>
 
     <!-- Date & time settings screen title -->
     <string name="date_and_time">Date &amp; time</string>
index b0578a7..8c5509b 100644 (file)
@@ -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">
 
     <PreferenceCategory
         android:key="saved_device_list"