Skip to content

Commit

Permalink
Center the gRPC connection status
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Nov 4, 2024
1 parent 25e1604 commit 76f2766
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@

</LinearLayout>

<LinearLayout
xmlns:app="http://schemas.android.com/apk/res-auto"
<LinearLayout xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand Down Expand Up @@ -289,7 +288,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Connecting ..." />
android:text="Connecting ..."
android:gravity="center_vertical"
android:layout_gravity="center_vertical" />

<androidx.appcompat.widget.SwitchCompat
android:id="@+id/grpcConnectToggleSwitch"
Expand Down

0 comments on commit 76f2766

Please sign in to comment.