Misc fixes

This commit is contained in:
Koitharu
2020-02-24 18:48:37 +02:00
parent f02c233292
commit a2a0e62b47
19 changed files with 218 additions and 30 deletions

View File

@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@drawable/ic_placeholder_raw"
android:top="20dp"
android:bottom="20dp"
android:left="20dp"
android:right="20dp"
android:gravity="center" />
</layer-list>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="60dp"
android:height="60dp"
android:tint="?android:textColorTertiary"
android:viewportWidth="60"
android:viewportHeight="60">
<path
android:fillColor="#FF000000"
android:pathData="m20,37.8913c0,1.1647 0.9481,2.1087 2.1087,2.1087l15.7826,0c1.1647,0 2.1087,-0.9481 2.1087,-2.1087L40,22.1087C40,20.944 39.0519,20 37.8913,20L22.1087,20C20.944,20 20,20.9481 20,22.1087c0,0 0,15.7826 0,15.7826zM37.8913,38.9988L22.1087,38.9988c-0.6089,0 -1.1075,-0.4986 -1.1075,-1.1075l0,-2.6359l3.7924,-3.7924 3.2407,3.2407c0.1962,0.1962 0.5108,0.1962 0.707,0L34.5934,28.8517 38.9988,33.257l0,4.6342c0,0.6089 -0.4986,1.1075 -1.1075,1.1075zM22.1087,21.0012l15.7826,0c0.6089,0 1.1075,0.4986 1.1075,1.1075l0,9.7303l-4.0539,-4.0499c-0.1962,-0.1962 -0.5108,-0.1962 -0.707,0L28.3858,33.6412 25.1451,30.4005c-0.1962,-0.1962 -0.5108,-0.1962 -0.707,0l-3.4369,3.4369l0,-11.7286c0,-0.6089 0.4986,-1.1075 1.1075,-1.1075z"/>
<path
android:fillColor="#FF000000"
android:pathData="m26.1994,28.0139c1.4058,0 2.546,-1.1443 2.546,-2.546 0,-1.4017 -1.1443,-2.546 -2.546,-2.546 -1.4017,0 -2.546,1.1443 -2.546,2.546 0,1.4017 1.1402,2.546 2.546,2.546zM26.1994,23.9232c0.8541,0 1.5447,0.6947 1.5447,1.5447 0,0.85 -0.6947,1.5447 -1.5447,1.5447 -0.85,0 -1.5447,-0.6947 -1.5447,-1.5447 0,-0.85 0.6906,-1.5447 1.5447,-1.5447z"/>
</vector>