updated ignore exceptions nad add project icon to IDE

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-05-14 14:24:26 +02:00
parent 129ea01754
commit 26c3a7baf4
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
5 changed files with 24 additions and 0 deletions

6
.gitignore vendored
View file

@ -33,6 +33,12 @@ captures/
.navigation/
app/gplay/
# IDEA/Android Studio project settings ignore exceptions
!.idea/icon.svg
!.idea/icon.png
!.idea/icon_dark.svg
!.idea/icon_dark.png
# Keystore files
*.jks

BIN
.idea/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

9
.idea/icon.svg Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 1344 1344" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<path d="M673.24,0.001C1043.55,0.662 1344,301.521 1344,672C1344,1042.89 1042.89,1344 672,1344C301.113,1344 0,1042.89 0,672C0,301.15 301.053,0.06 671.846,0L672.154,0L673.24,0.001Z" style="fill:url(#_Linear1);"/>
<path id="path2" d="M671.959,347C493.701,347.003 347.017,493.69 347.017,671.951L347.017,671.96C347.017,850.222 493.701,996.909 671.959,996.912C731.433,996.791 789.748,980.344 840.521,949.372C880.458,965.242 969.914,1012.33 991.205,991.988C1013.45,970.741 965.085,870.743 953.49,833.584C981.82,784.426 996.787,728.695 996.898,671.958C996.895,493.7 850.215,347.016 671.96,347.011L671.959,347ZM671.997,470.543C782.529,470.543 873.483,561.5 873.483,672.035C873.476,782.565 782.524,873.512 671.996,873.512C561.469,873.512 470.517,782.565 470.509,672.035C470.509,561.5 561.464,470.543 671.996,470.543L671.997,470.543Z" style="fill:white;fill-rule:nonzero;"/>
<defs>
<linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1180.66,-1344,1344,1180.66,163.341,1344)"><stop offset="0" style="stop-color:rgb(0,130,201);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(28,175,255);stop-opacity:1"/></linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
.idea/icon_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

9
.idea/icon_dark.svg Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 1344 1344" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<path d="M673.24,0.001C1043.55,0.662 1344,301.521 1344,672C1344,1042.89 1042.89,1344 672,1344C301.113,1344 0,1042.89 0,672C0,301.15 301.053,0.06 671.846,0L672.154,0L673.24,0.001Z" style="fill:url(#_Linear1);"/>
<path id="path2" d="M671.959,347C493.701,347.003 347.017,493.69 347.017,671.951L347.017,671.96C347.017,850.222 493.701,996.909 671.959,996.912C731.433,996.791 789.748,980.344 840.521,949.372C880.458,965.242 969.914,1012.33 991.205,991.988C1013.45,970.741 965.085,870.743 953.49,833.584C981.82,784.426 996.787,728.695 996.898,671.958C996.895,493.7 850.215,347.016 671.96,347.011L671.959,347ZM671.997,470.543C782.529,470.543 873.483,561.5 873.483,672.035C873.476,782.565 782.524,873.512 671.996,873.512C561.469,873.512 470.517,782.565 470.509,672.035C470.509,561.5 561.464,470.543 671.996,470.543L671.997,470.543Z" style="fill:white;fill-rule:nonzero;"/>
<defs>
<linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1180.66,-1344,1344,1180.66,163.341,1344)"><stop offset="0" style="stop-color:rgb(0,130,201);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(28,175,255);stop-opacity:1"/></linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB