Skip to content

Commit dcca269

Browse files
committed
Add title to Wi-Fi settings dialog
1 parent d17d9ec commit dcca269

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/src/main/res/layout/set_wifi_details.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
android:layout_width="match_parent"
66
android:padding="16dp"
77
android:layout_height="match_parent">
8+
<TextView
9+
android:layout_width="match_parent"
10+
android:layout_height="wrap_content"
11+
android:text="@string/device_wifi_settings"
12+
android:textSize="32sp"
13+
android:layout_marginBottom="@dimen/text_margin"
14+
android:textAlignment="center"
15+
android:gravity="center_horizontal"/>
16+
817
<com.google.android.material.textfield.TextInputLayout
918
android:layout_width="match_parent"
1019
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)