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

Commit 1f429286 authored by Lei Yu's avatar Lei Yu Committed by android-build-merger
Browse files

Merge "Use WRAP_CONTENT for battery saver button" into pi-dev

am: 1dbe185d

Change-Id: I14a5de9f360b11de52ecda509fcdeca11d1af0a2
parents aee672ba 1dbe185d
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -27,19 +27,15 @@
    <Button
        android:id="@+id/state_on_button"
        style="@style/ActionPrimaryButton"
        android:layout_width="0dp"
        android:layout_weight="1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:paddingEnd="8dp" />
        android:layout_gravity="center" />

    <Button
        android:id="@+id/state_off_button"
        style="@style/ActionSecondaryButton"
        android:layout_width="0dp"
        android:layout_weight="1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:paddingEnd="8dp" />
        android:layout_gravity="center" />

</LinearLayout>
 No newline at end of file