Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
VREMSoftwareDevelopment committed Jan 27, 2024
1 parent e71132f commit 27ea0a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/layout/main_connection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
android:textStyle="bold"
tools:text="192.168.111.222" />
</LinearLayout>

<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/selected" />
</LinearLayout>

<include layout="@layout/main_wifi_support" />
Expand Down

0 comments on commit 27ea0a1

Please sign in to comment.