-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Menu buttons now scale drawables properly preserving their aspect ratio
- Loading branch information
SC
committed
Jun 26, 2019
1 parent
68e7969
commit 665acce
Showing
4 changed files
with
32 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="23dp" | ||
android:height="21dp" | ||
android:viewportWidth="23" | ||
android:viewportHeight="21"> | ||
<path | ||
android:pathData="M3,3L3,0L5,0L5,3L8,3L8,5L5,5L5,8L3,8L3,5L0,5L0,3L3,3ZM6,9L6,6L9,6L9,3L16,3L17.83,5L21,5C22.1,5 23,5.9 23,7L23,19C23,20.1 22.1,21 21,21L5,21C3.9,21 3,20.1 3,19L3,9L6,9ZM13,18C15.76,18 18,15.76 18,13C18,10.24 15.76,8 13,8C10.24,8 8,10.24 8,13C8,15.76 10.24,18 13,18ZM9.8,13C9.8,14.77 11.23,16.2 13,16.2C14.77,16.2 16.2,14.77 16.2,13C16.2,11.23 14.77,9.8 13,9.8C11.23,9.8 9.8,11.23 9.8,13Z" | ||
android:strokeWidth="1" | ||
android:fillColor="#000000" | ||
android:fillType="nonZero" | ||
android:strokeColor="#00000000"/> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24.0" | ||
android:viewportHeight="24.0"> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M12,3v9.28c-0.47,-0.17 -0.97,-0.28 -1.5,-0.28C8.01,12 6,14.01 6,16.5S8.01,21 10.5,21c2.31,0 4.2,-1.75 4.45,-4H15V6h4V3h-7z"/> | ||
</vector> |