mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
17 lines
No EOL
400 B
XML
17 lines
No EOL
400 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item>
|
|
<bitmap
|
|
android:src="@drawable/repeating_pattern"
|
|
android:tileMode="repeat"
|
|
/>
|
|
</item>
|
|
|
|
<item>
|
|
<shape>
|
|
<solid android:color="@color/half_darkgray" />
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list> |