mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Remove unused drawables
This commit is contained in:
parent
d6001f86da
commit
d147691bed
7 changed files with 0 additions and 34 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 KiB |
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<gradient android:angle="90" android:startColor="#60ffffff" android:endColor="#40ffffff"/>
|
|
||||||
</shape>
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<gradient
|
|
||||||
android:startColor="#70000000"
|
|
||||||
android:endColor="#00000000"
|
|
||||||
android:angle="270"
|
|
||||||
>
|
|
||||||
</gradient>
|
|
||||||
</shape>
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<gradient
|
|
||||||
android:startColor="#00000000"
|
|
||||||
android:endColor="#ff000000"
|
|
||||||
android:angle="270"
|
|
||||||
>
|
|
||||||
</gradient>
|
|
||||||
</shape>
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="rectangle">
|
|
||||||
<gradient
|
|
||||||
android:startColor="#ffffffff"
|
|
||||||
android:endColor="#f4f4f4ff"
|
|
||||||
android:type="linear"
|
|
||||||
/>
|
|
||||||
</shape>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue