8bead20406
Updated to new UI Added AdBlocker Added Google Search Suggestions Tons of other stuff
14 lines
361 B
XML
14 lines
361 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item>
|
|
<shape
|
|
android:dither="true"
|
|
android:shape="rectangle" >
|
|
<corners android:radius="2dp" />
|
|
|
|
<solid android:color="@android:color/white" />
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list> |