From 462d583986e4739f7a75227b3fde4da587502ba5 Mon Sep 17 00:00:00 2001
From: Administrator <123>
Date: Fri, 05 Nov 2021 03:20:39 +0000
Subject: [PATCH] 主页 动态UI adapter  null视图问题修改 分页框架 include问题

---
 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