Created
April 20, 2018 09:58
-
-
Save laramartin/cba5d85953e1acc711a530563bd40de1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<vector xmlns:android="http://schemas.android.com/apk/res/android" | |
android:height="24dp" | |
android:width="24dp" | |
android:viewportHeight="24.0" | |
android:viewportWidth="24.0"> | |
<path | |
android:fillColor="#4d4d4d" | |
android:pathData="M1,1H20v1H1" /> | |
<path | |
android:fillColor="#595959" | |
android:pathData="M1,2H20v1H1" /> | |
<path | |
android:fillColor="#666666" | |
android:pathData="M1,3H20v1H1" /> | |
<path | |
android:fillColor="#737373" | |
android:pathData="M1,4H20v1H1" /> | |
<path | |
android:fillColor="#808080" | |
android:pathData="M1,5H20v1H1" /> | |
</vector> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment