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

Commit b8aa362e authored by Stephen Bird's avatar Stephen Bird Committed by Gerrit Code Review
Browse files

Preferences: Move huge paragraph description to own item

In some languages, this doesn't fit well into the switch
preference. This huge wall of text also looks pretty bad
when it shares a row with the switch itself. On its own
row, this fits quite nicely.

Change-Id: I0b35d84965a800e578d3557bfc522f34aabb79f0
parent 707e828f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -36,10 +36,12 @@
      <SwitchPreference
        android:key="cm_filemanager_secure_storage_delayed_sync"
        android:title="@string/pref_secure_storage_delayed_sync_title"
        android:summary="@string/pref_secure_storage_delayed_sync_summary"
        android:persistent="true"
        android:defaultValue="true" />

      <Preference
        android:summary="@string/pref_secure_storage_delayed_sync_summary"
        android:selectable="false"/>
    </PreferenceCategory>

</PreferenceScreen>