From d6fb0646531172f23648441c224cdcccd721b894 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期一, 14 十二月 2020 09:59:01 +0800
Subject: [PATCH] 请合并代码,完成晾衣架最终功能。

---
 ZigbeeApp/GateWay.Droid/Resources/layout/dialog_tip.xml |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/ZigbeeApp/GateWay.Droid/Resources/layout/dialog_tip.xml b/ZigbeeApp/GateWay.Droid/Resources/layout/dialog_tip.xml
new file mode 100755
index 0000000..a477919
--- /dev/null
+++ b/ZigbeeApp/GateWay.Droid/Resources/layout/dialog_tip.xml
@@ -0,0 +1,48 @@
+锘�<?xml version="1.0" encoding="UTF-8" ?>
+<LinearLayout    
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:orientation="vertical"
+    android:layout_width="match_parent"
+    android:layout_height="wrap_content"
+    android:background="@drawable/dialog_background">
+
+    <TextView
+        android:id="@+id/tv_title"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:textColor="@color/color_default"
+        android:textSize="16sp"
+        android:gravity="center"
+        android:layout_marginTop="24dp"
+        android:layout_marginBottom="12dp"
+        android:fontFamily="sans-serif-black"
+        android:text="鎻愮ず"/>
+
+    <TextView
+        android:id="@+id/tv_content"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:textSize="13sp"
+        android:gravity="center"
+        android:textColor="@color/color_default"
+        android:text="宸叉寕鏂�"/>
+
+    <View
+        android:layout_width="match_parent"
+        android:layout_height="1px"
+        android:layout_marginTop="24dp"
+        android:background="@color/color_disable"/>
+
+    <TextView
+        android:id="@+id/tv_ok"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:paddingTop="13dp"
+        android:paddingBottom="13dp"
+        android:gravity="center"
+        android:fontFamily="sans-serif-medium"
+        android:textSize="16sp"
+        android:textColor="#2175d8"
+        android:background="@drawable/sure_background_def"
+        android:text="纭"/>
+</LinearLayout>
\ No newline at end of file

--
Gitblit v1.8.0