15 lines
521 B
XML
15 lines
521 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<androidx.core.widget.NestedScrollView
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<include
|
||
|
id="@+id/common_features_information"
|
||
|
layout="@layout/2131558860"/>
|
||
|
</androidx.core.widget.NestedScrollView>
|
||
|
</LinearLayout>
|