|
@ -7,52 +7,3 @@ |
|
|
android:color="#FFFFFF" /> |
|
|
android:color="#FFFFFF" /> |
|
|
<corners android:radius="4dp" /> |
|
|
<corners android:radius="4dp" /> |
|
|
</shape> |
|
|
</shape> |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
|
android:width="24dp" |
|
|
|
|
|
android:height="24dp" |
|
|
|
|
|
android:viewportWidth="24" |
|
|
|
|
|
android:viewportHeight="24"> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#000000" |
|
|
|
|
|
android:pathData="M3,3h18v18h-18z"/> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#FFFFFF" |
|
|
|
|
|
android:pathData="M4,4h2v2h-2z"/> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#FFFFFF" |
|
|
|
|
|
android:pathData="M8,4h2v2h-2z"/> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#FFFFFF" |
|
|
|
|
|
android:pathData="M12,4h2v2h-2z"/> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#FFFFFF" |
|
|
|
|
|
android:pathData="M16,4h2v2h-2z"/> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#FFFFFF" |
|
|
|
|
|
android:pathData="M4,8h2v2h-2z"/> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#FFFFFF" |
|
|
|
|
|
android:pathData="M12,8h2v2h-2z"/> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#FFFFFF" |
|
|
|
|
|
android:pathData="M16,8h2v2h-2z"/> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#FFFFFF" |
|
|
|
|
|
android:pathData="M4,12h2v2h-2z"/> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#FFFFFF" |
|
|
|
|
|
android:pathData="M8,12h2v2h-2z"/> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#FFFFFF" |
|
|
|
|
|
android:pathData="M16,12h2v2h-2z"/> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#FFFFFF" |
|
|
|
|
|
android:pathData="M4,16h2v2h-2z"/> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#FFFFFF" |
|
|
|
|
|
android:pathData="M12,16h2v2h-2z"/> |
|
|
|
|
|
<path |
|
|
|
|
|
android:fillColor="#FFFFFF" |
|
|
|
|
|
android:pathData="M16,16h2v2h-2z"/> |
|
|
|
|
|
</vector> |
|
|
|