(cherry picked from commit dbe8931cf0a3839b10ec3deed9c0a262a493d891) # Conflicts: # app/src/main/res/drawable/ic_launcher_foreground.xml # app/src/main/res/layout/main_activity.xml # app/src/main/res/layout/manga_info_header.xml # app/src/main/res/layout/reader_activity.xml # app/src/main/res/layout/reader_general_settings.xml
8 lines
235 B
XML
Executable File
8 lines
235 B
XML
Executable File
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<solid android:color="@android:color/transparent" />
|
|
<size
|
|
android:width="32dp"
|
|
android:height="32dp" />
|
|
</shape>
|