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

Commit 3cf195cc authored by Michael W's avatar Michael W
Browse files

LineageParts: Profiles: Even more improvements

* By setting clickable to false, the parent's clickable
  attribute can unfold its' effects
* Remove the divider between the profiles

Change-Id: I8aaf3b7d04da1a1769ee8659a8516e2220a1327f
parent e3f3b5a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_weight="1"
            android:clickable="true"
            android:clickable="false"
            android:focusable="true"
            android:gravity="center_vertical"
            android:orientation="vertical">
+2 −0
Original line number Diff line number Diff line
@@ -136,6 +136,8 @@ public class ProfilesSettings extends SettingsPreferenceFragment
        mProfileManager = ProfileManager.getInstance(getActivity());
        // After confirming PreferenceScreen is available, we call super.
        super.onActivityCreated(savedInstanceState);

        setDivider(null);
    }

    @Override