Newer
Older
QingDaoSmartWell / app / src / main / res / layout / item_area_sheet.xml
Pengxh on 18 Apr 2022 582 bytes 1、调整消警接口
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="@dimen/titleViewHeight">

    <TextView
        android:id="@+id/areaItemView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="center_vertical"
        android:paddingHorizontal="@dimen/dp_10"
        android:text="取消"
        android:textColor="@color/mainTextColor"
        android:textSize="@dimen/textFontSize" />
</LinearLayout>