mac
2024-05-06 a4e8dee87338beef6f45f053d8fa9c36dc74ed09
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
@@ -13,7 +13,7 @@
        android:layout_marginTop="7dp"
        android:text="99"
        android:textColor="@color/text_90000000"
        android:textSize="@dimen/text_14"
        android:textSize="@dimen/text_21"
        android:textStyle="bold"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"