Administrator
2021-11-06 c637891132d876b13edd8bc1e9ce4d63312fe091
layout 文件分组
2 files added
11 files renamed
2 files modified
1 files deleted
71 ■■■■ changed files
app/build.gradle 2 ●●● patch | view | raw | blame | history
app/src/main/java/com/duqing/missions/ui/main/dynamic/square/SquareFragment.java 4 ●●●● patch | view | raw | blame | history
app/src/main/res/drawable/ic_baseline_add_24.xml 10 ●●●●● patch | view | raw | blame | history
app/src/main/res/layout/fragment_hall.xml 33 ●●●●● patch | view | raw | blame | history
app/src/main/res/layout/main/layout/dynamic_item_square.xml patch | view | raw | blame | history
app/src/main/res/layout/main/layout/fragment_home.xml patch | view | raw | blame | history
app/src/main/res/layout/main/layout/fragment_mine.xml patch | view | raw | blame | history
app/src/main/res/layout/main/layout/fragment_squre.xml 22 ●●●●● patch | view | raw | blame | history
app/src/main/res/layout/main/layout/fragment_sub_hall.xml patch | view | raw | blame | history
app/src/main/res/layout/main/layout/hall_item_top.xml patch | view | raw | blame | history
app/src/main/res/layout/main/layout/hall_popu_classify.xml patch | view | raw | blame | history
app/src/main/res/layout/main/layout/home_item_classify.xml patch | view | raw | blame | history
app/src/main/res/layout/main/layout/home_item_top.xml patch | view | raw | blame | history
app/src/main/res/layout/main/layout/homt_item_recommend.xml patch | view | raw | blame | history
app/src/main/res/layout/main/layout/item_classify.xml patch | view | raw | blame | history
app/src/main/res/layout/main/layout/item_square_image.xml patch | view | raw | blame | history
app/build.gradle
@@ -32,7 +32,7 @@
        main {
            //声明layout子文件夹
            res.srcDirs = [
                    'src/main/res/layout/item',
                    'src/main/res/layout/main',
                    'src/main/res'
            ]
        }
app/src/main/java/com/duqing/missions/ui/main/dynamic/square/SquareFragment.java
@@ -2,7 +2,7 @@
import com.duqing.missions.base.fragments.BaseLoadPageFragment;
import com.duqing.missions.data.BasePageResult;
import com.duqing.missions.databinding.RefreshRecyclerBinding;
import com.duqing.missions.databinding.FragmentSqureBinding;
import java.util.ArrayList;
import java.util.List;
@@ -11,7 +11,7 @@
 * 广场
 * Created by Administrator on 2021/11/5 0005.
 */
public class SquareFragment extends BaseLoadPageFragment<RefreshRecyclerBinding,SquareViewModel,SquareAdapter, BasePageResult<String>> {
public class SquareFragment extends BaseLoadPageFragment<FragmentSqureBinding,SquareViewModel,SquareAdapter, BasePageResult<String>> {
    @Override
app/src/main/res/drawable/ic_baseline_add_24.xml
New file
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
  <path
      android:fillColor="@android:color/white"
      android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
</vector>
app/src/main/res/layout/fragment_hall.xml
File was deleted
app/src/main/res/layout/main/layout/dynamic_item_square.xml
app/src/main/res/layout/main/layout/fragment_home.xml
app/src/main/res/layout/main/layout/fragment_mine.xml
app/src/main/res/layout/main/layout/fragment_squre.xml
New file
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    <com.google.android.material.floatingactionbutton.FloatingActionButton
        android:id="@+id/fab"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:contentDescription="发布"
        android:layout_marginRight="@dimen/activity_horizontal_margin"
        android:layout_marginBottom="50dp"
        app:rippleColor="@color/white_2"
        android:outlineSpotShadowColor="@color/white"
        android:outlineAmbientShadowColor="@color/white"
        android:src="@drawable/ic_baseline_add_24"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintRight_toRightOf="parent"/>
    <include
        android:id="@+id/include_refresh_recycler"
        layout="@layout/refresh_recycler" />
</androidx.constraintlayout.widget.ConstraintLayout>
app/src/main/res/layout/main/layout/fragment_sub_hall.xml
app/src/main/res/layout/main/layout/hall_item_top.xml
app/src/main/res/layout/main/layout/hall_popu_classify.xml
app/src/main/res/layout/main/layout/home_item_classify.xml
app/src/main/res/layout/main/layout/home_item_top.xml
app/src/main/res/layout/main/layout/homt_item_recommend.xml
app/src/main/res/layout/main/layout/item_classify.xml
app/src/main/res/layout/main/layout/item_square_image.xml