Merge branch 'dev_hawk_eye' into dev_merge_shuyi_vr_map

This commit is contained in:
tongchenfei
2020-12-08 17:56:05 +08:00
27 changed files with 399 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size
android:width="@dimen/module_ext_navi_in_vr_width"
android:height="@dimen/module_ext_navi_in_vr_height" />
<gradient
android:startColor="#9C4F77D1"
android:centerColor="#68203784"
android:endColor="#68203784" />
<corners android:radius="@dimen/module_ext_navi_in_vr_bg_corner" />
</shape>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size
android:height="@dimen/module_ext_navi_in_vr_limit_speed_size"
android:width="@dimen/module_ext_navi_in_vr_limit_speed_size" />
<gradient
android:startColor="#FF222F5B"
android:endColor="#FF1F2A54" />
</shape>