From 5d46ab965bb9bb827e9585400ef006bbc3a7814b Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期三, 06 十一月 2024 16:42:47 +0800
Subject: [PATCH] 去掉Android14等待2s,增加云端脚本缓存在本地

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

diff --git a/app/src/main/res/layout/fragment_me_line.xml b/app/src/main/res/layout/fragment_me_line.xml
index 77b8bd2..550926d 100644
--- a/app/src/main/res/layout/fragment_me_line.xml
+++ b/app/src/main/res/layout/fragment_me_line.xml
@@ -29,8 +29,8 @@
 
     <ImageView
         android:id="@+id/fragment_me_line_right_icon_iv"
-        android:layout_width="@dimen/dp_7"
-        android:layout_height="@dimen/dp_12"
+        android:layout_width="@dimen/dp_16"
+        android:layout_height="@dimen/dp_16"
         android:layout_marginEnd="@dimen/dp_23"
         android:src="@drawable/next"
         app:layout_constraintBottom_toBottomOf="@id/fragment_me_line_left_icon_iv"

--
Gitblit v1.8.0