Skip to content

Commit

Permalink
A bit more spacing for the button that turns bluetooth on
Browse files Browse the repository at this point in the history
  • Loading branch information
robbi5 committed Sep 10, 2024
1 parent ca8c98f commit 2c474dd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,14 @@
android:text="@string/warning_bluetooth_disabled_summary"
android:textColor="?android:attr/textColorSecondary" />
</LinearLayout>
<!-- Preference should place its actual preference widget here. -->

<Button
android:id="@+id/btnBluetoothActivate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="end|center_vertical"
android:orientation="vertical"
android:layout_marginStart="16dp"
android:text="@string/warning_bluetooth_disabled_turn_on" />
</LinearLayout>

Expand Down

0 comments on commit 2c474dd

Please sign in to comment.