mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-22 10:52:10 +00:00
Automated Code Formatting
This commit is contained in:
parent
62441addc0
commit
9671ff2982
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,7 +1,5 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
name: Bug report about: Create a report to help us improve title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
@ -12,6 +10,7 @@ A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
@ -24,15 +23,17 @@ A clear and concise description of what you expected to happen.
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Smartphone (please complete the following information):**
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
4
.github/ISSUE_TEMPLATE/custom.md
vendored
4
.github/ISSUE_TEMPLATE/custom.md
vendored
@ -1,7 +1,5 @@
|
||||
---
|
||||
name: Custom issue template
|
||||
about: Describe this issue template's purpose here.
|
||||
title: ''
|
||||
name: Custom issue template about: Describe this issue template's purpose here. title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,7 +1,5 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
name: Feature request about: Suggest an idea for this project title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
|
12
README.md
12
README.md
@ -6,7 +6,8 @@ Material-ify with Droid-ify.
|
||||
|
||||
Unofficial F-Droid client with Material UI.
|
||||
|
||||
This app is an Direct Adaptation/Modification of [Foxy-Droid](https://github.com/kitsunyan/foxy-droid/)
|
||||
This app is an Direct Adaptation/Modification
|
||||
of [Foxy-Droid](https://github.com/kitsunyan/foxy-droid/)
|
||||
|
||||
### Features
|
||||
|
||||
@ -21,7 +22,8 @@ This app is an Direct Adaptation/Modification of [Foxy-Droid](https://github.com
|
||||
|
||||
## Building and Installing
|
||||
|
||||
Specify your Android SDK path either using the `ANDROID_HOME` environment variable, or by filling out the `sdk.dir`
|
||||
Specify your Android SDK path either using the `ANDROID_HOME` environment variable, or by filling
|
||||
out the `sdk.dir`
|
||||
property in `local.properties`.
|
||||
|
||||
Signing can be done automatically using `keystore.properties` as follows:
|
||||
@ -33,8 +35,10 @@ key.alias=key-alias
|
||||
key.password=key-password
|
||||
```
|
||||
|
||||
Run `./gradlew assembleRelease` to build the package, which can be installed using the Android package manager.
|
||||
Run `./gradlew assembleRelease` to build the package, which can be installed using the Android
|
||||
package manager.
|
||||
|
||||
## License
|
||||
|
||||
Droid-ify is available under the terms of the GNU General Public License v3 or later. Copyright © 2020 Iamlooker.
|
||||
Droid-ify is available under the terms of the GNU General Public License v3 or later. Copyright ©
|
||||
2020 Iamlooker.
|
||||
|
@ -1,27 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
cd "`dirname "$0"`"
|
||||
|
||||
dimensions=(mdpi:1 hdpi:1.5 xhdpi:2 xxhdpi:3 xxxhdpi:4)
|
||||
res='../src/main/res'
|
||||
|
||||
cp 'launcher.svg' 'launcher-foreground.svg'
|
||||
inkscape --select circle --verb EditDelete --verb=FileSave --verb=FileQuit \
|
||||
'launcher-foreground.svg'
|
||||
|
||||
for dimension in ${dimensions[@]}; do
|
||||
resource="${dimension%:*}"
|
||||
scale="${dimension#*:}"
|
||||
mkdir -p "$res/mipmap-$resource" "$res/drawable-$resource"
|
||||
size="`bc <<< "48 * $scale"`"
|
||||
inkscape 'launcher.svg' -a 15:15:93:93 -w "$size" -h "$size" \
|
||||
-e "$res/mipmap-$resource/ic_launcher.png"
|
||||
optipng "$res/mipmap-$resource/ic_launcher.png"
|
||||
size="`bc <<< "108 * $scale"`"
|
||||
inkscape 'launcher-foreground.svg' -w "$size" -h "$size" \
|
||||
-e "$res/drawable-$resource/ic_launcher_foreground.png"
|
||||
optipng "$res/drawable-$resource/ic_launcher_foreground.png"
|
||||
done
|
||||
|
||||
rm 'launcher-foreground.svg'
|
@ -1,273 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
style="enable-background:new"
|
||||
id="svg3"
|
||||
version="1.1"
|
||||
viewBox="0 0 108 108"
|
||||
height="108"
|
||||
width="108">
|
||||
<metadata
|
||||
id="metadata55">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs17">
|
||||
<clipPath
|
||||
id="paper-clip"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
id="paper-clip-path"
|
||||
d="m 67.759585,28.469613 -18.355472,18.146485 -21.453125,-4.732422 9.087891,24.064453 25.894536,12.974609 12.37695,-23.86914 -1.93359,-0.66211 z" />
|
||||
</clipPath>
|
||||
<filter
|
||||
id="paper-inner-shadow">
|
||||
<feFlood
|
||||
id="feFlood6"
|
||||
result="flood"
|
||||
flood-color="rgb(0,0,0)"
|
||||
flood-opacity="0.2" />
|
||||
<feComposite
|
||||
id="feComposite8"
|
||||
result="composite1"
|
||||
operator="in"
|
||||
in2="SourceGraphic"
|
||||
in="flood" />
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur10"
|
||||
result="blur"
|
||||
stdDeviation="2"
|
||||
in="composite1" />
|
||||
<feOffset
|
||||
id="feOffset12"
|
||||
result="offset"
|
||||
dy="0"
|
||||
dx="0" />
|
||||
<feComposite
|
||||
id="feComposite14"
|
||||
result="composite2"
|
||||
operator="over"
|
||||
in2="offset"
|
||||
in="SourceGraphic" />
|
||||
</filter>
|
||||
<filter
|
||||
id="paper-edge-1"
|
||||
style="color-interpolation-filters:sRGB">
|
||||
<feFlood
|
||||
id="feFlood958"
|
||||
result="flood"
|
||||
flood-color="rgb(0,0,0)"
|
||||
flood-opacity="0.2" />
|
||||
<feComposite
|
||||
id="feComposite960"
|
||||
result="composite1"
|
||||
operator="out"
|
||||
in2="SourceGraphic"
|
||||
in="flood" />
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur962"
|
||||
result="blur"
|
||||
stdDeviation="0"
|
||||
in="composite1" />
|
||||
<feOffset
|
||||
id="feOffset964"
|
||||
result="offset"
|
||||
dy="0.2"
|
||||
dx="0.2" />
|
||||
<feComposite
|
||||
id="feComposite966"
|
||||
result="composite2"
|
||||
operator="atop"
|
||||
in2="SourceGraphic"
|
||||
in="offset" />
|
||||
</filter>
|
||||
<filter
|
||||
id="paper-edge-2"
|
||||
style="color-interpolation-filters:sRGB">
|
||||
<feFlood
|
||||
id="feFlood1388"
|
||||
result="flood"
|
||||
flood-color="rgb(255,255,255)"
|
||||
flood-opacity="0.2" />
|
||||
<feComposite
|
||||
id="feComposite1390"
|
||||
result="composite1"
|
||||
operator="out"
|
||||
in2="SourceGraphic"
|
||||
in="flood" />
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur1392"
|
||||
result="blur"
|
||||
stdDeviation="0"
|
||||
in="composite1" />
|
||||
<feOffset
|
||||
id="feOffset1394"
|
||||
result="offset"
|
||||
dy="-0.1"
|
||||
dx="0.3" />
|
||||
<feComposite
|
||||
id="feComposite1396"
|
||||
result="composite2"
|
||||
operator="atop"
|
||||
in2="SourceGraphic"
|
||||
in="offset" />
|
||||
</filter>
|
||||
<filter
|
||||
id="paper-shadow"
|
||||
style="color-interpolation-filters:sRGB">
|
||||
<feFlood
|
||||
id="feFlood1506"
|
||||
result="flood"
|
||||
flood-color="rgb(0,0,0)"
|
||||
flood-opacity="0.4" />
|
||||
<feComposite
|
||||
id="feComposite1508"
|
||||
result="composite1"
|
||||
operator="in"
|
||||
in2="SourceGraphic"
|
||||
in="flood" />
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur1510"
|
||||
result="blur"
|
||||
stdDeviation="2"
|
||||
in="composite1" />
|
||||
<feOffset
|
||||
id="feOffset1512"
|
||||
result="offset"
|
||||
dy="0"
|
||||
dx="0" />
|
||||
<feComposite
|
||||
id="feComposite1514"
|
||||
result="composite2"
|
||||
operator="over"
|
||||
in2="offset"
|
||||
in="SourceGraphic" />
|
||||
</filter>
|
||||
<filter
|
||||
id="circle-shadow"
|
||||
style="color-interpolation-filters:sRGB">
|
||||
<feFlood
|
||||
id="feFlood1626"
|
||||
result="flood"
|
||||
flood-color="rgb(255,255,255)"
|
||||
flood-opacity="0.2" />
|
||||
<feComposite
|
||||
id="feComposite1628"
|
||||
result="composite1"
|
||||
operator="out"
|
||||
in2="SourceGraphic"
|
||||
in="flood" />
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur1630"
|
||||
result="blur"
|
||||
stdDeviation="0"
|
||||
in="composite1" />
|
||||
<feOffset
|
||||
id="feOffset1632"
|
||||
result="offset"
|
||||
dy="0.5"
|
||||
dx="0" />
|
||||
<feComposite
|
||||
id="feComposite1634"
|
||||
result="fbSourceGraphic"
|
||||
operator="atop"
|
||||
in2="SourceGraphic"
|
||||
in="offset" />
|
||||
<feFlood
|
||||
in="fbSourceGraphic"
|
||||
result="flood"
|
||||
flood-color="rgb(0,0,0)"
|
||||
flood-opacity="0.2"
|
||||
id="feFlood1640" />
|
||||
<feComposite
|
||||
result="composite1"
|
||||
operator="out"
|
||||
in="flood"
|
||||
id="feComposite1642"
|
||||
in2="fbSourceGraphic" />
|
||||
<feGaussianBlur
|
||||
result="blur"
|
||||
stdDeviation="0"
|
||||
in="composite1"
|
||||
id="feGaussianBlur1644" />
|
||||
<feOffset
|
||||
result="offset"
|
||||
dy="-0.5"
|
||||
dx="0"
|
||||
id="feOffset1646" />
|
||||
<feComposite
|
||||
result="fbSourceGraphic"
|
||||
operator="atop"
|
||||
in="offset"
|
||||
id="feComposite1648"
|
||||
in2="fbSourceGraphic" />
|
||||
<feFlood
|
||||
in="fbSourceGraphic"
|
||||
result="flood"
|
||||
flood-color="rgb(0,0,0)"
|
||||
flood-opacity="0.2"
|
||||
id="feFlood1664" />
|
||||
<feComposite
|
||||
result="composite1"
|
||||
operator="in"
|
||||
in="flood"
|
||||
id="feComposite1666"
|
||||
in2="fbSourceGraphic" />
|
||||
<feGaussianBlur
|
||||
result="blur"
|
||||
stdDeviation="1"
|
||||
in="composite1"
|
||||
id="feGaussianBlur1668" />
|
||||
<feOffset
|
||||
result="offset"
|
||||
dy="1"
|
||||
dx="0"
|
||||
id="feOffset1670" />
|
||||
<feComposite
|
||||
result="composite2"
|
||||
operator="over"
|
||||
in="fbSourceGraphic"
|
||||
id="feComposite1672"
|
||||
in2="offset" />
|
||||
</filter>
|
||||
</defs>
|
||||
<circle
|
||||
r="36"
|
||||
cy="54"
|
||||
cx="54"
|
||||
id="circle"
|
||||
style="fill:#262c38;filter:url(#circle-shadow)" />
|
||||
<g
|
||||
style="filter:url(#paper-shadow)"
|
||||
id="paper-group">
|
||||
<path
|
||||
d="m 67.75836,28.470764 -23.382292,23.115602 -0.0887,1.254642 29.189963,2.017946 z"
|
||||
style="fill:#1976d2"
|
||||
id="paper-4" />
|
||||
<path
|
||||
style="fill:#47a2fc;filter:url(#paper-inner-shadow)"
|
||||
d="m 27.949219,41.884766 9.08789,24.064453 25.894532,12.974609 12.376953,-23.86914 -22.298828,-7.638672 v -0.002 z"
|
||||
clip-path="url(#paper-clip)"
|
||||
id="paper-3" />
|
||||
<path
|
||||
d="m 53.009473,47.414648 -15.970174,18.53113 25.894116,12.97696 z"
|
||||
style="fill:#1976d2;filter:url(#paper-edge-1)"
|
||||
id="paper-2" />
|
||||
<path
|
||||
style="fill:#47a2fc;filter:url(#paper-edge-2)"
|
||||
d="m 53.009766,47.414016 9.923828,31.503906 12.375,-23.865234 z"
|
||||
id="paper-1" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 7.1 KiB |
@ -1,19 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<objectAnimator
|
||||
android:duration="100"
|
||||
android:interpolator="@android:interpolator/decelerate_quad"
|
||||
android:propertyName="alpha"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="1"
|
||||
android:duration="100"
|
||||
android:interpolator="@android:interpolator/decelerate_quad" />
|
||||
android:valueTo="1" />
|
||||
|
||||
<objectAnimator
|
||||
android:duration="175"
|
||||
android:interpolator="@android:interpolator/decelerate_quad"
|
||||
android:propertyName="percentTranslationY"
|
||||
android:valueFrom="0.08"
|
||||
android:valueTo="0"
|
||||
android:duration="175"
|
||||
android:interpolator="@android:interpolator/decelerate_quad" />
|
||||
android:valueTo="0" />
|
||||
|
||||
</set>
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<objectAnimator
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="175" />
|
||||
|
@ -1,20 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<objectAnimator
|
||||
android:propertyName="alpha"
|
||||
android:valueFrom="1"
|
||||
android:valueTo="0"
|
||||
android:startOffset="50"
|
||||
android:duration="75"
|
||||
android:interpolator="@android:interpolator/linear" />
|
||||
android:interpolator="@android:interpolator/linear"
|
||||
android:propertyName="alpha"
|
||||
android:startOffset="50"
|
||||
android:valueFrom="1"
|
||||
android:valueTo="0" />
|
||||
|
||||
<objectAnimator
|
||||
android:duration="125"
|
||||
android:interpolator="@android:interpolator/accelerate_quad"
|
||||
android:propertyName="percentTranslationY"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="0.08"
|
||||
android:duration="125"
|
||||
android:interpolator="@android:interpolator/accelerate_quad" />
|
||||
android:valueTo="0.08" />
|
||||
|
||||
</set>
|
||||
|
@ -1,13 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:state_enabled="false"
|
||||
android:color="@color/accent_default_dark"
|
||||
android:alpha="0.3" />
|
||||
<item android:alpha="0.3" android:color="@color/accent_default_dark" android:state_enabled="false" />
|
||||
|
||||
<item
|
||||
android:color="@color/accent_default_dark" />
|
||||
<item android:color="@color/accent_default_dark" />
|
||||
|
||||
</selector>
|
||||
|
@ -1,13 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:state_enabled="false"
|
||||
android:color="@color/accent_default_light"
|
||||
android:alpha="0.26" />
|
||||
<item android:alpha="0.26" android:color="@color/accent_default_light" android:state_enabled="false" />
|
||||
|
||||
<item
|
||||
android:color="@color/accent_default_light" />
|
||||
<item android:color="@color/accent_default_light" />
|
||||
|
||||
</selector>
|
||||
|
@ -1,13 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:state_enabled="false"
|
||||
android:color="@color/error_default_dark"
|
||||
android:alpha="0.3" />
|
||||
<item android:alpha="0.3" android:color="@color/error_default_dark" android:state_enabled="false" />
|
||||
|
||||
<item
|
||||
android:color="@color/error_default_dark" />
|
||||
<item android:color="@color/error_default_dark" />
|
||||
|
||||
</selector>
|
||||
|
@ -1,13 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:state_enabled="false"
|
||||
android:color="@color/error_default_light"
|
||||
android:alpha="0.26" />
|
||||
<item android:alpha="0.26" android:color="@color/error_default_light" android:state_enabled="false" />
|
||||
|
||||
<item
|
||||
android:color="@color/error_default_light" />
|
||||
<item android:color="@color/error_default_light" />
|
||||
|
||||
</selector>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?attr/colorOnBackground" />
|
||||
<corners android:radius="10dp"/>
|
||||
<corners android:radius="10dp" />
|
||||
</shape>
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="96dp"
|
||||
android:height="96dp"
|
||||
android:viewportWidth="96"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<solid
|
||||
android:angle="0"
|
||||
android:color="@null"/>
|
||||
android:color="@null" />
|
||||
|
||||
<corners android:radius="6dp" />
|
||||
|
||||
|
@ -31,9 +31,9 @@
|
||||
android:id="@+id/fragment_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:paddingHorizontal="10dp"
|
||||
android:paddingTop="10dp"
|
||||
android:layout_weight="1"
|
||||
android:background="?android:attr/colorBackground" />
|
||||
android:background="?android:attr/colorBackground"
|
||||
android:paddingHorizontal="10dp"
|
||||
android:paddingTop="10dp" />
|
||||
|
||||
</com.looker.droidify.widget.FragmentLinearLayout>
|
||||
|
@ -1,20 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:orientation="horizontal"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:background="?android:attr/selectableItemBackground">
|
||||
android:paddingEnd="16dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/icon"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:scaleType="centerInside"
|
||||
android:layout_gravity="center"
|
||||
android:scaleType="centerInside"
|
||||
android:tint="?android:attr/textColorSecondary"
|
||||
android:tintMode="src_in"
|
||||
tools:ignore="ContentDescription" />
|
||||
@ -23,8 +22,8 @@
|
||||
android:id="@+id/text"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:layout_marginStart="32dp"
|
||||
android:layout_weight="1"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="16dp"
|
||||
android:textColor="?android:attr/textColor"
|
||||
|
@ -3,8 +3,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingVertical="8dp"
|
||||
android:paddingHorizontal="16dp">
|
||||
android:paddingHorizontal="16dp"
|
||||
android:paddingVertical="8dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
<background android:drawable="@color/ic_launcher_background" />
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
|
||||
</adaptive-icon>
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
<background android:drawable="@color/ic_launcher_background" />
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
|
||||
</adaptive-icon>
|
@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<item type="id" name="sections_list" />
|
||||
<item type="id" name="divider_configuration" />
|
||||
<item type="id" name="fragment_pager" />
|
||||
<item type="id" name="main_content" />
|
||||
<item type="id" name="preferences_list" />
|
||||
<item type="id" name="toolbar_search" />
|
||||
<item name="sections_list" type="id" />
|
||||
<item name="divider_configuration" type="id" />
|
||||
<item name="fragment_pager" type="id" />
|
||||
<item name="main_content" type="id" />
|
||||
<item name="preferences_list" type="id" />
|
||||
<item name="toolbar_search" type="id" />
|
||||
|
||||
</resources>
|
||||
|
Loading…
x
Reference in New Issue
Block a user