mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
12 lines
340 B
XML
12 lines
340 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<item>
|
|
<shape>
|
|
<gradient
|
|
android:endColor="#00ffffff"
|
|
android:startColor="#ff686868"
|
|
android:useLevel="false" />
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list> |