-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Improves default category color and color selection.
- Loading branch information
1 parent
8780131
commit 4d324c0
Showing
9 changed files
with
129 additions
and
52 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" | ||
android:viewportWidth="40" | ||
android:viewportHeight="40" | ||
android:width="40dp" | ||
android:height="40dp"> | ||
<path | ||
android:pathData="M0 0H100V100H0V0Z" | ||
android:fillColor="#FFFFFF" /> | ||
<path | ||
android:pathData="M0 0h10v10H0z" | ||
android:fillColor="#969696" /> | ||
<path | ||
android:pathData="M10 10h10v10H10z" | ||
android:fillColor="#969696" /> | ||
<path | ||
android:pathData="M20 20h10v10H20z" | ||
android:fillColor="#969696" /> | ||
<path | ||
android:pathData="M30 30h10v10H30z" | ||
android:fillColor="#969696" /> | ||
<path | ||
android:pathData="M30 10h10v10H30z" | ||
android:fillColor="#969696" /> | ||
<path | ||
android:pathData="M20 0h10v10H20z" | ||
android:fillColor="#969696" /> | ||
<path | ||
android:pathData="M0 20h10v10H0z" | ||
android:fillColor="#969696" /> | ||
<path | ||
android:pathData="M10 30h10v10H10z" | ||
android:fillColor="#969696" /> | ||
|
||
</vector> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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