修复UI,预警红边,红绿灯、限速位置

This commit is contained in:
董宏宇
2021-08-20 13:21:49 +08:00
parent dffccf2f4a
commit ac6b0aa0f4
8 changed files with 19 additions and 12 deletions

View File

@@ -3,6 +3,6 @@
<gradient
android:angle="90"
android:endColor="#00F03232"
android:startColor="#3FF03232"
android:type="linear"></gradient>
android:startColor="#66FF0808"
android:type="linear"/>
</shape>

View File

@@ -3,6 +3,6 @@
<gradient
android:angle="0"
android:endColor="#00F03232"
android:startColor="#3FF03232"
android:type="linear"></gradient>
android:startColor="#66FF0808"
android:type="linear"/>
</shape>

View File

@@ -3,6 +3,6 @@
<gradient
android:angle="180"
android:endColor="#00F03232"
android:startColor="#3FF03232"
android:type="linear"></gradient>
android:startColor="#66FF0808"
android:type="linear"/>
</shape>

View File

@@ -3,6 +3,6 @@
<gradient
android:angle="270"
android:endColor="#00FF0606"
android:startColor="#3FFF0606"
android:type="linear"></gradient>
android:startColor="#66FF0808"
android:type="linear"/>
</shape>