From 3a154bdb0a5aaa2c0ac3eac95a6ba747068bd454 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期二, 13 一月 2026 10:00:37 +0800 Subject: [PATCH] 优化 --- keyCabinet-android/app/src/main/res/layout/home_fragment_lbt_item.xml | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 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 new file mode 100644 index 0000000..34a8410 --- /dev/null +++ b/keyCabinet-android/app/src/main/res/layout/home_fragment_lbt_item.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto" + 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.2" + style="@style/sim_nomal" + app:roundedCornerRadius="20dp" + app:layout_constraintTop_toTopOf="parent" + /> +</androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file -- Gitblit v1.9.3