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

Commit 3b7fdafe authored by Seweryn Fornalik's avatar Seweryn Fornalik
Browse files

Remove divider above Account settings

parent 86e78e8a
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -8,13 +8,15 @@
  ~ http://www.gnu.org/licenses/gpl.html
  -->

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto">

    <PreferenceScreen
        android:iconSpaceReserved="true"
        android:summary="@string/manage_account_description"
        android:title="@string/manage_accounts"
        android:order="300">
        android:order="300"
        settings:allowDividerAbove="false">
        <intent
            android:action="ACTION_VIEW"
            android:targetClass="foundation.e.accountmanager.ui.AccountsActivity"