|
212 | 212 |
|
213 | 213 | </RelativeLayout> |
214 | 214 |
|
215 | | - <View |
216 | | - android:id="@+id/scrolling_divider" |
217 | | - android:layout_width="match_parent" |
218 | | - android:layout_height="1px" |
219 | | - android:background="@color/divider_grey" |
220 | | - android:importantForAccessibility="no"/> |
221 | | - |
222 | | - <com.simplemobiletools.commons.views.MyTextView |
223 | | - android:id="@+id/scrolling_label" |
224 | | - android:layout_width="wrap_content" |
225 | | - android:layout_height="wrap_content" |
226 | | - android:layout_marginStart="@dimen/bigger_margin" |
227 | | - android:layout_marginTop="@dimen/activity_margin" |
228 | | - android:text="@string/scrolling" |
229 | | - android:textAllCaps="true" |
230 | | - android:textSize="@dimen/smaller_text_size"/> |
231 | | - |
232 | | - <RelativeLayout |
233 | | - android:id="@+id/settings_show_info_bubble_holder" |
234 | | - android:layout_width="match_parent" |
235 | | - android:layout_height="wrap_content" |
236 | | - android:layout_marginTop="@dimen/medium_margin" |
237 | | - android:background="?attr/selectableItemBackground" |
238 | | - android:paddingLeft="@dimen/normal_margin" |
239 | | - android:paddingTop="@dimen/activity_margin" |
240 | | - android:paddingRight="@dimen/normal_margin" |
241 | | - android:paddingBottom="@dimen/activity_margin"> |
242 | | - |
243 | | - <com.simplemobiletools.commons.views.MySwitchCompat |
244 | | - android:id="@+id/settings_show_info_bubble" |
245 | | - android:layout_width="match_parent" |
246 | | - android:layout_height="wrap_content" |
247 | | - android:background="@null" |
248 | | - android:clickable="false" |
249 | | - android:paddingStart="@dimen/medium_margin" |
250 | | - android:text="@string/show_info_bubble" |
251 | | - app:switchPadding="@dimen/medium_margin"/> |
252 | | - |
253 | | - </RelativeLayout> |
254 | | - |
255 | 215 | <View |
256 | 216 | android:id="@+id/security_divider" |
257 | 217 | android:layout_width="match_parent" |
|
0 commit comments