Skip to content

Commit

Permalink
优化摸鱼、文章列表宫格图样式。
Browse files Browse the repository at this point in the history
  • Loading branch information
anjiemo committed Mar 18, 2024
1 parent 46dfbde commit 76b43e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/article_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@
android:id="@+id/simple_grid_layout"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
android:layout_marginHorizontal="6dp"
android:layout_marginBottom="6dp"
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
app:layout_constraintEnd_toEndOf="parent"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/fish_pond_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
android:id="@+id/simple_grid_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/dp_6"
android:visibility="gone"
tools:visibility="visible" />

Expand Down

0 comments on commit 76b43e5

Please sign in to comment.