Merge branch 'dev_hawk_eye' into dev_merge_shuyi_vr_map
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user