lightning-i2p/res/drawable/toolbar_elevate.xml

19 lines
469 B
XML
Raw Normal View History

2015-01-29 18:25:19 +00:00
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape
android:shape="rectangle" >
<solid android:color="@color/secondary_color_settings" />
</shape>
</item>
<item android:bottom="1dp">
<shape
android:shape="rectangle" >
<solid android:color="@color/primary_color" />
</shape>
</item>
</layer-list>