TellMeNotice/app/src/main/res/layout/activity_main.xml
如果当时 36d068baf1 2020-12-21 V1.0.2
*.[新增]新增微信红包提醒
*.[改进]更全面的识别淘口令。
*.[改进]更全面的识别快递签收提醒。
2020-12-21 22:41:12 +08:00

23 lines
934 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.qmuiteam.qmui.widget.QMUIWindowInsetLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<com.qmuiteam.qmui.widget.QMUITopBarLayout
android:id="@+id/topbar"
android:layout_width="match_parent"
android:layout_height="88dp"
android:background="@color/app_color_theme_4"
android:fitsSystemWindows="true" />
<TextView
android:id="@+id/IdState"
android:layout_width="287dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginTop="95dp"
android:text="@string/app_state" />
</com.qmuiteam.qmui.widget.QMUIWindowInsetLayout>