From 2d2f1ee2dd3cc4dc00735fc25d87064adbd10231 Mon Sep 17 00:00:00 2001
From: Administrator <123>
Date: Wed, 03 Nov 2021 02:44:42 +0000
Subject: [PATCH] 首页 UI调整

---
 app/src/main/res/layout/homt_item_recommend.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/app/src/main/res/layout/homt_item_recommend.xml b/app/src/main/res/layout/homt_item_recommend.xml
index b7e8631..d9ff7d0 100644
--- a/app/src/main/res/layout/homt_item_recommend.xml
+++ b/app/src/main/res/layout/homt_item_recommend.xml
@@ -2,7 +2,8 @@
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
-    android:padding="@dimen/frame_margin_lr"
+    android:paddingTop="@dimen/frame_margin_lr"
+    android:paddingBottom="@dimen/frame_margin_lr"
     android:layout_width="match_parent"
     android:layout_height="wrap_content">
 

--
Gitblit v1.9.1