gecko/mobile/android/base/resources/drawable/address_bar_bg_shadow.xml
2011-12-15 11:53:04 -08:00

23 lines
498 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<size android:height="1dp"/>
<solid android:color="#18000000"/>
</shape>
</item>
<item android:top="1dp">
<shape android:shape="rectangle">
<size android:height="1dp"/>
<solid android:color="#48000000"/>
</shape>
</item>
</layer-list>