唐浩
10 天以前 de7f93c0bc4a3c576095eb7e09217a35c183ed1d
app/src/main/res/layout/item_main_list.xml
@@ -1,12 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
    android:orientation="vertical"
    android:layout_marginBottom="6dp"
    android:background="@color/white"
    android:paddingBottom="6dp"
    android:layout_height="wrap_content">
    <View
        android:layout_width="match_parent"
        android:layout_height="45dp"
        android:id="@+id/view_reserve"
        android:visibility="gone"
        android:background="@drawable/bg_reserve"/>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:paddingBottom="6dp">
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_marginStart="12dp"
@@ -124,6 +133,8 @@
        android:textColor="#ff27282d"
        android:textSize="14sp"
        android:textStyle="bold" />
</LinearLayout>
</RelativeLayout>