Skip to content

Commit

Permalink
add notice to the main connection tile that it denotes the currently …
Browse files Browse the repository at this point in the history
…connected network
  • Loading branch information
mx1up committed Jan 14, 2024
1 parent 851f4ff commit 2015fbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/main/res/layout/main_connection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
android:visibility="gone"
tools:visibility="visible">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/list_view_item_horizontal_spacer"
android:textColor="@color/selected"
android:textStyle="bold"
android:text="@string/current_connection" />
<LinearLayout
android:id="@+id/connectionDetail"
android:layout_width="match_parent"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<string name="wifi_channels_list_url" translatable="false">"https://en.wikipedia.org/wiki/List_of_WLAN_channels"</string>
<string name="vendor_search_hint" translatable="false">"00:0C:41 CISCO"</string>
<string name="export_not_available">"Export not available"</string>
<string name="current_connection">"Current connection"</string>

<string name="channel_rating_best">"Best Channels:"</string>
<string name="channel_rating_best_none">"None"</string>
Expand Down

0 comments on commit 2015fbd

Please sign in to comment.