Add new drawable resources for icons and themes
- Created `archive_filled.xml` for filled archive icon. - Added `bookmark_outlined.xml` for outlined bookmark icon. - Introduced `day_theme_filled.xml` for day theme icon. - Added `folder_outlined.xml` for outlined folder icon. - Created `gear_outlined.xml` for outlined gear icon. - Introduced `night_mode.xml` for night mode icon.
This commit is contained in:
12
app/src/main/res/drawable/bookmark_outlined.xml
Normal file
12
app/src/main/res/drawable/bookmark_outlined.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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="#50A7EA"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M16.8863 3C17.8716 3.0001 18.559 3.42291 18.9792 4.00261C19.3739 4.54736 19.4999 5.18214 19.5 5.61839V19.736C19.4999 20.0305 19.4425 20.4146 19.1561 20.699C18.8563 20.9964 18.4776 21.0194 18.2187 20.9908C17.9572 20.962 17.6836 20.8684 17.4313 20.7653C17.1708 20.6587 16.8831 20.5199 16.5855 20.3721L12.475 18.4765C12.4703 18.4747 12.4626 18.4724 12.4534 18.4691C12.4287 18.4603 12.3902 18.4471 12.3421 18.4341C12.2411 18.4068 12.1176 18.3844 12 18.3844C11.8825 18.3844 11.7597 18.4069 11.6588 18.4341C11.6103 18.4472 11.5713 18.4603 11.5466 18.4691C11.5394 18.4717 11.5331 18.4729 11.5286 18.4746L7.39746 20.3804C7.10599 20.525 6.8251 20.6608 6.56962 20.7653C6.31719 20.8685 6.04293 20.9619 5.78128 20.9908C5.52241 21.0193 5.14362 20.9964 4.84389 20.699C4.55753 20.4146 4.50006 20.0305 4.5 19.736V5.61839C4.50011 4.61389 4.93879 3.92289 5.5173 3.50913C6.05967 3.12144 6.68795 3 7.11463 3H16.8863ZM7.11463 4.41415C6.89985 4.41415 6.56514 4.4836 6.30564 4.66918C6.08241 4.82886 5.87924 5.09416 5.87915 5.61839V19.5159C5.93091 19.4979 5.99153 19.4789 6.05872 19.4515C6.27002 19.365 6.51944 19.246 6.81384 19.0998L6.82282 19.0952L6.8318 19.0915L10.9773 17.1793L10.9872 17.1746L10.9971 17.171L10.9989 17.17C10.9997 17.1697 11.0006 17.1686 11.0016 17.1682C11.0035 17.1674 11.0061 17.1665 11.0087 17.1654C11.0142 17.1632 11.0212 17.1603 11.0294 17.1572C11.0457 17.1508 11.0676 17.1426 11.094 17.1332C11.1467 17.1145 11.2194 17.0906 11.3068 17.0669C11.4777 17.0207 11.7249 16.9703 12 16.9703C12.275 16.9703 12.5223 17.0207 12.6932 17.0669C12.7804 17.0905 12.8534 17.1145 12.906 17.1332C12.9322 17.1426 12.9543 17.1508 12.9706 17.1572C12.9786 17.1603 12.9859 17.1632 12.9913 17.1654C12.9938 17.1665 12.9965 17.1674 12.9984 17.1682C12.9993 17.1687 13.0004 17.1697 13.0011 17.17H13.0029L13.0038 17.171L13.0137 17.1746L13.0236 17.1793L17.1691 19.0915L17.1781 19.0952L17.1862 19.0998C17.4806 19.246 17.7309 19.365 17.9422 19.4515C18.0091 19.4788 18.0693 19.4979 18.1209 19.5159V5.61839C18.1208 5.41763 18.0542 5.09723 17.8721 4.84595C17.715 4.62922 17.4403 4.41424 16.8863 4.41415H7.11463Z" />
|
||||
</vector>
|
||||
Reference in New Issue
Block a user