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

Commit 1dbe185d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents b5de55fb d0ca222d
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