Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
Settings: add new Themes settings icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielelucci committed Mar 13, 2016
1 parent e418880 commit a51fd7d
Showing 1 changed file with 18 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp"
android:height="24dp" android:viewportHeight="24" android:viewportWidth="24">
<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="?android:attr/colorAccent" android:pathData="M18,4 L18,3 C18,2.45,17.55,2,17,2 L5,2 C4.45,2,4,2.45,4,3 L4,7
C4,7.55,4.45,8,5,8 L17,8 C17.55,8,18,7.55,18,7 L18,6 L19,6 L19,10 L9,10 L9,21
C9,21.55,9.45,22,10,22 L12,22 C12.55,22,13,21.55,13,21 L13,12 L21,12 L21,4 L18,4
Z" />
<path android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
</vector>
<path
android:fillColor="?android:attr/colorAccent"
android:pathData="M12,3 C7.03,3,3,7.03,3,12 S7.03,21,12,21 C12.83,21,13.5,20.33,13.5,19.5
C13.5,19.11,13.35,18.76,13.11,18.49 C12.88,18.23,12.73,17.88,12.73,17.5
C12.73,16.67,13.4,16,14.23,16 L16,16 C18.76,16,21,13.76,21,11
C21,6.58,16.97,3,12,3 Z M6.5,12 C5.67,12,5,11.33,5,10.5 S5.67,9,6.5,9
S8,9.67,8,10.5 S7.33,12,6.5,12 Z M9.5,8 C8.67,8,8,7.33,8,6.5 S8.67,5,9.5,5
S11,5.67,11,6.5 S10.33,8,9.5,8 Z M14.5,8 C13.67,8,13,7.33,13,6.5 S13.67,5,14.5,5
S16,5.67,16,6.5 S15.33,8,14.5,8 Z M17.5,12 C16.67,12,16,11.33,16,10.5
S16.67,9,17.5,9 S19,9.67,19,10.5 S18.33,12,17.5,12 Z" />
<path
android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
</vector>

0 comments on commit a51fd7d

Please sign in to comment.