解决BUG

解决UI走查提出的问题
This commit is contained in:
董宏宇
2020-02-13 16:46:11 +08:00
parent 95322d930c
commit aaa10c39af
5 changed files with 93 additions and 66 deletions

View File

@@ -8,6 +8,8 @@
android:pivotY="15%"
android:toDegrees="45" >
<shape android:shape="rectangle" >
<size android:width="@dimen/dp_20"
android:height="@dimen/dp_20"/>
<solid android:color="#256BFF" />
</shape >
</rotate >

View File

@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="40dp"
android:height="20dp"
android:viewportWidth="400"
android:viewportHeight="200" >
<path
android:fillColor="#256BFF"
android:pathData="M200.162432,198.826894l-200.162432,-198.826894l400.325329,0l-200.162897,198.826894z" />
</vector >