First Commit
12
app/src/main/res/drawable/card_background.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners
|
||||
android:radius="3dp" />
|
||||
<stroke
|
||||
android:color="@android:color/white"
|
||||
android:width="2dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
9
app/src/main/res/drawable/circle_background.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<solid
|
||||
android:color="@color/black_30" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
BIN
app/src/main/res/drawable/clear_day.png
Executable file
After Width: | Height: | Size: 11 KiB |
BIN
app/src/main/res/drawable/clear_night.png
Executable file
After Width: | Height: | Size: 10 KiB |
BIN
app/src/main/res/drawable/cloudy_weather.png
Executable file
After Width: | Height: | Size: 10 KiB |
11
app/src/main/res/drawable/dark_card_background.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners
|
||||
android:radius="3dp" />
|
||||
<solid
|
||||
android:color="@color/black_30"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
12
app/src/main/res/drawable/gradient_background.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape>
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:startColor="@color/colorNightDark"
|
||||
android:endColor="@color/colorPrimary"
|
||||
android:type="linear" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
BIN
app/src/main/res/drawable/haze_day.png
Executable file
After Width: | Height: | Size: 14 KiB |
BIN
app/src/main/res/drawable/haze_night.png
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
app/src/main/res/drawable/haze_weather.png
Executable file
After Width: | Height: | Size: 12 KiB |
113
app/src/main/res/drawable/ic_launcher_background.xml
Normal file
@ -0,0 +1,113 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportHeight="108.0"
|
||||
android:viewportWidth="108.0">
|
||||
<path
|
||||
android:fillColor="#26A69A"
|
||||
android:pathData="M0,0h108v108h-108z"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,0L19,108"
|
||||
android:strokeColor="#33FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M9,0L9,108"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M39,0L39,108"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M29,0L29,108"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M59,0L59,108"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M49,0L49,108"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M79,0L79,108"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M69,0L69,108"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M89,0L89,108"
|
||||
android:strokeColor="#33FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M99,0L99,108"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,89L108,89"
|
||||
android:strokeColor="#33FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,99L108,99"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,69L108,69"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,79L108,79"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,49L108,49"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,59L108,59"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,29L108,29"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,39L108,39"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,19L108,19"
|
||||
android:strokeColor="#33FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,9L108,9"
|
||||
android:strokeColor="#66FFFFFF"
|
||||
android:strokeWidth="0.8" />
|
||||
</vector>
|
||||
|
BIN
app/src/main/res/drawable/mostly_cloudy.png
Executable file
After Width: | Height: | Size: 19 KiB |
BIN
app/src/main/res/drawable/mostly_cloudy_night.png
Executable file
After Width: | Height: | Size: 17 KiB |
BIN
app/src/main/res/drawable/partly_cloudy.png
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
app/src/main/res/drawable/partly_cloudy_night.png
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
app/src/main/res/drawable/rain_snow.png
Executable file
After Width: | Height: | Size: 14 KiB |
BIN
app/src/main/res/drawable/rain_snow_day.png
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
app/src/main/res/drawable/rain_snow_night.png
Executable file
After Width: | Height: | Size: 17 KiB |
BIN
app/src/main/res/drawable/rainy_day.png
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
app/src/main/res/drawable/rainy_night.png
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
app/src/main/res/drawable/rainy_weather.png
Executable file
After Width: | Height: | Size: 14 KiB |
BIN
app/src/main/res/drawable/showcase.png
Executable file
After Width: | Height: | Size: 48 KiB |
BIN
app/src/main/res/drawable/snow_day.png
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
app/src/main/res/drawable/snow_night.png
Executable file
After Width: | Height: | Size: 17 KiB |
BIN
app/src/main/res/drawable/snow_weather.png
Executable file
After Width: | Height: | Size: 14 KiB |
BIN
app/src/main/res/drawable/storm_weather.png
Executable file
After Width: | Height: | Size: 14 KiB |
BIN
app/src/main/res/drawable/storm_weather_day.png
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
app/src/main/res/drawable/storm_weather_night.png
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
app/src/main/res/drawable/thunder_day.png
Executable file
After Width: | Height: | Size: 13 KiB |
BIN
app/src/main/res/drawable/thunder_night.png
Executable file
After Width: | Height: | Size: 14 KiB |
BIN
app/src/main/res/drawable/thunder_weather.png
Executable file
After Width: | Height: | Size: 12 KiB |
BIN
app/src/main/res/drawable/unknown.png
Executable file
After Width: | Height: | Size: 20 KiB |
BIN
app/src/main/res/drawable/windy_day.png
Executable file
After Width: | Height: | Size: 13 KiB |
BIN
app/src/main/res/drawable/windy_night.png
Executable file
After Width: | Height: | Size: 14 KiB |
BIN
app/src/main/res/drawable/windy_weather.png
Executable file
After Width: | Height: | Size: 12 KiB |