2020-08-11 23:59:44 +05:30
|
|
|
<?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-09 00:00:20 +05:30
|
|
|
<include
|
|
|
|
android:id="@+id/about_content"
|
|
|
|
layout="@layout/fragment_about_content" />
|
2020-08-11 23:59:44 +05:30
|
|
|
</androidx.core.widget.NestedScrollView>
|