Initial v4
This commit is contained in:
24
app/src/main/res/anim/fade_in.xml
Normal file
24
app/src/main/res/anim/fade_in.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="450"
|
||||
android:fromAlpha="0.0"
|
||||
android:interpolator="@android:anim/linear_interpolator"
|
||||
android:toAlpha="1.0" />
|
||||
24
app/src/main/res/anim/fade_out.xml
Normal file
24
app/src/main/res/anim/fade_out.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="450"
|
||||
android:fromAlpha="1.0"
|
||||
android:interpolator="@android:anim/linear_interpolator"
|
||||
android:toAlpha="0.0" />
|
||||
23
app/src/main/res/color-v21/chip_txt_selector.xml
Normal file
23
app/src/main/res/color-v21/chip_txt_selector.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="?android:attr/colorAccent" android:state_selected="true" />
|
||||
<item android:color="?android:attr/textColorPrimary" />
|
||||
</selector>
|
||||
23
app/src/main/res/color/chip_stroke_selector.xml
Normal file
23
app/src/main/res/color/chip_stroke_selector.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="?colorAccent" android:state_selected="true" />
|
||||
<item android:color="?android:attr/textColorSecondary" />
|
||||
</selector>
|
||||
23
app/src/main/res/color/chip_surface_selector.xml
Normal file
23
app/src/main/res/color/chip_surface_selector.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@color/colorScrim" android:state_selected="true" />
|
||||
<item android:color="@android:color/transparent" />
|
||||
</selector>
|
||||
23
app/src/main/res/color/chip_txt_selector.xml
Normal file
23
app/src/main/res/color/chip_txt_selector.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@color/colorAccent" android:state_selected="true" />
|
||||
<item android:color="?android:attr/textColorPrimary" />
|
||||
</selector>
|
||||
29
app/src/main/res/drawable-v21/bg_bottomsheet.xml
Normal file
29
app/src/main/res/drawable-v21/bg_bottomsheet.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners
|
||||
android:topLeftRadius="8dp"
|
||||
android:topRightRadius="8dp" />
|
||||
<solid android:color="?colorAccent" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
33
app/src/main/res/drawable-v21/bg_outlined_padded.xml
Normal file
33
app/src/main/res/drawable-v21/bg_outlined_padded.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="@dimen/padding_large"
|
||||
android:left="@dimen/padding_large"
|
||||
android:right="@dimen/padding_large"
|
||||
android:top="@dimen/padding_large" />
|
||||
|
||||
<corners android:radius="8dp" />
|
||||
|
||||
<stroke
|
||||
android:width="1.25dp"
|
||||
android:color="?colorStroke" />
|
||||
</shape>
|
||||
25
app/src/main/res/drawable-v21/bg_placeholder.xml
Normal file
25
app/src/main/res/drawable-v21/bg_placeholder.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="15dp" />
|
||||
<solid android:color="?colorShimmer" />
|
||||
</shape>
|
||||
|
||||
25
app/src/main/res/drawable-v21/bg_rounded.xml
Normal file
25
app/src/main/res/drawable-v21/bg_rounded.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<solid android:color="?colorShimmer" />
|
||||
</shape>
|
||||
|
||||
27
app/src/main/res/drawable-v21/bg_search.xml
Normal file
27
app/src/main/res/drawable-v21/bg_search.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="?colorPrimary" />
|
||||
<solid android:color="?android:colorBackground" />
|
||||
<corners android:radius="8dp" />
|
||||
</shape>
|
||||
27
app/src/main/res/drawable-v21/bg_sheet.xml
Normal file
27
app/src/main/res/drawable-v21/bg_sheet.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="16dp" />
|
||||
<solid android:color="?android:colorBackground" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
26
app/src/main/res/drawable-v21/divider.xml
Normal file
26
app/src/main/res/drawable-v21/divider.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/colorTransparent" />
|
||||
<size
|
||||
android:width="@dimen/margin_small"
|
||||
android:height="@dimen/margin_small" />
|
||||
</shape>
|
||||
26
app/src/main/res/drawable-v21/divider_alt.xml
Normal file
26
app/src/main/res/drawable-v21/divider_alt.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/colorTransparent" />
|
||||
<size
|
||||
android:width="2dp"
|
||||
android:height="2dp" />
|
||||
</shape>
|
||||
26
app/src/main/res/drawable-v21/divider_line.xml
Normal file
26
app/src/main/res/drawable-v21/divider_line.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="?colorAccent" />
|
||||
<size
|
||||
android:width="1dp"
|
||||
android:height="12dp" />
|
||||
</shape>
|
||||
30
app/src/main/res/drawable-v21/ic_cancel.xml
Normal file
30
app/src/main/res/drawable-v21/ic_cancel.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FFF"
|
||||
android:pathData="M12,10.586l4.95,-4.95 1.414,1.414 -4.95,4.95 4.95,4.95 -1.414,1.414 -4.95,-4.95 -4.95,4.95 -1.414,-1.414 4.95,-4.95 -4.95,-4.95L7.05,5.636z"
|
||||
android:strokeWidth="1"
|
||||
android:strokeColor="#FFF" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable-v21/ic_shield.xml
Normal file
28
app/src/main/res/drawable-v21/ic_shield.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M12,1l8.217,1.826a1,1 0,0 1,0.783 0.976v9.987a6,6 0,0 1,-2.672 4.992L12,23l-6.328,-4.219A6,6 0,0 1,3 13.79L3,3.802a1,1 0,0 1,0.783 -0.976L12,1zM12,3.049L5,4.604v9.185a4,4 0,0 0,1.781 3.328L12,20.597l5.219,-3.48A4,4 0,0 0,19 13.79L19,4.604L12,3.05zM12,7a2,2 0,0 1,1.001 3.732L13,15h-2v-4.268A2,2 0,0 1,12 7z" />
|
||||
</vector>
|
||||
30
app/src/main/res/drawable-v21/tab_default_onboarding.xml
Normal file
30
app/src/main/res/drawable-v21/tab_default_onboarding.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape
|
||||
android:innerRadius="0dp"
|
||||
android:shape="ring"
|
||||
android:thickness="8dp"
|
||||
android:useLevel="false">
|
||||
<solid android:color="?scrim" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
30
app/src/main/res/drawable-v21/tab_indicator.xml
Normal file
30
app/src/main/res/drawable-v21/tab_indicator.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:gravity="start">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="?colorAccent" />
|
||||
<padding
|
||||
android:left="0dp"
|
||||
android:right="@dimen/padding_xlarge" />
|
||||
<corners android:radius="5dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
30
app/src/main/res/drawable-v21/tab_selected_onboarding.xml
Normal file
30
app/src/main/res/drawable-v21/tab_selected_onboarding.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape
|
||||
android:innerRadius="0dp"
|
||||
android:shape="ring"
|
||||
android:thickness="12dp"
|
||||
android:useLevel="false">
|
||||
<solid android:color="?colorAccent" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
23
app/src/main/res/drawable-v21/tab_selector_onboarding.xml
Normal file
23
app/src/main/res/drawable-v21/tab_selector_onboarding.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/tab_selected_onboarding" android:state_selected="true" />
|
||||
<item android:drawable="@drawable/tab_default_onboarding" />
|
||||
</selector>
|
||||
31
app/src/main/res/drawable-v24/bg_outlined_rounded.xml
Normal file
31
app/src/main/res/drawable-v24/bg_outlined_rounded.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="@dimen/padding_small"
|
||||
android:left="@dimen/padding_small"
|
||||
android:right="@dimen/padding_small"
|
||||
android:top="@dimen/padding_small" />
|
||||
<corners android:radius="12dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="?colorStroke" />
|
||||
</shape>
|
||||
56
app/src/main/res/drawable-v24/bg_progressbar.xml
Normal file
56
app/src/main/res/drawable-v24/bg_progressbar.xml
Normal file
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@android:id/background"
|
||||
android:gravity="center_vertical|fill_horizontal">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="12dp" />
|
||||
<size android:height="10dp" />
|
||||
<solid android:color="@color/colorPrimaryAlt" />
|
||||
</shape>
|
||||
</item>
|
||||
<item
|
||||
android:id="@android:id/secondaryProgress"
|
||||
android:gravity="center_vertical|fill_horizontal">
|
||||
<scale android:scaleWidth="100%">
|
||||
<shape
|
||||
android:shape="rectangle"
|
||||
android:tint="?colorAccent">
|
||||
<corners android:radius="12dp" />
|
||||
<size android:height="10dp" />
|
||||
<solid android:color="?scrimAccent" />
|
||||
</shape>
|
||||
</scale>
|
||||
</item>
|
||||
<item
|
||||
android:id="@android:id/progress"
|
||||
android:gravity="center_vertical|fill_horizontal">
|
||||
<scale android:scaleWidth="100%">
|
||||
<shape
|
||||
android:shape="rectangle"
|
||||
android:tint="?colorAccent">
|
||||
<corners android:radius="12dp" />
|
||||
<size android:height="10dp" />
|
||||
<solid android:color="?colorStroke" />
|
||||
</shape>
|
||||
</scale>
|
||||
</item>
|
||||
</layer-list>
|
||||
28
app/src/main/res/drawable-v24/ic_arrow_left.xml
Normal file
28
app/src/main/res/drawable-v24/ic_arrow_left.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="48.04"
|
||||
android:viewportHeight="70.471">
|
||||
<path
|
||||
android:fillColor="#6e7177"
|
||||
android:pathData="M39.041,11.489l-5.09,-5.488L11.331,26.98a7.151,7.151 0,0 0,0.023 10.585L33.922,58.472l5.087,-5.491L16.644,32.262Z" />
|
||||
</vector>
|
||||
162
app/src/main/res/drawable-v24/ic_launcher_foreground.xml
Normal file
162
app/src/main/res/drawable-v24/ic_launcher_foreground.xml
Normal file
@@ -0,0 +1,162 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<group
|
||||
android:scaleX="0.22897527"
|
||||
android:scaleY="0.22897527"
|
||||
android:translateX="21.6"
|
||||
android:translateY="21.6">
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0h283v283h-283z" />
|
||||
<path
|
||||
android:fillColor="#EEEEEE"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M134.975,56.317C135.235,56.087 135.511,55.869 135.802,55.665C139.966,52.749 145.705,53.761 148.621,57.925L191.087,118.573H190.655H168.614L140.84,78.907L112.574,119.408H90.334L132.857,58.478C133.455,57.62 134.174,56.898 134.975,56.317Z" />
|
||||
<path
|
||||
android:fillColor="#F487AC"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M146.532,150C148.679,144.584 149.859,138.68 149.859,132.5C149.859,119.928 144.975,108.497 137,100H198.859C207.144,100 213.859,106.716 213.859,115V150H146.532Z" />
|
||||
<path android:pathData="M129,107.778l7.778,-7.778l22.05,22.05l-7.778,7.778z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="154.9395"
|
||||
android:endY="125.93933"
|
||||
android:startX="132.88908"
|
||||
android:startY="103.888916"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#FFC2185B"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#00C2185B"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:fillColor="#80CBC4"
|
||||
android:pathData="M102.5,132.5m-47.5,0a47.5,47.5 0,1 1,95 0a47.5,47.5 0,1 1,-95 0" />
|
||||
<path
|
||||
android:fillColor="#FAFAFA"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M146.389,55.704C142.274,52.823 136.602,53.823 133.72,57.938L91.263,118.573H113.472L148.623,68.373C151.504,64.258 150.504,58.586 146.389,55.704Z" />
|
||||
<path
|
||||
android:fillColor="#F5F5F5"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M146.337,55.839C142.024,52.81 136.083,53.857 133.066,58.179L90.335,119.408H113.611L148.684,69.152C151.701,64.829 150.65,58.869 146.337,55.839Z" />
|
||||
<path
|
||||
android:fillColor="#E4E4E4"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M115.989,116H92.714L92,117.023V119H113.896L115.989,116Z" />
|
||||
<path
|
||||
android:fillColor="#FAFAFA"
|
||||
android:pathData="M187.837,117H231.818C236.868,117 241,121.125 241,126.167L240.725,128.642L217.403,213.617C215.199,221.317 208.129,227 199.682,227H80.318C71.871,227 64.801,221.317 62.689,213.617L39.367,128.642C39.092,127.817 39,126.992 39,126.167C39,121.125 43.132,117 48.182,117H187.837Z" />
|
||||
<path
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M132.726,144.539L105.577,191.185C106.389,190.008 107.478,189.046 108.751,188.382C110.028,187.715 111.451,187.369 112.894,187.374L128.183,187.374H128.184L140.982,165.383L133.338,152.244C132.648,151.091 132.235,149.797 132.129,148.46C132.023,147.125 132.227,145.783 132.726,144.539ZM148.834,151.884C148.87,151.816 148.906,151.748 148.941,151.68C148.975,151.61 149.009,151.541 149.042,151.47C149.167,151.206 149.278,150.936 149.375,150.66C149.473,150.385 149.557,150.104 149.626,149.82C149.695,149.536 149.749,149.248 149.789,148.958C149.818,148.755 149.84,148.552 149.854,148.347C149.859,148.264 149.864,148.181 149.867,148.098C149.855,148.386 149.829,148.673 149.789,148.959C149.749,149.248 149.694,149.536 149.626,149.82C149.556,150.104 149.472,150.385 149.374,150.66C149.277,150.936 149.166,151.206 149.042,151.47C148.976,151.61 148.907,151.748 148.834,151.884ZM149.868,148.072C149.871,148.004 149.872,147.936 149.873,147.868C149.873,147.855 149.873,147.843 149.873,147.83C149.873,147.911 149.871,147.992 149.868,148.072Z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="126.884"
|
||||
android:endY="185.455"
|
||||
android:startX="137.925"
|
||||
android:startY="147.366"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#FFFF80AB"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#FFFF4081"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:fillColor="#00B0FF"
|
||||
android:pathData="M105.567,191.2C104.969,192.069 104.533,193.038 104.281,194.061C104.343,193.816 104.416,193.574 104.499,193.336C104.597,193.06 104.709,192.79 104.835,192.526C104.959,192.261 105.096,192.003 105.246,191.752L105.567,191.2Z" />
|
||||
<path android:pathData="M114.122,204.894H167.792C167.765,204.891 167.738,204.888 167.71,204.885C167.42,204.838 167.132,204.777 166.848,204.703C166.563,204.627 166.283,204.536 166.007,204.433C165.732,204.33 165.463,204.213 165.199,204.084C164.935,203.953 164.678,203.809 164.428,203.653C164.18,203.498 163.939,203.331 163.708,203.152C163.476,202.972 163.252,202.781 163.039,202.579C162.826,202.378 162.623,202.166 162.431,201.945C162.239,201.724 162.059,201.493 161.89,201.253C161.721,201.013 161.565,200.765 161.421,200.51L153.779,187.374H128.183L120.539,200.51C120.437,200.69 120.329,200.866 120.215,201.038C120.054,201.282 119.882,201.518 119.698,201.745C119.512,201.972 119.315,202.189 119.108,202.397C118.901,202.605 118.684,202.802 118.457,202.989C118.23,203.175 117.994,203.35 117.749,203.513C117.505,203.676 117.253,203.827 116.993,203.965C116.733,204.103 116.467,204.227 116.194,204.339C115.922,204.449 115.644,204.547 115.362,204.63C115.081,204.714 114.795,204.784 114.506,204.839C114.379,204.86 114.251,204.878 114.122,204.894Z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="135.91"
|
||||
android:endY="204.894"
|
||||
android:startX="135.91"
|
||||
android:startY="187.374"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#FF81D4FA"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#FF4FC3F7"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path android:pathData="M105.567,191.2L105.246,191.752C105.096,192.003 104.959,192.261 104.835,192.526C104.709,192.79 104.597,193.06 104.499,193.336C104.416,193.574 104.343,193.816 104.281,194.061C104.256,194.164 104.233,194.269 104.211,194.373C104.185,194.498 104.16,194.623 104.139,194.749C103.936,196.004 104.011,197.287 104.359,198.51C104.706,199.733 105.318,200.867 106.15,201.832C106.983,202.797 108.018,203.571 109.182,204.099C110.347,204.628 111.613,204.899 112.894,204.894L114.122,204.894C114.251,204.878 114.379,204.86 114.506,204.839C114.795,204.784 115.081,204.714 115.362,204.63C115.644,204.547 115.922,204.449 116.194,204.339C116.467,204.227 116.733,204.103 116.993,203.965C117.253,203.827 117.505,203.676 117.749,203.513C117.994,203.35 118.23,203.175 118.457,202.989C118.684,202.802 118.901,202.605 119.108,202.397C119.315,202.189 119.512,201.972 119.698,201.745C119.882,201.518 120.054,201.282 120.215,201.038C120.329,200.866 120.437,200.69 120.539,200.51L128.183,187.374L112.894,187.374C111.45,187.369 110.028,187.715 108.75,188.382C107.473,189.049 106.38,190.017 105.567,191.2Z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="135.91"
|
||||
android:endY="204.894"
|
||||
android:startX="135.91"
|
||||
android:startY="187.374"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#FF81D4FA"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#FF4FC3F7"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:fillColor="#40C4FF"
|
||||
android:pathData="M153.779,187.374L161.421,200.51C161.565,200.766 161.721,201.014 161.89,201.254C162.059,201.493 162.239,201.724 162.431,201.945C162.623,202.167 162.826,202.378 163.039,202.579C163.252,202.781 163.476,202.973 163.708,203.153C163.939,203.331 164.18,203.498 164.428,203.653C164.678,203.81 164.935,203.953 165.199,204.084C165.463,204.214 165.732,204.33 166.007,204.433C166.283,204.537 166.563,204.627 166.848,204.703C167.132,204.778 167.42,204.839 167.71,204.885C167.737,204.888 167.765,204.891 167.792,204.894H169.069C170.672,204.913 172.251,204.499 173.635,203.695C175.019,202.891 176.157,201.728 176.925,200.332C176.971,200.249 177.015,200.166 177.058,200.083C177.113,199.972 177.165,199.859 177.215,199.746C177.311,199.534 177.397,199.319 177.476,199.1C177.572,198.823 177.655,198.542 177.724,198.257C177.791,197.973 177.845,197.687 177.884,197.398C177.923,197.108 177.947,196.817 177.957,196.524C177.965,196.232 177.959,195.939 177.938,195.648C177.919,195.357 177.884,195.067 177.836,194.78C177.786,194.492 177.723,194.206 177.645,193.924C177.567,193.643 177.475,193.365 177.37,193.093C177.264,192.82 177.145,192.553 177.013,192.292C176.919,192.109 176.819,191.929 176.713,191.752L176.123,190.736C175.287,189.675 174.215,188.82 172.992,188.237C171.768,187.654 170.426,187.359 169.069,187.375L153.779,187.374Z" />
|
||||
<path
|
||||
android:fillColor="#FFA943"
|
||||
android:pathData="M132.727,144.535L133.338,143.486C133.437,143.31 133.542,143.138 133.653,142.97C133.814,142.725 133.988,142.488 134.173,142.26C134.358,142.033 134.554,141.816 134.76,141.608C134.967,141.4 135.184,141.203 135.41,141.016C135.637,140.83 135.874,140.655 136.118,140.492C136.363,140.328 136.615,140.178 136.875,140.039C137.133,139.902 137.399,139.778 137.67,139.666C137.942,139.555 138.22,139.456 138.502,139.372C138.785,139.288 139.072,139.218 139.361,139.163C139.647,139.107 139.936,139.066 140.226,139.038C138.584,139.169 137.011,139.753 135.686,140.725C134.36,141.696 133.336,143.016 132.727,144.535Z" />
|
||||
<path
|
||||
android:fillColor="#FFA943"
|
||||
android:pathData="M140.889,139.011C140.784,139.008 140.679,139.007 140.574,139.008C140.463,139.016 140.352,139.026 140.242,139.038C140.457,139.021 140.673,139.012 140.889,139.011V139.011Z" />
|
||||
<path
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M140.241,139.038C140.457,139.021 140.673,139.012 140.889,139.011L140.888,139.011C141.05,139.008 141.213,139.01 141.375,139.017C141.426,139.019 141.476,139.021 141.526,139.023C142.991,139.122 144.408,139.582 145.648,140.362C146.888,141.141 147.913,142.215 148.63,143.486L149.265,144.575C149.276,144.601 149.287,144.627 149.298,144.654C149.403,144.926 149.494,145.204 149.57,145.485C149.646,145.768 149.708,146.054 149.755,146.343C149.803,146.631 149.836,146.92 149.855,147.211C149.874,147.503 149.878,147.796 149.867,148.088C149.856,148.379 149.829,148.67 149.788,148.959C149.749,149.248 149.694,149.536 149.625,149.82C149.556,150.104 149.472,150.385 149.374,150.66C149.277,150.936 149.166,151.206 149.041,151.47C148.917,151.735 148.78,151.993 148.63,152.244L140.982,165.383L133.337,152.244C132.648,151.091 132.234,149.797 132.128,148.46C132.022,147.124 132.227,145.781 132.726,144.535L133.337,143.486C133.436,143.31 133.541,143.138 133.652,142.97C133.813,142.725 133.987,142.488 134.172,142.26C134.357,142.033 134.553,141.815 134.759,141.608C134.966,141.4 135.183,141.203 135.41,141.016C135.637,140.83 135.873,140.655 136.118,140.491C136.362,140.328 136.614,140.178 136.874,140.039C137.133,139.902 137.398,139.777 137.67,139.666C137.942,139.554 138.219,139.456 138.501,139.372C138.784,139.288 139.071,139.218 139.361,139.163C139.647,139.107 139.936,139.065 140.226,139.038H140.241ZM149.299,144.654C149.288,144.627 149.277,144.601 149.265,144.575L176.713,191.752C177.305,192.749 177.692,193.852 177.852,194.998C178.012,196.144 177.941,197.31 177.645,198.429C177.348,199.548 176.831,200.598 176.123,201.517C175.415,202.436 174.53,203.208 173.52,203.786C172.511,204.364 171.395,204.739 170.239,204.887C169.082,205.035 167.908,204.955 166.783,204.65C165.658,204.346 164.605,203.823 163.684,203.113C162.764,202.402 161.995,201.518 161.421,200.51L140.983,165.383L148.63,152.244C148.78,151.993 148.918,151.735 149.042,151.47C149.166,151.206 149.277,150.936 149.375,150.66C149.472,150.385 149.556,150.104 149.626,149.82C149.695,149.536 149.749,149.248 149.789,148.958C149.83,148.67 149.856,148.379 149.868,148.088C149.878,147.796 149.874,147.503 149.855,147.211C149.837,146.92 149.803,146.631 149.756,146.343C149.709,146.054 149.647,145.768 149.571,145.485C149.494,145.203 149.403,144.926 149.299,144.654Z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="173.5"
|
||||
android:endY="202"
|
||||
android:startX="138"
|
||||
android:startY="143.5"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#FFFFC400"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#FFFFB300"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
||||
29
app/src/main/res/drawable/bg_bottomsheet.xml
Normal file
29
app/src/main/res/drawable/bg_bottomsheet.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners
|
||||
android:topLeftRadius="8dp"
|
||||
android:topRightRadius="8dp" />
|
||||
<solid android:color="@color/colorAccent" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
25
app/src/main/res/drawable/bg_cancel.xml
Normal file
25
app/src/main/res/drawable/bg_cancel.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<solid android:color="@color/colorRedAlt" />
|
||||
</shape>
|
||||
|
||||
30
app/src/main/res/drawable/bg_changelog.xml
Normal file
30
app/src/main/res/drawable/bg_changelog.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<solid android:color="@color/colorScrim" />
|
||||
<padding
|
||||
android:bottom="@dimen/margin_medium"
|
||||
android:left="@dimen/margin_medium"
|
||||
android:right="@dimen/margin_medium"
|
||||
android:top="@dimen/margin_medium" />
|
||||
</shape>
|
||||
|
||||
24
app/src/main/res/drawable/bg_circle.xml
Normal file
24
app/src/main/res/drawable/bg_circle.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="#646464" />
|
||||
</shape>
|
||||
|
||||
30
app/src/main/res/drawable/bg_gradient_linear.xml
Normal file
30
app/src/main/res/drawable/bg_gradient_linear.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape>
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="#66000000"
|
||||
android:startColor="#00FFFFFF"
|
||||
android:type="linear" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
33
app/src/main/res/drawable/bg_outlined_padded.xml
Normal file
33
app/src/main/res/drawable/bg_outlined_padded.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="@dimen/padding_large"
|
||||
android:left="@dimen/padding_large"
|
||||
android:right="@dimen/padding_large"
|
||||
android:top="@dimen/padding_large" />
|
||||
|
||||
<corners android:radius="8dp" />
|
||||
|
||||
<stroke
|
||||
android:width="1.25dp"
|
||||
android:color="@color/colorStroke" />
|
||||
</shape>
|
||||
31
app/src/main/res/drawable/bg_outlined_rounded.xml
Normal file
31
app/src/main/res/drawable/bg_outlined_rounded.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="@dimen/padding_small"
|
||||
android:left="@dimen/padding_small"
|
||||
android:right="@dimen/padding_small"
|
||||
android:top="@dimen/padding_small" />
|
||||
<corners android:radius="12dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="?colorStroke" />
|
||||
</shape>
|
||||
25
app/src/main/res/drawable/bg_placeholder.xml
Normal file
25
app/src/main/res/drawable/bg_placeholder.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="15dp" />
|
||||
<solid android:color="@color/colorShimmer" />
|
||||
</shape>
|
||||
|
||||
56
app/src/main/res/drawable/bg_progressbar.xml
Normal file
56
app/src/main/res/drawable/bg_progressbar.xml
Normal file
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@android:id/background"
|
||||
android:gravity="center_vertical|fill_horizontal">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="12dp" />
|
||||
<size android:height="10dp" />
|
||||
<solid android:color="@color/colorScrim" />
|
||||
</shape>
|
||||
</item>
|
||||
<item
|
||||
android:id="@android:id/secondaryProgress"
|
||||
android:gravity="center_vertical|fill_horizontal">
|
||||
<scale android:scaleWidth="100%">
|
||||
<shape
|
||||
android:shape="rectangle"
|
||||
android:tint="?colorAccent">
|
||||
<corners android:radius="12dp" />
|
||||
<size android:height="10dp" />
|
||||
<solid android:color="@color/colorScrim" />
|
||||
</shape>
|
||||
</scale>
|
||||
</item>
|
||||
<item
|
||||
android:id="@android:id/progress"
|
||||
android:gravity="center_vertical|fill_horizontal">
|
||||
<scale android:scaleWidth="100%">
|
||||
<shape
|
||||
android:shape="rectangle"
|
||||
android:tint="?colorAccent">
|
||||
<corners android:radius="12dp" />
|
||||
<size android:height="10dp" />
|
||||
<solid android:color="@color/colorAccent" />
|
||||
</shape>
|
||||
</scale>
|
||||
</item>
|
||||
</layer-list>
|
||||
24
app/src/main/res/drawable/bg_round_solid.xml
Normal file
24
app/src/main/res/drawable/bg_round_solid.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/colorAccent" />
|
||||
</shape>
|
||||
|
||||
25
app/src/main/res/drawable/bg_rounded.xml
Normal file
25
app/src/main/res/drawable/bg_rounded.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<solid android:color="@color/colorShimmer" />
|
||||
</shape>
|
||||
|
||||
27
app/src/main/res/drawable/bg_rounded_outlined.xml
Normal file
27
app/src/main/res/drawable/bg_rounded_outlined.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="15dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/colorScrim" />
|
||||
</shape>
|
||||
|
||||
27
app/src/main/res/drawable/bg_search.xml
Normal file
27
app/src/main/res/drawable/bg_search.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/colorScrimAlt" />
|
||||
<solid android:color="@color/colorScrim" />
|
||||
<corners android:radius="8dp" />
|
||||
</shape>
|
||||
24
app/src/main/res/drawable/bg_sharp.xml
Normal file
24
app/src/main/res/drawable/bg_sharp.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/colorPrimaryAlt" />
|
||||
</shape>
|
||||
|
||||
26
app/src/main/res/drawable/bg_sheet.xml
Normal file
26
app/src/main/res/drawable/bg_sheet.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="16dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
31
app/src/main/res/drawable/custom_ripple_circular_solid.xml
Normal file
31
app/src/main/res/drawable/custom_ripple_circular_solid.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true">
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/colorScrim" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="?android:colorPrimary" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
33
app/src/main/res/drawable/custom_ripple_rounded_solid.xml
Normal file
33
app/src/main/res/drawable/custom_ripple_rounded_solid.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/colorScrim" />
|
||||
<corners android:radius="8dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="?android:colorPrimary" />
|
||||
<corners android:radius="8dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
26
app/src/main/res/drawable/divider.xml
Normal file
26
app/src/main/res/drawable/divider.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/colorTransparent" />
|
||||
<size
|
||||
android:width="@dimen/margin_small"
|
||||
android:height="@dimen/margin_small" />
|
||||
</shape>
|
||||
26
app/src/main/res/drawable/divider_alt.xml
Normal file
26
app/src/main/res/drawable/divider_alt.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/colorTransparent" />
|
||||
<size
|
||||
android:width="2dp"
|
||||
android:height="2dp" />
|
||||
</shape>
|
||||
25
app/src/main/res/drawable/divider_line.xml
Normal file
25
app/src/main/res/drawable/divider_line.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<size
|
||||
android:width="1dp"
|
||||
android:height="12dp" />
|
||||
</shape>
|
||||
28
app/src/main/res/drawable/ic_account_manager.xml
Normal file
28
app/src/main/res/drawable/ic_account_manager.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M3,4.995C3,3.893 3.893,3 4.995,3h14.01C20.107,3 21,3.893 21,4.995v14.01A1.995,1.995 0,0 1,19.005 21H4.995A1.995,1.995 0,0 1,3 19.005V4.995zM6.357,18h11.49a6.992,6.992 0,0 0,-5.745 -3,6.992 6.992,0 0,0 -5.745,3zM12,13a3.5,3.5 0,1 0,0 -7,3.5 3.5,0 0,0 0,7z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_anonymous.xml
Normal file
28
app/src/main/res/drawable/ic_anonymous.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M17,13a4,4 0,1 1,0 8c-2.142,0 -4,-1.79 -4,-4h-2a4,4 0,1 1,-0.535 -2h3.07A3.998,3.998 0,0 1,17 13zM2,12v-2h2V7a4,4 0,0 1,4 -4h8a4,4 0,0 1,4 4v3h2v2H2z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_apps.xml
Normal file
28
app/src/main/res/drawable/ic_apps.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M6.75,2.5A4.25,4.25 0,0 1,11 6.75L11,11L6.75,11a4.25,4.25 0,1 1,0 -8.5zM6.75,13L11,13v4.25A4.25,4.25 0,1 1,6.75 13zM17.25,2.5a4.25,4.25 0,1 1,0 8.5L13,11L13,6.75a4.25,4.25 0,0 1,4.25 -4.25zM13,13h4.25A4.25,4.25 0,1 1,13 17.25L13,13z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_arrow_back.xml
Normal file
28
app/src/main/res/drawable/ic_arrow_back.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#000000"
|
||||
android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_arrow_download.xml
Normal file
28
app/src/main/res/drawable/ic_arrow_download.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M20,12l-1.41,-1.41L13,16.17V4h-2v12.17l-5.58,-5.59L4,12l8,8 8,-8z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_arrow_left.xml
Normal file
28
app/src/main/res/drawable/ic_arrow_left.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="48.04"
|
||||
android:viewportHeight="70.471">
|
||||
<path
|
||||
android:fillColor="#6e7177"
|
||||
android:pathData="M39.041,11.489l-5.09,-5.488L11.331,26.98a7.151,7.151 0,0 0,0.023 10.585L33.922,58.472l5.087,-5.491L16.644,32.262Z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_arrow_right.xml
Normal file
28
app/src/main/res/drawable/ic_arrow_right.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FFF"
|
||||
android:pathData="M13.172,12l-4.95,-4.95 1.414,-1.414L16,12l-6.364,6.364 -1.414,-1.414z" />
|
||||
</vector>
|
||||
34
app/src/main/res/drawable/ic_bhim.xml
Normal file
34
app/src/main/res/drawable/ic_bhim.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="64"
|
||||
android:viewportHeight="64">
|
||||
<path
|
||||
android:fillColor="#fe7a09"
|
||||
android:pathData="M26.2602,45.8671a13.1156,13.1156 0,0 0,-2.4831 2.1154c-3.2343,2.9353 -6.4389,5.9035 -9.6628,8.8502a1.0415,1.0415 0,0 1,-0.9877 0.517L28.1013,5.0276c2.2272,4.1885 4.3409,8.1636 6.4547,12.1387 2.2247,4.2794 4.4089,8.5808 6.7034,12.8225a1.5934,1.5934 0,0 1,-0.385 2.3694c-4.8514,4.3759 -9.6354,8.8267 -14.4426,13.2517a0.2328,0.2328 0,0 0,-0.1899 0.2742Z" />
|
||||
<path
|
||||
android:fillColor="#028c3c"
|
||||
android:pathData="M26.4318,45.6099c4.8071,-4.4251 9.5911,-8.8758 14.4426,-13.2517a1.5934,1.5934 0,0 0,0.385 -2.3694c-2.2945,-4.2417 -4.4787,-8.5431 -6.7034,-12.8225q1.3783,-4.6846 2.7566,-9.3694c0.0896,-0.3044 0.179,-0.6088 0.2702,-0.9191a0.6789,0.6789 0,0 1,0.51 0.5916q6.4706,12.3378 12.9362,24.6782a0.9532,0.9532 0,0 1,-0.1836 1.4106Q37.0363,46.1681 23.2669,58.8215a0.793,0.793 0,0 1,-0.6003 0.2174c0.3067,-1.0901 0.6095,-2.1813 0.9209,-3.2701 0.8579,-2.9991 1.725,-5.9956 2.5703,-8.9982a1.0242,1.0242 0,0 0,0.1024 -0.9036l-0.0183,0.017C26.4911,45.9214 26.4158,45.734 26.4318,45.6099Z" />
|
||||
<path
|
||||
android:fillColor="#fefefe"
|
||||
android:pathData="M26.4318,45.6099c-0.016,0.1242 0.0593,0.3115 -0.1899,0.2742A0.2328,0.2328 0,0 1,26.4318 45.6099Z" />
|
||||
</vector>
|
||||
33
app/src/main/res/drawable/ic_bitcoin_bch.xml
Normal file
33
app/src/main/res/drawable/ic_bitcoin_bch.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="32"
|
||||
android:viewportHeight="32">
|
||||
<path
|
||||
android:fillColor="#8dc351"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M16,16m-16,0a16,16 0,1 1,32 0a16,16 0,1 1,-32 0" />
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M21.207,10.534c-0.776,-1.972 -2.722,-2.15 -4.988,-1.71l-0.807,-2.813 -1.712,0.491 0.786,2.74c-0.45,0.128 -0.908,0.27 -1.363,0.41l-0.79,-2.758 -1.711,0.49 0.805,2.813c-0.368,0.114 -0.73,0.226 -1.085,0.328l-0.003,-0.01 -2.362,0.677 0.525,1.83s1.258,-0.388 1.243,-0.358c0.694,-0.199 1.035,0.139 1.2,0.468l0.92,3.204c0.047,-0.013 0.11,-0.029 0.184,-0.04l-0.181,0.052 1.287,4.49c0.032,0.227 0.004,0.612 -0.48,0.752 0.027,0.013 -1.246,0.356 -1.246,0.356l0.247,2.143 2.228,-0.64c0.415,-0.117 0.825,-0.227 1.226,-0.34l0.817,2.845 1.71,-0.49 -0.807,-2.815a65.74,65.74 0,0 0,1.372 -0.38l0.802,2.803 1.713,-0.491 -0.814,-2.84c2.831,-0.991 4.638,-2.294 4.113,-5.07 -0.422,-2.234 -1.724,-2.912 -3.471,-2.836 0.848,-0.79 1.213,-1.858 0.642,-3.3zM20.557,17.304c0.61,2.127 -3.1,2.929 -4.26,3.263l-1.081,-3.77c1.16,-0.333 4.704,-1.71 5.34,0.508zM18.235,12.214c0.554,1.935 -2.547,2.58 -3.514,2.857l-0.98,-3.419c0.966,-0.277 3.915,-1.455 4.494,0.563z" />
|
||||
</vector>
|
||||
33
app/src/main/res/drawable/ic_bitcoin_btc.xml
Normal file
33
app/src/main/res/drawable/ic_bitcoin_btc.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="32"
|
||||
android:viewportHeight="32">
|
||||
<path
|
||||
android:fillColor="#F7931A"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M16,16m-16,0a16,16 0,1 1,32 0a16,16 0,1 1,-32 0" />
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M23.189,14.02c0.314,-2.096 -1.283,-3.223 -3.465,-3.975l0.708,-2.84 -1.728,-0.43 -0.69,2.765c-0.454,-0.114 -0.92,-0.22 -1.385,-0.326l0.695,-2.783L15.596,6l-0.708,2.839c-0.376,-0.086 -0.746,-0.17 -1.104,-0.26l0.002,-0.009 -2.384,-0.595 -0.46,1.846s1.283,0.294 1.256,0.312c0.7,0.175 0.826,0.638 0.805,1.006l-0.806,3.235c0.048,0.012 0.11,0.03 0.18,0.057l-0.183,-0.045 -1.13,4.532c-0.086,0.212 -0.303,0.531 -0.793,0.41 0.018,0.025 -1.256,-0.313 -1.256,-0.313l-0.858,1.978 2.25,0.561c0.418,0.105 0.828,0.215 1.231,0.318l-0.715,2.872 1.727,0.43 0.708,-2.84c0.472,0.127 0.93,0.245 1.378,0.357l-0.706,2.828 1.728,0.43 0.715,-2.866c2.948,0.558 5.164,0.333 6.097,-2.333 0.752,-2.146 -0.037,-3.385 -1.588,-4.192 1.13,-0.26 1.98,-1.003 2.207,-2.538zM19.239,19.558c-0.533,2.147 -4.148,0.986 -5.32,0.695l0.95,-3.805c1.172,0.293 4.929,0.872 4.37,3.11zM19.774,13.989c-0.487,1.953 -3.495,0.96 -4.47,0.717l0.86,-3.45c0.975,0.243 4.118,0.696 3.61,2.733z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_blacklist.xml
Normal file
28
app/src/main/res/drawable/ic_blacklist.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M12,22C6.477,22 2,17.523 2,12S6.477,2 12,2s10,4.477 10,10 -4.477,10 -10,10zM12,20a8,8 0,1 0,0 -16,8 8,0 0,0 0,16zM8.523,7.109l8.368,8.368a6.04,6.04 0,0 1,-1.414 1.414L7.109,8.523A6.04,6.04 0,0 1,8.523 7.11z" />
|
||||
</vector>
|
||||
30
app/src/main/res/drawable/ic_cancel.xml
Normal file
30
app/src/main/res/drawable/ic_cancel.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FFF"
|
||||
android:pathData="M12,10.586l4.95,-4.95 1.414,1.414 -4.95,4.95 4.95,4.95 -1.414,1.414 -4.95,-4.95 -4.95,4.95 -1.414,-1.414 4.95,-4.95 -4.95,-4.95L7.05,5.636z"
|
||||
android:strokeWidth="1"
|
||||
android:strokeColor="#FFF" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_check.xml
Normal file
28
app/src/main/res/drawable/ic_check.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M10,15.172l9.192,-9.193 1.415,1.414L10,18l-6.364,-6.364 1.414,-1.414z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_child.xml
Normal file
28
app/src/main/res/drawable/ic_child.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M20,22h-2v-2a3,3 0,0 0,-3 -3L9,17a3,3 0,0 0,-3 3v2L4,22v-2a5,5 0,0 1,5 -5h6a5,5 0,0 1,5 5v2zM12,13a6,6 0,1 1,0 -12,6 6,0 0,1 0,12zM12,11a4,4 0,1 0,0 -8,4 4,0 0,0 0,8z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_code.xml
Normal file
28
app/src/main/res/drawable/ic_code.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M15,4H5v16h14V8h-4V4zM3,2.992C3,2.444 3.447,2 3.999,2H16l5,5v13.993A1,1 0,0 1,20.007 22H3.993A1,1 0,0 1,3 21.008V2.992zM17.657,12l-3.536,3.536 -1.414,-1.415L14.828,12l-2.12,-2.121 1.413,-1.415L17.657,12zM6.343,12L9.88,8.464l1.414,1.415L9.172,12l2.12,2.121 -1.413,1.415L6.343,12z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_dashboard_black_24dp.xml
Normal file
28
app/src/main/res/drawable/ic_dashboard_black_24dp.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="M3,13h8L11,3L3,3v10zM3,21h8v-6L3,15v6zM13,21h8L21,11h-8v10zM13,3v6h8L21,3h-8z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_disclaimer.xml
Normal file
28
app/src/main/res/drawable/ic_disclaimer.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M12,22C6.477,22 2,17.523 2,12S6.477,2 12,2s10,4.477 10,10 -4.477,10 -10,10zM12,20a8,8 0,1 0,0 -16,8 8,0 0,0 0,16zM11,15h2v2h-2v-2zM11,7h2v6h-2L11,7z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_disk.xml
Normal file
28
app/src/main/res/drawable/ic_disk.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M5,14h14L19,4L5,4v10zM5,16v4h14v-4L5,16zM4,2h16a1,1 0,0 1,1 1v18a1,1 0,0 1,-1 1L4,22a1,1 0,0 1,-1 -1L3,3a1,1 0,0 1,1 -1zM15,17h2v2h-2v-2z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_download.xml
Normal file
28
app/src/main/res/drawable/ic_download.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FFF"
|
||||
android:pathData="M3,19h18v2L3,21v-2zM13,13.172L19.071,7.1l1.414,1.414L12,17 3.515,8.515 4.929,7.1 11,13.17L11,2h2v11.172z" />
|
||||
</vector>
|
||||
BIN
app/src/main/res/drawable/ic_download_cancel.png
Normal file
BIN
app/src/main/res/drawable/ic_download_cancel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 142 B |
BIN
app/src/main/res/drawable/ic_download_fail.png
Normal file
BIN
app/src/main/res/drawable/ic_download_fail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 251 B |
28
app/src/main/res/drawable/ic_download_manager.xml
Normal file
28
app/src/main/res/drawable/ic_download_manager.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M4,19h16v-7h2v8a1,1 0,0 1,-1 1H3a1,1 0,0 1,-1 -1v-8h2v7zM14,9h5l-7,7 -7,-7h5V3h4v6z" />
|
||||
</vector>
|
||||
BIN
app/src/main/res/drawable/ic_download_pause.png
Normal file
BIN
app/src/main/res/drawable/ic_download_pause.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 B |
57
app/src/main/res/drawable/ic_ethereum_eth.xml
Normal file
57
app/src/main/res/drawable/ic_ethereum_eth.xml
Normal file
@@ -0,0 +1,57 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="32"
|
||||
android:viewportHeight="32">
|
||||
<path
|
||||
android:fillColor="#627EEA"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M16,16m-16,0a16,16 0,1 1,32 0a16,16 0,1 1,-32 0" />
|
||||
<path
|
||||
android:fillAlpha=".602"
|
||||
android:fillColor="#FFF"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M16.498,4v8.87l7.497,3.35z" />
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M16.498,4L9,16.22l7.498,-3.35z" />
|
||||
<path
|
||||
android:fillAlpha=".602"
|
||||
android:fillColor="#FFF"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M16.498,21.968v6.027L24,17.616z" />
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M16.498,27.995v-6.028L9,17.616z" />
|
||||
<path
|
||||
android:fillAlpha=".2"
|
||||
android:fillColor="#FFF"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M16.498,20.573l7.497,-4.353 -7.497,-3.348z" />
|
||||
<path
|
||||
android:fillAlpha=".602"
|
||||
android:fillColor="#FFF"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M9,16.22l7.498,4.353v-7.701z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_expand.xml
Normal file
28
app/src/main/res/drawable/ic_expand.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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:colorForeground"
|
||||
android:pathData="M7.41,8.59L12,13.17l4.59,-4.58L18,10l-6,6 -6,-6 1.41,-1.41z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_faq.xml
Normal file
28
app/src/main/res/drawable/ic_faq.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M12,22C6.477,22 2,17.523 2,12S6.477,2 12,2s10,4.477 10,10 -4.477,10 -10,10zM12,20a8,8 0,1 0,0 -16,8 8,0 0,0 0,16zM11,15h2v2h-2v-2zM13,13.355L13,14h-2v-1.5a1,1 0,0 1,1 -1,1.5 1.5,0 1,0 -1.471,-1.794l-1.962,-0.393A3.501,3.501 0,1 1,13 13.355z" />
|
||||
</vector>
|
||||
134
app/src/main/res/drawable/ic_fdroid.xml
Normal file
134
app/src/main/res/drawable/ic_fdroid.xml
Normal file
@@ -0,0 +1,134 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="48.0"
|
||||
android:viewportHeight="48.0">
|
||||
|
||||
<path
|
||||
android:fillAlpha="1"
|
||||
android:fillColor="#8ab000"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="m45.41,2.5 l-4.25,5.5"
|
||||
android:strokeWidth="2.5"
|
||||
android:strokeAlpha="1"
|
||||
android:strokeColor="#8ab000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="miter" />
|
||||
|
||||
<path
|
||||
android:fillAlpha="1"
|
||||
android:fillColor="#8ab000"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="m2.59,2.5 l4.25,5.5"
|
||||
android:strokeWidth="2.5"
|
||||
android:strokeAlpha="1"
|
||||
android:strokeColor="#8ab000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="miter" />
|
||||
|
||||
<path
|
||||
android:fillAlpha="1"
|
||||
android:fillColor="#aeea00"
|
||||
android:pathData="M8,6L40,6A3,3 0,0 1,43 9L43,16A3,3 0,0 1,40 19L8,19A3,3 0,0 1,5 16L5,9A3,3 0,0 1,8 6z"
|
||||
android:strokeWidth="3"
|
||||
android:strokeAlpha="1"
|
||||
android:strokeColor="#00000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="miter" />
|
||||
|
||||
<path
|
||||
android:fillAlpha="1"
|
||||
android:fillColor="#aeea00"
|
||||
android:pathData="M8,7L40,7A3,2.54 0,0 1,43 9.54L43,15.46A3,2.54 0,0 1,40 18L8,18A3,2.54 0,0 1,5 15.46L5,9.54A3,2.54 0,0 1,8 7z"
|
||||
android:strokeWidth="3"
|
||||
android:strokeAlpha="1"
|
||||
android:strokeColor="#00000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="miter" />
|
||||
<path
|
||||
android:fillAlpha="1"
|
||||
android:fillColor="#1976d2"
|
||||
android:pathData="M8,20L40,20A3,3 0,0 1,43 23L43,43A3,3 0,0 1,40 46L8,46A3,3 0,0 1,5 43L5,23A3,3 0,0 1,8 20z"
|
||||
android:strokeWidth="3"
|
||||
android:strokeAlpha="1"
|
||||
android:strokeColor="#00000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="miter" />
|
||||
|
||||
<path
|
||||
android:fillAlpha="1"
|
||||
android:fillColor="#1976d2"
|
||||
android:pathData="M8,21L40,21A3,2.77 0,0 1,43 23.77L43,42.23A3,2.77 0,0 1,40 45L8,45A3,2.77 0,0 1,5 42.23L5,23.77A3,2.77 0,0 1,8 21z"
|
||||
android:strokeWidth="3"
|
||||
android:strokeAlpha="1"
|
||||
android:strokeColor="#00000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="miter" />
|
||||
<path
|
||||
android:fillAlpha="1"
|
||||
android:fillColor="#0d47a1"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="m24,26.75c-2.88,0 -5.32,1.98 -6.03,4.65l3.21,0C21.73,30.42 22.77,29.75 24,29.75c1.81,0 3.25,1.44 3.25,3.25 0,1.81 -1.44,3.25 -3.25,3.25 -1.31,0 -2.41,-0.75 -2.93,-1.85l-3.15,0C18.56,37.17 21.05,39.25 24,39.25c3.43,0 6.25,-2.82 6.25,-6.25 0,-3.43 -2.82,-6.25 -6.25,-6.25z"
|
||||
android:strokeWidth="3"
|
||||
android:strokeAlpha="1"
|
||||
android:strokeColor="#00000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="miter" />
|
||||
<path
|
||||
android:fillAlpha="0.40392157"
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M24,33m-9.55,0a9.55,9.55 0,1 1,19.1 0a9.55,9.55 0,1 1,-19.1 0"
|
||||
android:strokeWidth="1.89999998"
|
||||
android:strokeAlpha="1"
|
||||
android:strokeColor="#0d47a1"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="miter" />
|
||||
|
||||
<path
|
||||
android:fillAlpha="1"
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M14.38,13.13m-3.38,0a3.38,3.38 0,1 1,6.75 0a3.38,3.38 0,1 1,-6.75 0"
|
||||
android:strokeWidth="1.89999998"
|
||||
android:strokeAlpha="0.69721117"
|
||||
android:strokeColor="#00000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="miter" />
|
||||
|
||||
<path
|
||||
android:fillAlpha="1"
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M33.88,13.13m-3.38,0a3.38,3.38 0,1 1,6.75 0a3.38,3.38 0,1 1,-6.75 0"
|
||||
android:strokeWidth="1.89999998"
|
||||
android:strokeAlpha="0.69721117"
|
||||
android:strokeColor="#00000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="miter" />
|
||||
<path
|
||||
android:fillAlpha="1"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="m2.61,1.24a1.25,1.25 0,0 0,-1.01 2.03l3.6,4.66c-0.13,0.33 -0.2,0.69 -0.2,1.07l0,4 0,2.87 0,0.13c0,1.66 1.34,3 3,3l32,0c1.66,0 3,-1.34 3,-3l0,-4 0,-2.87 0,-0.13c0,-0.38 -0.08,-0.74 -0.21,-1.07l3.6,-4.66a1.25,1.25 0,0 0,-1.05 -2.03,1.25 1.25,0 0,0 -0.93,0.5l-3.43,4.44c-0.31,-0.11 -0.64,-0.18 -0.99,-0.18l-32,0c-0.35,0 -0.68,0.07 -0.99,0.18l-3.43,-4.44a1.25,1.25 0,0 0,-0.97 -0.5zM8,20c-0.21,0 -0.41,0.02 -0.61,0.06 -1.37,0.28 -2.39,1.47 -2.39,2.91l0,0.03 0,19.78 0,0.03 0,0.19c0,1.66 1.34,3 3,3l32,0c1.66,0 3,-1.34 3,-3l0,-20 0,-0.03c0,-1.44 -1.03,-2.63 -2.39,-2.91 -0.2,-0.04 -0.4,-0.06 -0.61,-0.06l-32,0z"
|
||||
android:strokeWidth="2.5"
|
||||
android:strokeAlpha="1"
|
||||
android:strokeColor="#00000000"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="miter" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_filter.xml
Normal file
28
app/src/main/res/drawable/ic_filter.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M9,13.5L4,6H3V4h18v2h-1l-5,7.5V22H9v-8.5zM6.404,6L11,12.894V20h2v-7.106L17.596,6H6.404z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_games.xml
Normal file
28
app/src/main/res/drawable/ic_games.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M17,4a6,6 0,0 1,6 6v4a6,6 0,0 1,-6 6L7,20a6,6 0,0 1,-6 -6v-4a6,6 0,0 1,6 -6h10zM10,9L8,9v2L6,11v2h1.999L8,15h2l-0.001,-2L12,13v-2h-2L10,9zM18,13h-2v2h2v-2zM16,9h-2v2h2L16,9z" />
|
||||
</vector>
|
||||
57
app/src/main/res/drawable/ic_gitlab.xml
Normal file
57
app/src/main/res/drawable/ic_gitlab.xml
Normal file
@@ -0,0 +1,57 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="492.50943"
|
||||
android:viewportHeight="453.67966">
|
||||
<path
|
||||
android:fillColor="#fc6d26"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M491.6,259.4l-27.6,-84.8L409.4,6.5c-2.8,-8.6 -15,-8.6 -17.9,0l-54.6,168.1H155.6l-54.6,-168.1c-2.8,-8.6 -15,-8.6 -17.9,0L28.5,174.6 0.9,259.4c-2.5,7.7 0.2,16.2 6.8,21l238.5,173.3 238.5,-173.3c6.6,-4.8 9.3,-13.3 6.8,-21" />
|
||||
<path
|
||||
android:fillColor="#e24329"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M246.3,453.7l90.7,-279.1h-181.4z" />
|
||||
<path
|
||||
android:fillColor="#fc6d26"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M246.3,453.7l-90.7,-279.1h-127.1z" />
|
||||
<path
|
||||
android:fillColor="#fca326"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M28.5,174.6L0.9,259.4c-2.5,7.7 0.2,16.2 6.8,21l238.5,173.3z" />
|
||||
<path
|
||||
android:fillColor="#e24329"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M28.5,174.6h127.1L101,6.5c-2.8,-8.6 -15,-8.6 -17.9,0z" />
|
||||
<path
|
||||
android:fillColor="#fc6d26"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M246.3,453.7l90.7,-279.1h127.1z" />
|
||||
<path
|
||||
android:fillColor="#fca326"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M464,174.6l27.6,84.8c2.5,7.7 -0.2,16.2 -6.8,21L246.3,453.7z" />
|
||||
<path
|
||||
android:fillColor="#e24329"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M464,174.6h-127.1L391.6,6.5c2.8,-8.6 15,-8.6 17.9,0z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_google.xml
Normal file
28
app/src/main/res/drawable/ic_google.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M3.064,7.51A9.996,9.996 0,0 1,12 2c2.695,0 4.959,0.99 6.69,2.605l-2.867,2.868C14.786,6.482 13.468,5.977 12,5.977c-2.605,0 -4.81,1.76 -5.595,4.123 -0.2,0.6 -0.314,1.24 -0.314,1.9 0,0.66 0.114,1.3 0.314,1.9 0.786,2.364 2.99,4.123 5.595,4.123 1.345,0 2.49,-0.355 3.386,-0.955a4.6,4.6 0,0 0,1.996 -3.018H12v-3.868h9.418c0.118,0.654 0.182,1.336 0.182,2.045 0,3.046 -1.09,5.61 -2.982,7.35C16.964,21.105 14.7,22 12,22A9.996,9.996 0,0 1,2 12c0,-1.614 0.386,-3.14 1.064,-4.49z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_home_black_24dp.xml
Normal file
28
app/src/main/res/drawable/ic_home_black_24dp.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_installation.xml
Normal file
28
app/src/main/res/drawable/ic_installation.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M5.33,3.271a3.5,3.5 0,0 1,4.254 4.963l10.709,10.71 -1.414,1.414 -10.71,-10.71a3.502,3.502 0,0 1,-4.962 -4.255L5.444,7.63a1.5,1.5 0,1 0,2.121 -2.121L5.329,3.27zM15.697,5.155l3.182,-1.768 1.414,1.414 -1.768,3.182 -1.768,0.354 -2.12,2.121 -1.415,-1.414 2.121,-2.121 0.354,-1.768zM8.979,13.287l1.414,1.414 -5.303,5.303a1,1 0,0 1,-1.492 -1.327l0.078,-0.087 5.303,-5.303z" />
|
||||
</vector>
|
||||
188
app/src/main/res/drawable/ic_launcher_background.xml
Normal file
188
app/src/main/res/drawable/ic_launcher_background.xml
Normal file
@@ -0,0 +1,188 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<path
|
||||
android:fillColor="#3DDC84"
|
||||
android:pathData="M0,0h108v108h-108z" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M9,0L9,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,0L19,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M29,0L29,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M39,0L39,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M49,0L49,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M59,0L59,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M69,0L69,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M79,0L79,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M89,0L89,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M99,0L99,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,9L108,9"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,19L108,19"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,29L108,29"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,39L108,39"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,49L108,49"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,59L108,59"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,69L108,69"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,79L108,79"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,89L108,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,99L108,99"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,29L89,29"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,39L89,39"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,49L89,49"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,59L89,59"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,69L89,69"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,79L89,79"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M29,19L29,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M39,19L39,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M49,19L49,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M59,19L59,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M69,19L69,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M79,19L79,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
</vector>
|
||||
49
app/src/main/res/drawable/ic_launcher_foreground.xml
Normal file
49
app/src/main/res/drawable/ic_launcher_foreground.xml
Normal file
@@ -0,0 +1,49 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="85.84757"
|
||||
android:endY="92.4963"
|
||||
android:startX="42.9492"
|
||||
android:startY="49.59793"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#44000000"
|
||||
android:offset="0.0" />
|
||||
<item
|
||||
android:color="#00000000"
|
||||
android:offset="1.0" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z"
|
||||
android:strokeWidth="1"
|
||||
android:strokeColor="#00000000" />
|
||||
</vector>
|
||||
34
app/src/main/res/drawable/ic_libera_pay.xml
Normal file
34
app/src/main/res/drawable/ic_libera_pay.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="80dp"
|
||||
android:height="80dp"
|
||||
android:viewportWidth="80"
|
||||
android:viewportHeight="80">
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0h80v80h-80z" />
|
||||
<path
|
||||
android:fillColor="#F6C915"
|
||||
android:pathData="M80.058,72.37C80.058,73.3857 79.8579,74.3915 79.4692,75.3299C79.0805,76.2683 78.5107,77.1209 77.7924,77.8391C77.0741,78.5573 76.2214,79.127 75.283,79.5156C74.3445,79.9042 73.3387,80.1041 72.323,80.104H7.789C5.7379,80.1035 3.7709,79.2885 2.3205,77.8382C0.87,76.388 0.0548,74.4211 0.054,72.37V7.836C0.0543,5.7845 0.8693,3.8172 2.3198,2.3665C3.7703,0.9158 5.7375,0.1005 7.789,0.1H72.323C73.3388,0.0999 74.3447,0.2998 75.2832,0.6885C76.2217,1.0772 77.0745,1.647 77.7928,2.3652C78.5111,3.0835 79.0808,3.9363 79.4695,4.8748C79.8581,5.8133 80.0581,6.8192 80.058,7.835V72.368" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M32.658,56.149C30.081,56.149 28.058,55.813 26.588,55.142C25.119,54.47 24.066,53.555 23.432,52.392C22.796,51.232 22.488,49.902 22.506,48.392C22.524,46.886 22.732,45.281 23.132,43.575L30.045,14.673L38.482,13.367L30.916,44.719C30.7793,45.3085 30.6973,45.9094 30.671,46.514C30.652,47.058 30.753,47.54 30.971,47.956C31.188,48.375 31.56,48.71 32.086,48.963C32.611,49.218 33.346,49.382 34.291,49.453L32.658,56.145V56.149ZM63.131,38.135C63.131,40.783 62.696,43.205 61.825,45.401C60.955,47.598 59.747,49.493 58.205,51.089C56.663,52.687 54.813,53.929 52.654,54.817C50.494,55.706 48.144,56.151 45.606,56.151C44.372,56.151 43.138,56.041 41.905,55.823L39.455,65.676H31.399L40.434,28.014C41.885,27.579 43.546,27.188 45.414,26.844C47.284,26.499 49.307,26.327 51.484,26.327C53.516,26.327 55.268,26.635 56.736,27.252C58.206,27.868 59.413,28.712 60.356,29.782C61.299,30.853 61.998,32.105 62.451,33.538C62.904,34.971 63.131,36.505 63.131,38.138V38.135ZM43.373,49.298C43.99,49.443 44.752,49.516 45.659,49.516C47.074,49.516 48.362,49.253 49.523,48.726C50.6614,48.2173 51.6742,47.4649 52.49,46.522C53.305,45.579 53.94,44.446 54.394,43.12C54.848,41.796 55.074,40.336 55.074,38.739C55.074,37.179 54.729,35.854 54.041,34.765C53.351,33.677 52.154,33.132 50.449,33.132C49.287,33.132 48.199,33.241 47.182,33.459L43.373,49.298" />
|
||||
</group>
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_license.xml
Normal file
28
app/src/main/res/drawable/ic_license.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M19,22L5,22a3,3 0,0 1,-3 -3L2,3a1,1 0,0 1,1 -1h14a1,1 0,0 1,1 1v12h4v4a3,3 0,0 1,-3 3zM18,17v2a1,1 0,0 0,2 0v-2h-2zM16,20L16,4L4,4v15a1,1 0,0 0,1 1h11zM6,7h8v2L6,9L6,7zM6,11h8v2L6,13v-2zM6,15h5v2L6,17v-2z" />
|
||||
</vector>
|
||||
156
app/src/main/res/drawable/ic_logo.xml
Normal file
156
app/src/main/res/drawable/ic_logo.xml
Normal file
@@ -0,0 +1,156 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="283dp"
|
||||
android:height="283dp"
|
||||
android:viewportWidth="283"
|
||||
android:viewportHeight="283">
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0h283v283h-283z" />
|
||||
<path
|
||||
android:fillColor="#EEEEEE"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M134.975,56.317C135.235,56.087 135.511,55.869 135.802,55.665C139.966,52.749 145.705,53.761 148.621,57.925L191.087,118.573H190.655H168.614L140.84,78.907L112.574,119.408H90.334L132.857,58.478C133.455,57.62 134.174,56.898 134.975,56.317Z" />
|
||||
<path
|
||||
android:fillColor="#F487AC"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M146.532,150C148.679,144.584 149.859,138.68 149.859,132.5C149.859,119.928 144.975,108.497 137,100H198.859C207.144,100 213.859,106.716 213.859,115V150H146.532Z" />
|
||||
<path android:pathData="M129,107.778l7.778,-7.778l22.05,22.05l-7.778,7.778z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="154.9395"
|
||||
android:endY="125.93933"
|
||||
android:startX="132.88908"
|
||||
android:startY="103.888916"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#FFC2185B"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#00C2185B"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:fillColor="#80CBC4"
|
||||
android:pathData="M102.5,132.5m-47.5,0a47.5,47.5 0,1 1,95 0a47.5,47.5 0,1 1,-95 0" />
|
||||
<path
|
||||
android:fillColor="#FAFAFA"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M146.389,55.704C142.274,52.823 136.602,53.823 133.72,57.938L91.263,118.573H113.472L148.623,68.373C151.504,64.258 150.504,58.586 146.389,55.704Z" />
|
||||
<path
|
||||
android:fillColor="#F5F5F5"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M146.337,55.839C142.024,52.81 136.083,53.857 133.066,58.179L90.335,119.408H113.611L148.684,69.152C151.701,64.829 150.65,58.869 146.337,55.839Z" />
|
||||
<path
|
||||
android:fillColor="#E4E4E4"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M115.989,116H92.714L92,117.023V119H113.896L115.989,116Z" />
|
||||
<path
|
||||
android:fillColor="#FAFAFA"
|
||||
android:pathData="M187.837,117H231.818C236.868,117 241,121.125 241,126.167L240.725,128.642L217.403,213.617C215.199,221.317 208.129,227 199.682,227H80.318C71.871,227 64.801,221.317 62.689,213.617L39.367,128.642C39.092,127.817 39,126.992 39,126.167C39,121.125 43.132,117 48.182,117H187.837Z" />
|
||||
<path
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M132.726,144.539L105.577,191.185C106.389,190.008 107.478,189.046 108.751,188.382C110.028,187.715 111.451,187.369 112.894,187.374L128.183,187.374H128.184L140.982,165.383L133.338,152.244C132.648,151.091 132.235,149.797 132.129,148.46C132.023,147.125 132.227,145.783 132.726,144.539ZM148.834,151.884C148.87,151.816 148.906,151.748 148.941,151.68C148.975,151.61 149.009,151.541 149.042,151.47C149.167,151.206 149.278,150.936 149.375,150.66C149.473,150.385 149.557,150.104 149.626,149.82C149.695,149.536 149.749,149.248 149.789,148.958C149.818,148.755 149.84,148.552 149.854,148.347C149.859,148.264 149.864,148.181 149.867,148.098C149.855,148.386 149.829,148.673 149.789,148.959C149.749,149.248 149.694,149.536 149.626,149.82C149.556,150.104 149.472,150.385 149.374,150.66C149.277,150.936 149.166,151.206 149.042,151.47C148.976,151.61 148.907,151.748 148.834,151.884ZM149.868,148.072C149.871,148.004 149.872,147.936 149.873,147.868C149.873,147.855 149.873,147.843 149.873,147.83C149.873,147.911 149.871,147.992 149.868,148.072Z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="126.884"
|
||||
android:endY="185.455"
|
||||
android:startX="137.925"
|
||||
android:startY="147.366"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#FFFF80AB"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#FFFF4081"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:fillColor="#00B0FF"
|
||||
android:pathData="M105.567,191.2C104.969,192.069 104.533,193.038 104.281,194.061C104.343,193.816 104.416,193.574 104.499,193.336C104.597,193.06 104.709,192.79 104.835,192.526C104.959,192.261 105.096,192.003 105.246,191.752L105.567,191.2Z" />
|
||||
<path android:pathData="M114.122,204.894H167.792C167.765,204.891 167.738,204.888 167.71,204.885C167.42,204.838 167.132,204.777 166.848,204.703C166.563,204.627 166.283,204.536 166.007,204.433C165.732,204.33 165.463,204.213 165.199,204.084C164.935,203.953 164.678,203.809 164.428,203.653C164.18,203.498 163.939,203.331 163.708,203.152C163.476,202.972 163.252,202.781 163.039,202.579C162.826,202.378 162.623,202.166 162.431,201.945C162.239,201.724 162.059,201.493 161.89,201.253C161.721,201.013 161.565,200.765 161.421,200.51L153.779,187.374H128.183L120.539,200.51C120.437,200.69 120.329,200.866 120.215,201.038C120.054,201.282 119.882,201.518 119.698,201.745C119.512,201.972 119.315,202.189 119.108,202.397C118.901,202.605 118.684,202.802 118.457,202.989C118.23,203.175 117.994,203.35 117.749,203.513C117.505,203.676 117.253,203.827 116.993,203.965C116.733,204.103 116.467,204.227 116.194,204.339C115.922,204.449 115.644,204.547 115.362,204.63C115.081,204.714 114.795,204.784 114.506,204.839C114.379,204.86 114.251,204.878 114.122,204.894Z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="135.91"
|
||||
android:endY="204.894"
|
||||
android:startX="135.91"
|
||||
android:startY="187.374"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#FF81D4FA"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#FF4FC3F7"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path android:pathData="M105.567,191.2L105.246,191.752C105.096,192.003 104.959,192.261 104.835,192.526C104.709,192.79 104.597,193.06 104.499,193.336C104.416,193.574 104.343,193.816 104.281,194.061C104.256,194.164 104.233,194.269 104.211,194.373C104.185,194.498 104.16,194.623 104.139,194.749C103.936,196.004 104.011,197.287 104.359,198.51C104.706,199.733 105.318,200.867 106.15,201.832C106.983,202.797 108.018,203.571 109.182,204.099C110.347,204.628 111.613,204.899 112.894,204.894L114.122,204.894C114.251,204.878 114.379,204.86 114.506,204.839C114.795,204.784 115.081,204.714 115.362,204.63C115.644,204.547 115.922,204.449 116.194,204.339C116.467,204.227 116.733,204.103 116.993,203.965C117.253,203.827 117.505,203.676 117.749,203.513C117.994,203.35 118.23,203.175 118.457,202.989C118.684,202.802 118.901,202.605 119.108,202.397C119.315,202.189 119.512,201.972 119.698,201.745C119.882,201.518 120.054,201.282 120.215,201.038C120.329,200.866 120.437,200.69 120.539,200.51L128.183,187.374L112.894,187.374C111.45,187.369 110.028,187.715 108.75,188.382C107.473,189.049 106.38,190.017 105.567,191.2Z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="135.91"
|
||||
android:endY="204.894"
|
||||
android:startX="135.91"
|
||||
android:startY="187.374"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#FF81D4FA"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#FF4FC3F7"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:fillColor="#40C4FF"
|
||||
android:pathData="M153.779,187.374L161.421,200.51C161.565,200.766 161.721,201.014 161.89,201.254C162.059,201.493 162.239,201.724 162.431,201.945C162.623,202.167 162.826,202.378 163.039,202.579C163.252,202.781 163.476,202.973 163.708,203.153C163.939,203.331 164.18,203.498 164.428,203.653C164.678,203.81 164.935,203.953 165.199,204.084C165.463,204.214 165.732,204.33 166.007,204.433C166.283,204.537 166.563,204.627 166.848,204.703C167.132,204.778 167.42,204.839 167.71,204.885C167.737,204.888 167.765,204.891 167.792,204.894H169.069C170.672,204.913 172.251,204.499 173.635,203.695C175.019,202.891 176.157,201.728 176.925,200.332C176.971,200.249 177.015,200.166 177.058,200.083C177.113,199.972 177.165,199.859 177.215,199.746C177.311,199.534 177.397,199.319 177.476,199.1C177.572,198.823 177.655,198.542 177.724,198.257C177.791,197.973 177.845,197.687 177.884,197.398C177.923,197.108 177.947,196.817 177.957,196.524C177.965,196.232 177.959,195.939 177.938,195.648C177.919,195.357 177.884,195.067 177.836,194.78C177.786,194.492 177.723,194.206 177.645,193.924C177.567,193.643 177.475,193.365 177.37,193.093C177.264,192.82 177.145,192.553 177.013,192.292C176.919,192.109 176.819,191.929 176.713,191.752L176.123,190.736C175.287,189.675 174.215,188.82 172.992,188.237C171.768,187.654 170.426,187.359 169.069,187.375L153.779,187.374Z" />
|
||||
<path
|
||||
android:fillColor="#FFA943"
|
||||
android:pathData="M132.727,144.535L133.338,143.486C133.437,143.31 133.542,143.138 133.653,142.97C133.814,142.725 133.988,142.488 134.173,142.26C134.358,142.033 134.554,141.816 134.76,141.608C134.967,141.4 135.184,141.203 135.41,141.016C135.637,140.83 135.874,140.655 136.118,140.492C136.363,140.328 136.615,140.178 136.875,140.039C137.133,139.902 137.399,139.778 137.67,139.666C137.942,139.555 138.22,139.456 138.502,139.372C138.785,139.288 139.072,139.218 139.361,139.163C139.647,139.107 139.936,139.066 140.226,139.038C138.584,139.169 137.011,139.753 135.686,140.725C134.36,141.696 133.336,143.016 132.727,144.535Z" />
|
||||
<path
|
||||
android:fillColor="#FFA943"
|
||||
android:pathData="M140.889,139.011C140.784,139.008 140.679,139.007 140.574,139.008C140.463,139.016 140.352,139.026 140.242,139.038C140.457,139.021 140.673,139.012 140.889,139.011V139.011Z" />
|
||||
<path
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M140.241,139.038C140.457,139.021 140.673,139.012 140.889,139.011L140.888,139.011C141.05,139.008 141.213,139.01 141.375,139.017C141.426,139.019 141.476,139.021 141.526,139.023C142.991,139.122 144.408,139.582 145.648,140.362C146.888,141.141 147.913,142.215 148.63,143.486L149.265,144.575C149.276,144.601 149.287,144.627 149.298,144.654C149.403,144.926 149.494,145.204 149.57,145.485C149.646,145.768 149.708,146.054 149.755,146.343C149.803,146.631 149.836,146.92 149.855,147.211C149.874,147.503 149.878,147.796 149.867,148.088C149.856,148.379 149.829,148.67 149.788,148.959C149.749,149.248 149.694,149.536 149.625,149.82C149.556,150.104 149.472,150.385 149.374,150.66C149.277,150.936 149.166,151.206 149.041,151.47C148.917,151.735 148.78,151.993 148.63,152.244L140.982,165.383L133.337,152.244C132.648,151.091 132.234,149.797 132.128,148.46C132.022,147.124 132.227,145.781 132.726,144.535L133.337,143.486C133.436,143.31 133.541,143.138 133.652,142.97C133.813,142.725 133.987,142.488 134.172,142.26C134.357,142.033 134.553,141.815 134.759,141.608C134.966,141.4 135.183,141.203 135.41,141.016C135.637,140.83 135.873,140.655 136.118,140.491C136.362,140.328 136.614,140.178 136.874,140.039C137.133,139.902 137.398,139.777 137.67,139.666C137.942,139.554 138.219,139.456 138.501,139.372C138.784,139.288 139.071,139.218 139.361,139.163C139.647,139.107 139.936,139.065 140.226,139.038H140.241ZM149.299,144.654C149.288,144.627 149.277,144.601 149.265,144.575L176.713,191.752C177.305,192.749 177.692,193.852 177.852,194.998C178.012,196.144 177.941,197.31 177.645,198.429C177.348,199.548 176.831,200.598 176.123,201.517C175.415,202.436 174.53,203.208 173.52,203.786C172.511,204.364 171.395,204.739 170.239,204.887C169.082,205.035 167.908,204.955 166.783,204.65C165.658,204.346 164.605,203.823 163.684,203.113C162.764,202.402 161.995,201.518 161.421,200.51L140.983,165.383L148.63,152.244C148.78,151.993 148.918,151.735 149.042,151.47C149.166,151.206 149.277,150.936 149.375,150.66C149.472,150.385 149.556,150.104 149.626,149.82C149.695,149.536 149.749,149.248 149.789,148.958C149.83,148.67 149.856,148.379 149.868,148.088C149.878,147.796 149.874,147.503 149.855,147.211C149.837,146.92 149.803,146.631 149.756,146.343C149.709,146.054 149.647,145.768 149.571,145.485C149.494,145.203 149.403,144.926 149.299,144.654Z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX="173.5"
|
||||
android:endY="202"
|
||||
android:startX="138"
|
||||
android:startY="143.5"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#FFFFC400"
|
||||
android:offset="0" />
|
||||
<item
|
||||
android:color="#FFFFB300"
|
||||
android:offset="1" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</group>
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_logout.xml
Normal file
28
app/src/main/res/drawable/ic_logout.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M4,18h2v2h12L18,4L6,4v2L4,6L4,3a1,1 0,0 1,1 -1h14a1,1 0,0 1,1 1v18a1,1 0,0 1,-1 1L5,22a1,1 0,0 1,-1 -1v-3zM6,11h7v2L6,13v3l-5,-4 5,-4v3z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_mail.xml
Normal file
28
app/src/main/res/drawable/ic_mail.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FFF"
|
||||
android:pathData="M3,3h18a1,1 0,0 1,1 1v16a1,1 0,0 1,-1 1L3,21a1,1 0,0 1,-1 -1L2,4a1,1 0,0 1,1 -1zM20,7.238l-7.928,7.1L4,7.216L4,19h16L20,7.238zM4.511,5l7.55,6.662L19.502,5L4.511,5z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_map.xml
Normal file
28
app/src/main/res/drawable/ic_map.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FFF"
|
||||
android:pathData="M12,20.9l4.95,-4.95a7,7 0,1 0,-9.9 0L12,20.9zM12,23.728l-6.364,-6.364a9,9 0,1 1,12.728 0L12,23.728zM12,13a2,2 0,1 0,0 -4,2 2,0 0,0 0,4zM12,15a4,4 0,1 1,0 -8,4 4,0 0,1 0,8z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_map_marker.xml
Normal file
28
app/src/main/res/drawable/ic_map_marker.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FFF"
|
||||
android:pathData="M12,11.5A2.5,2.5 0,0 1,9.5 9A2.5,2.5 0,0 1,12 6.5A2.5,2.5 0,0 1,14.5 9A2.5,2.5 0,0 1,12 11.5M12,2A7,7 0,0 0,5 9C5,14.25 12,22 12,22C12,22 19,14.25 19,9A7,7 0,0 0,12 2Z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_menu_about.xml
Normal file
28
app/src/main/res/drawable/ic_menu_about.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M12,22C6.477,22 2,17.523 2,12S6.477,2 12,2s10,4.477 10,10 -4.477,10 -10,10zM12,20a8,8 0,1 0,0 -16,8 8,0 0,0 0,16zM11,7h2v2h-2L11,7zM11,11h2v6h-2v-6z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_menu_settings.xml
Normal file
28
app/src/main/res/drawable/ic_menu_settings.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M3.34,17a10.018,10.018 0,0 1,-0.978 -2.326,3 3,0 0,0 0.002,-5.347A9.99,9.99 0,0 1,4.865 4.99a3,3 0,0 0,4.631 -2.674,9.99 9.99,0 0,1 5.007,0.002 3,3 0,0 0,4.632 2.672c0.579,0.59 1.093,1.261 1.525,2.01 0.433,0.749 0.757,1.53 0.978,2.326a3,3 0,0 0,-0.002 5.347,9.99 9.99,0 0,1 -2.501,4.337 3,3 0,0 0,-4.631 2.674,9.99 9.99,0 0,1 -5.007,-0.002 3,3 0,0 0,-4.632 -2.672A10.018,10.018 0,0 1,3.34 17zM9,17.196a4.993,4.993 0,0 1,2.25 2.77c0.499,0.047 1,0.048 1.499,0.001A4.993,4.993 0,0 1,15 17.197a4.993,4.993 0,0 1,3.525 -0.565c0.29,-0.408 0.54,-0.843 0.748,-1.298A4.993,4.993 0,0 1,18 12c0,-1.26 0.47,-2.437 1.273,-3.334a8.126,8.126 0,0 0,-0.75 -1.298A4.993,4.993 0,0 1,15 6.804a4.993,4.993 0,0 1,-2.25 -2.77c-0.499,-0.047 -1,-0.048 -1.499,-0.001A4.993,4.993 0,0 1,9 6.803a4.993,4.993 0,0 1,-3.525 0.565,7.99 7.99,0 0,0 -0.748,1.298A4.993,4.993 0,0 1,6 12c0,1.26 -0.47,2.437 -1.273,3.334a8.126,8.126 0,0 0,0.75 1.298A4.993,4.993 0,0 1,9 17.196zM12,15a3,3 0,1 1,0 -6,3 3,0 0,1 0,6zM12,13a1,1 0,1 0,0 -2,1 1,0 0,0 0,2z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_menu_unfold.xml
Normal file
28
app/src/main/res/drawable/ic_menu_unfold.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FFF"
|
||||
android:pathData="M21,18v2L3,20v-2h18zM17.404,3.904L22,8.5l-4.596,4.596 -1.414,-1.414L19.172,8.5 15.99,5.318l1.414,-1.414zM12,11v2L3,13v-2h9zM12,4v2L3,6L3,4h9z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_network.xml
Normal file
28
app/src/main/res/drawable/ic_network.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FFF"
|
||||
android:pathData="M6.235,6.453a8,8 0,0 0,8.817 12.944c0.115,-0.75 -0.137,-1.47 -0.24,-1.722 -0.23,-0.56 -0.988,-1.517 -2.253,-2.844 -0.338,-0.355 -0.316,-0.628 -0.195,-1.437l0.013,-0.091c0.082,-0.554 0.22,-0.882 2.085,-1.178 0.948,-0.15 1.197,0.228 1.542,0.753l0.116,0.172c0.328,0.48 0.571,0.59 0.938,0.756 0.165,0.075 0.37,0.17 0.645,0.325 0.652,0.373 0.652,0.794 0.652,1.716v0.105c0,0.391 -0.038,0.735 -0.098,1.034a8.002,8.002 0,0 0,-3.105 -12.341c-0.553,0.373 -1.312,0.902 -1.577,1.265 -0.135,0.185 -0.327,1.132 -0.95,1.21 -0.162,0.02 -0.381,0.006 -0.613,-0.009 -0.622,-0.04 -1.472,-0.095 -1.744,0.644 -0.173,0.468 -0.203,1.74 0.356,2.4 0.09,0.105 0.107,0.3 0.046,0.519 -0.08,0.287 -0.241,0.462 -0.292,0.498 -0.096,-0.056 -0.288,-0.279 -0.419,-0.43 -0.313,-0.365 -0.705,-0.82 -1.211,-0.96 -0.184,-0.051 -0.386,-0.093 -0.583,-0.135 -0.549,-0.115 -1.17,-0.246 -1.315,-0.554 -0.106,-0.226 -0.105,-0.537 -0.105,-0.865 0,-0.417 0,-0.888 -0.204,-1.345a1.276,1.276 0,0 0,-0.306 -0.43zM12,22C6.477,22 2,17.523 2,12S6.477,2 12,2s10,4.477 10,10 -4.477,10 -10,10z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_notification_outlined.xml
Normal file
28
app/src/main/res/drawable/ic_notification_outlined.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FFF"
|
||||
android:pathData="M7,8L7,6a5,5 0,1 1,10 0v2h3a1,1 0,0 1,1 1v12a1,1 0,0 1,-1 1L4,22a1,1 0,0 1,-1 -1L3,9a1,1 0,0 1,1 -1h3zM7,10L5,10v10h14L19,10h-2v2h-2v-2L9,10v2L7,12v-2zM9,8h6L15,6a3,3 0,0 0,-6 0v2z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_notifications_black_24dp.xml
Normal file
28
app/src/main/res/drawable/ic_notifications_black_24dp.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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,22c1.1,0 2,-0.9 2,-2h-4c0,1.1 0.89,2 2,2zM18,16v-5c0,-3.07 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68C7.63,5.36 6,7.92 6,11v5l-2,2v1h16v-1l-2,-2z" />
|
||||
</vector>
|
||||
40
app/src/main/res/drawable/ic_paypal.xml
Normal file
40
app/src/main/res/drawable/ic_paypal.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="26dp"
|
||||
android:height="31dp"
|
||||
android:viewportWidth="26"
|
||||
android:viewportHeight="31">
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0h25.5764v30.177h-25.5764z" />
|
||||
<path
|
||||
android:fillColor="#253B80"
|
||||
android:pathData="M7.266,29.154L7.789,25.832L6.624,25.805H1.061L4.927,1.292C4.939,1.218 4.978,1.149 5.035,1.1C5.092,1.051 5.165,1.024 5.241,1.024H14.621C17.735,1.024 19.884,1.672 21.006,2.951C21.532,3.551 21.867,4.178 22.029,4.868C22.199,5.592 22.202,6.457 22.036,7.512L22.024,7.589V8.265L22.55,8.563C22.993,8.798 23.345,9.067 23.615,9.375C24.065,9.888 24.356,10.54 24.479,11.313C24.606,12.108 24.564,13.054 24.356,14.125C24.116,15.357 23.728,16.43 23.204,17.308C22.722,18.117 22.108,18.788 21.379,19.308C20.683,19.802 19.856,20.177 18.921,20.417C18.015,20.653 16.982,20.772 15.849,20.772H15.119C14.597,20.772 14.09,20.96 13.692,21.297C13.293,21.641 13.029,22.111 12.948,22.625L12.893,22.924L11.969,28.779L11.927,28.994C11.916,29.062 11.897,29.096 11.869,29.119C11.844,29.14 11.808,29.154 11.773,29.154H7.266V29.154Z" />
|
||||
<path
|
||||
android:fillColor="#179BD7"
|
||||
android:pathData="M23.048,7.667C23.02,7.846 22.988,8.029 22.952,8.217C21.715,14.568 17.483,16.762 12.078,16.762H9.326C8.665,16.762 8.108,17.242 8.005,17.894L6.596,26.83L6.197,29.363C6.13,29.791 6.46,30.177 6.892,30.177H11.773C12.351,30.177 12.842,29.757 12.933,29.187L12.981,28.939L13.9,23.107L13.959,22.787C14.049,22.215 14.541,21.795 15.119,21.795H15.849C20.578,21.795 24.28,19.875 25.362,14.319C25.814,11.998 25.58,10.06 24.384,8.697C24.022,8.286 23.573,7.945 23.048,7.667V7.667Z" />
|
||||
<path
|
||||
android:fillColor="#222D65"
|
||||
android:pathData="M21.754,7.151C21.565,7.096 21.37,7.046 21.17,7.001C20.969,6.957 20.763,6.918 20.551,6.884C19.809,6.764 18.996,6.707 18.125,6.707H10.773C10.592,6.707 10.42,6.748 10.266,6.822C9.927,6.985 9.675,7.306 9.614,7.699L8.05,17.605L8.005,17.894C8.108,17.242 8.665,16.762 9.326,16.762H12.078C17.483,16.762 21.715,14.567 22.952,8.217C22.989,8.029 23.02,7.846 23.048,7.667C22.735,7.501 22.396,7.359 22.031,7.238C21.941,7.208 21.848,7.179 21.754,7.151V7.151Z" />
|
||||
<path
|
||||
android:fillColor="#253B80"
|
||||
android:pathData="M9.614,7.699C9.675,7.306 9.927,6.985 10.266,6.823C10.421,6.749 10.592,6.708 10.773,6.708H18.125C18.996,6.708 19.809,6.765 20.551,6.885C20.763,6.919 20.969,6.958 21.17,7.002C21.37,7.047 21.565,7.097 21.754,7.152C21.848,7.18 21.941,7.209 22.032,7.238C22.397,7.359 22.736,7.502 23.049,7.667C23.417,5.32 23.046,3.722 21.777,2.275C20.378,0.682 17.853,0 14.622,0H5.242C4.582,0 4.019,0.48 3.917,1.133L0.01,25.898C-0.067,26.388 0.311,26.83 0.805,26.83H6.596L8.05,17.605L9.614,7.699V7.699Z" />
|
||||
</group>
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_privacy.xml
Normal file
28
app/src/main/res/drawable/ic_privacy.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M3.783,2.826L12,1l8.217,1.826a1,1 0,0 1,0.783 0.976v9.987a6,6 0,0 1,-2.672 4.992L12,23l-6.328,-4.219A6,6 0,0 1,3 13.79V3.802a1,1 0,0 1,0.783 -0.976zM5,4.604v9.185a4,4 0,0 0,1.781 3.328L12,20.597l5.219,-3.48A4,4 0,0 0,19 13.79V4.604L12,3.05 5,4.604z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_round_search.xml
Normal file
28
app/src/main/res/drawable/ic_round_search.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M15.5,14h-0.79l-0.28,-0.27c1.2,-1.4 1.82,-3.31 1.48,-5.34 -0.47,-2.78 -2.79,-5 -5.59,-5.34 -4.23,-0.52 -7.79,3.04 -7.27,7.27 0.34,2.8 2.56,5.12 5.34,5.59 2.03,0.34 3.94,-0.28 5.34,-1.48l0.27,0.28v0.79l4.25,4.25c0.41,0.41 1.08,0.41 1.49,0 0.41,-0.41 0.41,-1.08 0,-1.49L15.5,14zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_sale.xml
Normal file
28
app/src/main/res/drawable/ic_sale.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M10.9,2.1l9.899,1.415 1.414,9.9 -9.192,9.192a1,1 0,0 1,-1.414 0l-9.9,-9.9a1,1 0,0 1,0 -1.414L10.9,2.1zM13.728,10.586a2,2 0,1 0,2.828 -2.829,2 2,0 0,0 -2.828,2.829z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_search_append.xml
Normal file
28
app/src/main/res/drawable/ic_search_append.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#FF000000"
|
||||
android:pathData="M5,15h2V8.41L18.59,20L20,18.59L8.41,7H15V5H5V15z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_search_suggestion.xml
Normal file
28
app/src/main/res/drawable/ic_search_suggestion.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="?colorControlNormal"
|
||||
android:pathData="M15.5,14h-0.79l-0.28,-0.27c1.2,-1.4 1.82,-3.31 1.48,-5.34 -0.47,-2.78 -2.79,-5 -5.59,-5.34 -4.23,-0.52 -7.79,3.04 -7.27,7.27 0.34,2.8 2.56,5.12 5.34,5.59 2.03,0.34 3.94,-0.28 5.34,-1.48l0.27,0.28v0.79l4.25,4.25c0.41,0.41 1.08,0.41 1.49,0 0.41,-0.41 0.41,-1.08 0,-1.49L15.5,14zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z" />
|
||||
</vector>
|
||||
28
app/src/main/res/drawable/ic_send.xml
Normal file
28
app/src/main/res/drawable/ic_send.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
~ Aurora Store is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 2 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Aurora Store is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
-->
|
||||
|
||||
<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="#000000"
|
||||
android:pathData="M2.8492,10.2843C2.3843,10.1291 2.3799,9.8786 2.8581,9.7189L19.8574,4.0455C20.3286,3.8885 20.5984,4.1525 20.4666,4.6144L15.6092,21.6348C15.4756,22.1066 15.2039,22.1226 15.0044,21.675L11.8035,14.4623L17.1473,7.3281L10.0223,12.6787L2.8492,10.2843V10.2843Z" />
|
||||
</vector>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user