mirror of https://github.com/FongMi/TV.git
parent
70cdc799ee
commit
0e3a88fa41
@ -1,10 +1,10 @@ |
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:width="24dp" |
||||
android:height="24dp" |
||||
android:tint="#FFFFFF" |
||||
android:viewportWidth="24" |
||||
android:viewportHeight="24"> |
||||
android:width="48dp" |
||||
android:height="48dp" |
||||
android:tint="@color/white" |
||||
android:viewportWidth="48" |
||||
android:viewportHeight="48"> |
||||
<path |
||||
android:fillColor="@android:color/white" |
||||
android:pathData="M18,9v4H6V9H4v6h16V9z" /> |
||||
android:pathData="M8,30V18H11V27H37V18H40V30Z" /> |
||||
</vector> |
||||
|
||||
@ -1,10 +1,10 @@ |
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:width="64dp" |
||||
android:height="64dp" |
||||
android:tint="@color/red_500" |
||||
android:tint="@color/white" |
||||
android:viewportWidth="24" |
||||
android:viewportHeight="24"> |
||||
<path |
||||
android:fillColor="@android:color/white" |
||||
android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V9c0,-1.1 -0.9,-2 -2,-2H8c-1.1,0 -2,0.9 -2,2v10zM18,4h-2.5l-0.71,-0.71c-0.18,-0.18 -0.44,-0.29 -0.7,-0.29H9.91c-0.26,0 -0.52,0.11 -0.7,0.29L8.5,4H6c-0.55,0 -1,0.45 -1,1s0.45,1 1,1h12c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1z" /> |
||||
android:pathData="M16,9v10H8V9h8m-1.5,-6h-5l-1,1H5v2h14V4h-3.5l-1,-1zM18,7H6v12c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7z" /> |
||||
</vector> |
||||
|
||||
Loading…
Reference in new issue