Optimized code and resources.

This commit is contained in:
2022-08-15 17:26:41 +08:00
parent e8fd581394
commit fa6154147a
51 changed files with 451 additions and 516 deletions

View File

@@ -1,18 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/fragment_home_tools"
android:id="@+id/constraint_layout_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/app_background_theme"
android:orientation="vertical"
tools:context=".ui.home.HomeFragment">
<LinearLayout
android:id="@+id/fold_layouts_linear_layout"
<androidx.recyclerview.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="10dp"
android:paddingBottom="10dp" />
</ScrollView>
android:layout_height="match_parent" />
</androidx.constraintlayout.widget.ConstraintLayout>