2020-08-11 18:29:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:id="@+id/container"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:overScrollMode="never"
|
|
|
|
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior">
|
|
|
|
|
2021-09-08 18:30:20 +00:00
|
|
|
<include
|
|
|
|
android:id="@+id/about_content"
|
|
|
|
layout="@layout/fragment_about_content" />
|
2020-08-11 18:29:44 +00:00
|
|
|
</androidx.core.widget.NestedScrollView>
|