[V2X]本地源码与远程aar版本一致
This commit is contained in:
5
app/src/main/res/drawable/divider.xml
Normal file
5
app/src/main/res/drawable/divider.xml
Normal 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>
|
||||
@@ -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
|
||||
|
||||
6
app/src/main/res/values/dimens.xml
Normal file
6
app/src/main/res/values/dimens.xml
Normal 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>
|
||||
Reference in New Issue
Block a user