From fab8c02a0aa8f941a507bdcb3e4d72deb6eb2242 Mon Sep 17 00:00:00 2001
From: weimingfei <fei_gaming@sina.com>
Date: 星期五, 24 十月 2025 14:53:18 +0800
Subject: [PATCH] 钥匙柜

---
 keyCabinet-android/app/src/main/res/layout/home_fragment_lbt_item.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/keyCabinet-android/app/src/main/res/layout/home_fragment_lbt_item.xml b/keyCabinet-android/app/src/main/res/layout/home_fragment_lbt_item.xml
index bc2419a..34a8410 100644
--- a/keyCabinet-android/app/src/main/res/layout/home_fragment_lbt_item.xml
+++ b/keyCabinet-android/app/src/main/res/layout/home_fragment_lbt_item.xml
@@ -3,14 +3,14 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     xmlns:app="http://schemas.android.com/apk/res-auto"
-    android:paddingLeft="60dp"
-    android:paddingRight="60dp">
+    android:paddingLeft="30dp"
+    android:paddingRight="30dp">
 
     <com.facebook.drawee.view.SimpleDraweeView
         android:id="@+id/sim_icon"
         android:layout_width="match_parent"
         android:layout_height="0dp"
-        app:viewAspectRatio="2.3"
+        app:viewAspectRatio="2.2"
         style="@style/sim_nomal"
         app:roundedCornerRadius="20dp"
         app:layout_constraintTop_toTopOf="parent"

--
Gitblit v1.9.3