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

Commit 37f100ea authored by Adrian Roos's avatar Adrian Roos
Browse files

Fix detail header padding

Bug: 17007279
Change-Id: If0d20f69306a7c0cee89cc0c9a1fb81e7d0bf3c0
parent 15f83c6f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -15,7 +15,10 @@
     limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    style="@style/BrightnessDialogContainer"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true"
    android:padding="@dimen/qs_panel_padding"
    android:background="@drawable/btn_borderless_rect" >

    <TextView
+0 −1
Original line number Diff line number Diff line
@@ -168,7 +168,6 @@
    <style name="BaseBrightnessDialogContainer">
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:layout_alignParentBottom">true</item>
    </style>

    <style name="BrightnessDialogContainer" parent="@style/BaseBrightnessDialogContainer" />