|
|
|
|
@ -1,7 +1,8 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:fillViewport="true"> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
@ -44,11 +45,17 @@ |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="24sp" /> |
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
android:id="@+id/update" |
|
|
|
|
<com.github.androidprogresslayout.ProgressLayout |
|
|
|
|
android:id="@+id/updateLayout" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="16dp" /> |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginTop="16dp"> |
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
android:id="@+id/update" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" /> |
|
|
|
|
|
|
|
|
|
</com.github.androidprogresslayout.ProgressLayout> |
|
|
|
|
</LinearLayout> |
|
|
|
|
</androidx.core.widget.NestedScrollView> |