| | |
| | | android:background="#FAFAFA"> |
| | | |
| | | <!-- 标题栏 --> |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="56dp" |
| | | android:background="#FFFFFF" |
| | | android:elevation="1dp"> |
| | | <!-- <RelativeLayout--> |
| | | <!-- android:layout_width="match_parent"--> |
| | | <!-- android:layout_height="56dp"--> |
| | | <!-- android:background="#FFFFFF"--> |
| | | <!-- android:elevation="1dp">--> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerInParent="true" |
| | | android:text="新增短信提醒" |
| | | android:textSize="17sp" |
| | | android:textColor="#222222" /> |
| | | <!-- <TextView--> |
| | | <!-- android:layout_width="wrap_content"--> |
| | | <!-- android:layout_height="wrap_content"--> |
| | | <!-- android:layout_centerInParent="true"--> |
| | | <!-- android:text="新增短信提醒"--> |
| | | <!-- android:textSize="17sp"--> |
| | | <!-- android:textColor="#222222" />--> |
| | | |
| | | <!-- 关闭按钮 --> |
| | | <ImageButton |
| | | android:id="@+id/btn_close" |
| | | android:layout_width="48dp" |
| | | android:layout_height="48dp" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:background="?attr/selectableItemBackgroundBorderless" |
| | | android:padding="12dp" |
| | | android:src="@android:drawable/ic_menu_close_clear_cancel" /> |
| | | </RelativeLayout> |
| | | <!-- <!– 关闭按钮 –>--> |
| | | <!-- <ImageButton--> |
| | | <!-- android:id="@+id/btn_close"--> |
| | | <!-- android:layout_width="48dp"--> |
| | | <!-- android:layout_height="48dp"--> |
| | | <!-- android:layout_alignParentEnd="true"--> |
| | | <!-- android:layout_centerVertical="true"--> |
| | | <!-- android:background="?attr/selectableItemBackgroundBorderless"--> |
| | | <!-- android:padding="12dp"--> |
| | | <!-- android:src="@android:drawable/ic_menu_close_clear_cancel" />--> |
| | | <!-- </RelativeLayout>--> |
| | | |
| | | <!-- 内容区域 --> |
| | | <LinearLayout |