|
23 | 23 |
|
24 | 24 | <com.google.android.material.textview.MaterialTextView
|
25 | 25 | android:id="@+id/peer_title"
|
26 |
| - android:layout_width="match_parent" |
| 26 | + android:layout_width="wrap_content" |
27 | 27 | android:layout_height="wrap_content"
|
28 | 28 | android:text="@string/peer"
|
29 | 29 | android:textAppearance="?attr/textAppearanceTitleMedium"
|
|
32 | 32 |
|
33 | 33 | <TextView
|
34 | 34 | android:id="@+id/public_key_label"
|
35 |
| - android:layout_width="match_parent" |
| 35 | + android:layout_width="wrap_content" |
36 | 36 | android:layout_height="wrap_content"
|
37 | 37 | android:layout_marginTop="8dp"
|
38 | 38 | android:labelFor="@+id/public_key_text"
|
|
42 | 42 |
|
43 | 43 | <TextView
|
44 | 44 | android:id="@+id/public_key_text"
|
45 |
| - android:layout_width="match_parent" |
| 45 | + android:layout_width="wrap_content" |
46 | 46 | android:layout_height="wrap_content"
|
47 | 47 | android:contentDescription="@string/public_key"
|
48 | 48 | android:ellipsize="end"
|
|
59 | 59 |
|
60 | 60 | <TextView
|
61 | 61 | android:id="@+id/pre_shared_key_label"
|
62 |
| - android:layout_width="match_parent" |
| 62 | + android:layout_width="wrap_content" |
63 | 63 | android:layout_height="wrap_content"
|
64 | 64 | android:layout_marginTop="8dp"
|
65 | 65 | android:labelFor="@+id/pre_shared_key_text"
|
|
70 | 70 |
|
71 | 71 | <TextView
|
72 | 72 | android:id="@+id/pre_shared_key_text"
|
73 |
| - android:layout_width="match_parent" |
| 73 | + android:layout_width="wrap_content" |
74 | 74 | android:layout_height="wrap_content"
|
75 | 75 | android:contentDescription="@string/pre_shared_key"
|
76 | 76 | android:ellipsize="end"
|
|
88 | 88 |
|
89 | 89 | <TextView
|
90 | 90 | android:id="@+id/allowed_ips_label"
|
91 |
| - android:layout_width="match_parent" |
| 91 | + android:layout_width="wrap_content" |
92 | 92 | android:layout_height="wrap_content"
|
93 | 93 | android:layout_marginTop="8dp"
|
94 | 94 | android:labelFor="@+id/allowed_ips_text"
|
|
99 | 99 |
|
100 | 100 | <TextView
|
101 | 101 | android:id="@+id/allowed_ips_text"
|
102 |
| - android:layout_width="match_parent" |
| 102 | + android:layout_width="wrap_content" |
103 | 103 | android:layout_height="wrap_content"
|
104 | 104 | android:contentDescription="@string/allowed_ips"
|
105 | 105 | android:nextFocusUp="@id/pre_shared_key_text"
|
|
115 | 115 |
|
116 | 116 | <TextView
|
117 | 117 | android:id="@+id/endpoint_label"
|
118 |
| - android:layout_width="match_parent" |
| 118 | + android:layout_width="wrap_content" |
119 | 119 | android:layout_height="wrap_content"
|
120 | 120 | android:layout_marginTop="8dp"
|
121 | 121 | android:labelFor="@+id/endpoint_text"
|
|
126 | 126 |
|
127 | 127 | <TextView
|
128 | 128 | android:id="@+id/endpoint_text"
|
129 |
| - android:layout_width="match_parent" |
| 129 | + android:layout_width="wrap_content" |
130 | 130 | android:layout_height="wrap_content"
|
131 | 131 | android:contentDescription="@string/endpoint"
|
132 | 132 | android:nextFocusUp="@id/allowed_ips_text"
|
|
142 | 142 |
|
143 | 143 | <TextView
|
144 | 144 | android:id="@+id/persistent_keepalive_label"
|
145 |
| - android:layout_width="match_parent" |
| 145 | + android:layout_width="wrap_content" |
146 | 146 | android:layout_height="wrap_content"
|
147 | 147 | android:layout_marginTop="8dp"
|
148 | 148 | android:labelFor="@+id/persistent_keepalive_text"
|
|
153 | 153 |
|
154 | 154 | <TextView
|
155 | 155 | android:id="@+id/persistent_keepalive_text"
|
156 |
| - android:layout_width="match_parent" |
| 156 | + android:layout_width="wrap_content" |
157 | 157 | android:layout_height="wrap_content"
|
158 | 158 | android:contentDescription="@string/persistent_keepalive"
|
159 | 159 | android:nextFocusUp="@id/endpoint_text"
|
|
169 | 169 |
|
170 | 170 | <TextView
|
171 | 171 | android:id="@+id/transfer_label"
|
172 |
| - android:layout_width="match_parent" |
| 172 | + android:layout_width="wrap_content" |
173 | 173 | android:layout_height="wrap_content"
|
174 | 174 | android:layout_below="@+id/endpoint_text"
|
175 | 175 | android:layout_marginTop="8dp"
|
|
182 | 182 |
|
183 | 183 | <TextView
|
184 | 184 | android:id="@+id/transfer_text"
|
185 |
| - android:layout_width="match_parent" |
| 185 | + android:layout_width="wrap_content" |
186 | 186 | android:layout_height="wrap_content"
|
187 | 187 | android:layout_below="@+id/transfer_label"
|
188 | 188 | android:contentDescription="@string/transfer"
|
|
0 commit comments