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

Commit 27eec612 authored by Edgar Wang's avatar Edgar Wang
Browse files

Add divider below ActionButtonPreference in BluetoothDetailFragment

Bug: 187121773
Test: visual
Change-Id: I230967ae807431d92dcb82c16b12891a49b3ee0e
parent c3dc96eb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -38,6 +38,11 @@
        android:key="action_buttons"
        settings:allowDividerBelow="true"/>

    <!-- Add SpacePreference to draw divider -->
    <com.android.settings.applications.SpacePreference
        android:layout_height="0dp"
        settings:allowDividerAbove="true" />

    <com.android.settings.slices.SlicePreference
        android:key="bt_device_slice"
        settings:controller="com.android.settings.slices.BlockingSlicePrefController"