build(android): 初始化控制面板工程
添加 Android Gradle 工程骨架和应用模块,给 SDK 控制面板后续界面与联调提供可运行基础。
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#F4F6F8" />
|
||||
<corners android:radius="10dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user