diff --git a/README.md b/README.md index d038814..eaf92f7 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ # WeatherArtist + +## 一个简单的天气应用,实现部分 Material Design 特性 ++ Material Theme ++ FAB ++ Ripple ++ Elevation and shadows + +## 截图 +![天气主界面](https://raw.githubusercontent.com/nicktogo/WeatherArtist/master/screenshots/main_window.png) +![省/区级列表](https://raw.githubusercontent.com/nicktogo/WeatherArtist/master/screenshots/province_list.png) +![市级列表](https://raw.githubusercontent.com/nicktogo/WeatherArtist/master/screenshots/country_list.png) +![县级列表](https://raw.githubusercontent.com/nicktogo/WeatherArtist/master/screenshots/county_list.png) diff --git a/screenshots/country_list.png b/screenshots/country_list.png new file mode 100644 index 0000000..ec74613 Binary files /dev/null and b/screenshots/country_list.png differ diff --git a/screenshots/county_list.png b/screenshots/county_list.png new file mode 100644 index 0000000..74fc4c4 Binary files /dev/null and b/screenshots/county_list.png differ diff --git a/screenshots/main_window.png b/screenshots/main_window.png new file mode 100644 index 0000000..2f5593d Binary files /dev/null and b/screenshots/main_window.png differ diff --git a/screenshots/province_list.png b/screenshots/province_list.png new file mode 100644 index 0000000..03a08fe Binary files /dev/null and b/screenshots/province_list.png differ