Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32a85682 authored by Fan Zhang's avatar Fan Zhang
Browse files

Change permission preference to only 1 line summary

Test: visual
Change-Id: I0e397c096eac19d312c5632cd7f0a1856c199b96
Fix: 36413664
parent 9a3b115c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"