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

12 lines
378 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:right="44dp">
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/address_bar_texture"
android:tileMode="repeat"
android:dither="false"/>
</item>
</layer-list>