|
17 | 17 | android:padding="4dp" |
18 | 18 | android:text="@string/mana_hostapd" /> |
19 | 19 |
|
20 | | - <com.google.android.material.textfield.TextInputLayout |
| 20 | + <TextView |
| 21 | + android:layout_width="match_parent" |
| 22 | + android:layout_height="wrap_content" |
| 23 | + android:text="@string/iface" |
| 24 | + android:padding="4dp" /> |
| 25 | + |
| 26 | + <EditText |
| 27 | + android:id="@+id/ifc" |
| 28 | + android:layout_width="match_parent" |
| 29 | + android:layout_height="wrap_content" |
| 30 | + android:ems="10"/> |
| 31 | + |
| 32 | + <TextView |
21 | 33 | android:layout_width="match_parent" |
22 | | - android:layout_height="72dp" |
23 | | - android:padding="4dp"> |
| 34 | + android:layout_height="wrap_content" |
| 35 | + android:text="@string/bssid" |
| 36 | + android:padding="4dp" /> |
| 37 | + |
| 38 | + <EditText |
| 39 | + android:id="@+id/bssid" |
| 40 | + android:layout_width="match_parent" |
| 41 | + android:layout_height="wrap_content" |
| 42 | + android:ems="10"/> |
| 43 | + |
| 44 | + <TextView |
| 45 | + android:layout_width="match_parent" |
| 46 | + android:layout_height="wrap_content" |
| 47 | + android:text="@string/ssid" |
| 48 | + android:padding="4dp" /> |
24 | 49 |
|
25 | | - <com.google.android.material.textfield.TextInputEditText |
26 | | - android:id="@+id/ifc" |
27 | | - android:layout_width="match_parent" |
28 | | - android:layout_height="match_parent" |
29 | | - android:ems="10" |
30 | | - android:hint="@string/iface" |
31 | | - style="@style/DesignTextInput"/> |
32 | | - </com.google.android.material.textfield.TextInputLayout> |
| 50 | + <EditText |
| 51 | + android:id="@+id/ssid" |
| 52 | + android:layout_width="match_parent" |
| 53 | + android:layout_height="wrap_content" |
| 54 | + android:ems="10"/> |
33 | 55 |
|
| 56 | + <TextView |
| 57 | + android:layout_width="match_parent" |
| 58 | + android:layout_height="wrap_content" |
| 59 | + android:text="@string/chanel" |
| 60 | + android:padding="4dp" /> |
34 | 61 |
|
35 | | - <com.google.android.material.textfield.TextInputLayout |
| 62 | + <EditText |
| 63 | + android:id="@+id/channel" |
36 | 64 | android:layout_width="match_parent" |
37 | | - android:layout_height="72dp" |
38 | | - android:padding="4dp"> |
39 | | - |
40 | | - <com.google.android.material.textfield.TextInputEditText |
41 | | - android:id="@+id/bssid" |
42 | | - android:layout_width="match_parent" |
43 | | - android:layout_height="match_parent" |
44 | | - android:ems="10" |
45 | | - android:hint="@string/bssid" /> |
46 | | - </com.google.android.material.textfield.TextInputLayout> |
47 | | - |
48 | | - <com.google.android.material.textfield.TextInputLayout |
| 65 | + android:layout_height="wrap_content" |
| 66 | + android:ems="10"/> |
| 67 | + |
| 68 | + <TextView |
49 | 69 | android:layout_width="match_parent" |
50 | | - android:layout_height="72dp" |
51 | | - android:padding="4dp"> |
52 | | - |
53 | | - <com.google.android.material.textfield.TextInputEditText |
54 | | - android:id="@+id/ssid" |
55 | | - android:layout_width="match_parent" |
56 | | - android:layout_height="match_parent" |
57 | | - android:ems="10" |
58 | | - android:hint="@string/ssid" /> |
59 | | - </com.google.android.material.textfield.TextInputLayout> |
60 | | - |
61 | | - <com.google.android.material.textfield.TextInputLayout |
| 70 | + android:layout_height="wrap_content" |
| 71 | + android:text="@string/enable_karma" |
| 72 | + android:padding="4dp" /> |
| 73 | + |
| 74 | + <EditText |
| 75 | + android:id="@+id/enable_karma" |
62 | 76 | android:layout_width="match_parent" |
63 | | - android:layout_height="72dp" |
64 | | - android:padding="4dp"> |
65 | | - |
66 | | - <com.google.android.material.textfield.TextInputEditText |
67 | | - android:id="@+id/channel" |
68 | | - android:layout_width="match_parent" |
69 | | - android:layout_height="match_parent" |
70 | | - android:ems="10" |
71 | | - android:hint="@string/chanel" /> |
72 | | - </com.google.android.material.textfield.TextInputLayout> |
73 | | - |
74 | | - <com.google.android.material.textfield.TextInputLayout |
| 77 | + android:layout_height="wrap_content" |
| 78 | + android:ems="10"/> |
| 79 | + |
| 80 | + <TextView |
75 | 81 | android:layout_width="match_parent" |
76 | | - android:layout_height="72dp" |
77 | | - android:padding="4dp"> |
78 | | - |
79 | | - <com.google.android.material.textfield.TextInputEditText |
80 | | - android:id="@+id/enable_karma" |
81 | | - android:layout_width="match_parent" |
82 | | - android:layout_height="match_parent" |
83 | | - android:ems="10" |
84 | | - android:hint="@string/enable_karma" |
85 | | - style="@style/DesignTextInput"/> |
86 | | - </com.google.android.material.textfield.TextInputLayout> |
87 | | - |
88 | | - <com.google.android.material.textfield.TextInputLayout |
| 82 | + android:layout_height="wrap_content" |
| 83 | + android:text="@string/karma_loud" |
| 84 | + android:padding="4dp" /> |
| 85 | + |
| 86 | + <EditText |
| 87 | + android:id="@+id/karma_loud" |
89 | 88 | android:layout_width="match_parent" |
90 | | - android:layout_height="72dp" |
91 | | - android:padding="4dp"> |
92 | | - |
93 | | - <com.google.android.material.textfield.TextInputEditText |
94 | | - android:id="@+id/karma_loud" |
95 | | - android:layout_width="match_parent" |
96 | | - android:layout_height="match_parent" |
97 | | - android:ems="10" |
98 | | - android:hint="@string/karma_loud" |
99 | | - style="@style/DesignTextInput"/> |
100 | | - </com.google.android.material.textfield.TextInputLayout> |
| 89 | + android:layout_height="wrap_content" |
| 90 | + android:ems="10"/> |
101 | 91 |
|
102 | 92 |
|
103 | 93 | <Button |
|
0 commit comments