Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Oct 11, 2024
1 parent 14f16d2 commit 2f721db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sample/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constraintStart_toStartOf="parent"
android:layout_gravity="center_horizontal"
android:orientation="vertical"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintWidth_max="632dp"
android:layout_gravity="center_horizontal"
android:orientation="vertical">
app:layout_constraintWidth_max="632dp">

<androidx.fragment.app.FragmentContainerView
android:id="@+id/fragment_device_status"
Expand Down

0 comments on commit 2f721db

Please sign in to comment.