14 lines
446 B
XML
14 lines
446 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#f5f3f6"
|
|
scrollbars="none"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
overScrollMode="ifContentScrolls">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_settings_container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</ScrollView>
|