增加了demo

This commit is contained in:
董宏宇
2021-01-28 18:21:32 +08:00
parent bbcd1fcc84
commit 61da360834
4 changed files with 26 additions and 4 deletions

View File

@@ -10,11 +10,27 @@
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/tvAppKey"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:text="AppKey"
android:textSize="20dp" />
<TextView
android:id="@+id/tvDevicesId"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:text="DevicesId"
android:textSize="20dp" />
<TextView
android:id="@+id/tvSn"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_margin="5dp"
android:text="SN"
android:textSize="20dp" />
@@ -22,7 +38,7 @@
android:id="@+id/tvToken"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_margin="5dp"
android:text="Token"
android:textSize="20dp" />

View File

@@ -1,6 +1,6 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>