Initial commit
This commit is contained in:
commit
21bfbfb139
520 changed files with 47819 additions and 0 deletions
24
app/src/main/res/drawable/spinner_icon_manga.xml
Normal file
24
app/src/main/res/drawable/spinner_icon_manga.xml
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:paddingMode="stack"
|
||||
android:paddingStart="0dp"
|
||||
android:paddingEnd="32dp"
|
||||
android:paddingLeft="0dp"
|
||||
android:paddingRight="0dp">
|
||||
|
||||
<item
|
||||
android:gravity="end|fill_vertical"
|
||||
android:width="48dp"
|
||||
android:drawable="@drawable/control_background_40dp"
|
||||
tools:ignore="UnusedAttribute" />
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ic_round_collections_bookmark_24"
|
||||
android:gravity="end|center_vertical"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:end="12dp"
|
||||
tools:targetApi="m"
|
||||
tools:ignore="UnusedAttribute" />
|
||||
</layer-list>
|
Loading…
Add table
Add a link
Reference in a new issue