values: cleanup unused resources (#403)
Removes some unused strings and drawables. Sets some strings as not-translatable for future localization efforts.pull/405/head
parent
32e29c4efd
commit
006b1e6852
@ -1,41 +0,0 @@
|
|||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:width="200dp"
|
|
||||||
android:height="200dp"
|
|
||||||
android:viewportWidth="200"
|
|
||||||
android:viewportHeight="200">
|
|
||||||
<path
|
|
||||||
android:pathData="M0,0h200v200h-200z"
|
|
||||||
android:fillColor="#1F1E1E"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M50,62.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#ffffff"
|
|
||||||
android:fillAlpha="0.4"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M87.5,62.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#ffffff"
|
|
||||||
android:fillAlpha="0.4"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M125,62.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#ffffff"
|
|
||||||
android:fillAlpha="0.4"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M50,100a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#ffffff"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M87.5,100a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#ffffff"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M125,100a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#ffffff"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M50,137.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#ffffff"
|
|
||||||
android:fillAlpha="0.4"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M87.5,137.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#ffffff"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M125,137.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#ffffff"
|
|
||||||
android:fillAlpha="0.4"/>
|
|
||||||
</vector>
|
|
@ -1,34 +0,0 @@
|
|||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:width="200dp"
|
|
||||||
android:height="200dp"
|
|
||||||
android:viewportWidth="200"
|
|
||||||
android:viewportHeight="200">
|
|
||||||
|
|
||||||
<path
|
|
||||||
android:pathData="M50,62.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#cccccc"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M87.5,62.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#cccccc"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M125,62.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#cccccc"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M50,100a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#222222"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M87.5,100a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#222222"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M125,100a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#222222"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M50,137.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#cccccc"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M87.5,137.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#222222"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M125,137.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
|
||||||
android:fillColor="#cccccc"/>
|
|
||||||
</vector>
|
|
Loading…
Reference in New Issue