OSDN Git Service

Change permission preference to only 1 line summary
authorFan Zhang <zhfan@google.com>
Fri, 30 Jun 2017 22:28:19 +0000 (15:28 -0700)
committerFan Zhang <zhfan@google.com>
Fri, 30 Jun 2017 22:29:27 +0000 (22:29 +0000)
Test: visual
Change-Id: I0e397c096eac19d312c5632cd7f0a1856c199b96
Fix: 36413664

res/xml/installed_app_details.xml

index 865f41f..df7027c 100644 (file)
@@ -45,9 +45,9 @@
     <com.android.settings.widget.FixedLineSummaryPreference
         android:key="permission_settings"
         android:title="@string/permissions_label"
-        android:summary="@string/summary_two_lines_placeholder"
+        android:summary="@string/summary_placeholder"
         android:selectable="true"
-        app:summaryLineCount="2" />
+        app:summaryLineCount="1" />
 
     <Preference
         android:key="storage_settings"