Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
app: Fix downloadInfo cardView bottomMargin
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed May 1, 2024
1 parent 3db0d6a commit 675abbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout-land/main_content.xml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="32dp"
android:layout_marginBottom="18dp"
android:layout_marginBottom="32dp"
android:orientation="vertical"
android:visibility="gone"
tools:visibility="visible">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/main_content.xml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp"
android:layout_marginBottom="18dp"
android:layout_marginBottom="24dp"
android:orientation="vertical"
android:visibility="gone"
tools:visibility="visible">
Expand Down

0 comments on commit 675abbe

Please sign in to comment.