From 705006fe0c1187ace53ee6505f71ba98fe4b44e6 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期五, 26 四月 2024 18:27:45 +0800 Subject: [PATCH] 2024年04月26日18:26:42 --- app/src/main/res/layout/item_station.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/item_station.xml b/app/src/main/res/layout/item_station.xml index 845f2c1..772a677 100644 --- a/app/src/main/res/layout/item_station.xml +++ b/app/src/main/res/layout/item_station.xml @@ -2,8 +2,8 @@ <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/station_status_cl" - android:layout_width="@dimen/dp_74" - android:layout_height="@dimen/dp_56" + android:layout_width="74dp" + android:layout_height="56dp" android:background="@drawable/station_status_no_ffffff"> <TextView -- Gitblit v1.8.0