[V2X]本地源码与远程aar版本一致

This commit is contained in:
renwj
2022-02-25 17:26:24 +08:00
parent 6be718c31c
commit aea8aeb11d
29 changed files with 1183 additions and 324 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#000000"/>
</shape>

View File

@@ -116,6 +116,7 @@
android:id="@+id/btnV2XFunctionTest"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="V2X模块测试"
android:visibility="gone"/>
<Button

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="dp_100">100dp</dimen>
<dimen name="dp_20">20dp</dimen>
</resources>