We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17d9ec commit dcca269Copy full SHA for dcca269
app/src/main/res/layout/set_wifi_details.xml
@@ -5,6 +5,15 @@
5
android:layout_width="match_parent"
6
android:padding="16dp"
7
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
+
17
<com.google.android.material.textfield.TextInputLayout
18
19
android:layout_height="wrap_content"
0 commit comments