minor theme adjustments and new screen shots
|  | @ -66,8 +66,8 @@ Trackbook uses [osmdroid](https://github.com/osmdroid/osmdroid), which caches ma | |||
| 
 | ||||
| Screenshots (v1.1) | ||||
| ------------------ | ||||
| [<img src="https://user-images.githubusercontent.com/9103935/34250760-22dd45e8-e63e-11e7-8e78-9d928470e92a.png" width="240">](https://user-images.githubusercontent.com/9103935/34250760-22dd45e8-e63e-11e7-8e78-9d928470e92a.png) | ||||
| [<img src="https://user-images.githubusercontent.com/9103935/34250761-22ff00b6-e63e-11e7-974a-47c238d477e0.png" width="240">](https://user-images.githubusercontent.com/9103935/34250761-22ff00b6-e63e-11e7-974a-47c238d477e0.png) | ||||
| [<img src="https://raw.githubusercontent.com/y20k/trackbook/master/fastlane/metadata/en-US/phoneScreenshots/p1.png" width="240">](https://raw.githubusercontent.com/y20k/trackbook/master/fastlane/metadata/en-US/phoneScreenshots/p1.png) | ||||
| [<img src="https://raw.githubusercontent.com/y20k/trackbook/master/fastlane/metadata/en-US/phoneScreenshots/p2.png" width="240">](https://raw.githubusercontent.com/y20k/trackbook/master/fastlane/metadata/en-US/phoneScreenshots/p2.png) | ||||
| 
 | ||||
| [<img src="https://user-images.githubusercontent.com/9103935/34250762-2316aa90-e63e-11e7-9bcb-a230467fc192.png" width="240">](https://user-images.githubusercontent.com/9103935/34250762-2316aa90-e63e-11e7-9bcb-a230467fc192.png) | ||||
| [<img src="https://user-images.githubusercontent.com/9103935/34250763-232f7714-e63e-11e7-92bf-1fda9442e443.png" width="240">](https://user-images.githubusercontent.com/9103935/34250763-232f7714-e63e-11e7-92bf-1fda9442e443.png) | ||||
| [<img src="https://raw.githubusercontent.com/y20k/trackbook/master/fastlane/metadata/en-US/phoneScreenshots/p3.png" width="240">](https://raw.githubusercontent.com/y20k/trackbook/master/fastlane/metadata/en-US/phoneScreenshots/p3.png) | ||||
| [<img src="https://raw.githubusercontent.com/y20k/trackbook/master/fastlane/metadata/en-US/phoneScreenshots/p4.png" width="240">](https://raw.githubusercontent.com/y20k/trackbook/master/fastlane/metadata/en-US/phoneScreenshots/p4.png) | ||||
|  |  | |||
|  | @ -196,6 +196,7 @@ | |||
|             android:background="@color/bottom_navigation_background" | ||||
|             android:clickable="true" | ||||
|             android:focusable="true" | ||||
|             app:elevation="4dp" | ||||
|             app:itemIconTint="@drawable/selector_bottom_navigation" | ||||
|             app:itemTextColor="@drawable/selector_bottom_navigation" | ||||
|             app:layout_constraintBottom_toBottomOf="parent" | ||||
|  |  | |||
|  | @ -5,8 +5,8 @@ | |||
|     <style name="TrackbookAppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> | ||||
| 
 | ||||
|         <!-- Set AppCompat’s colors --> | ||||
|         <item name="colorPrimary">@color/trackbook_red</item> | ||||
|         <item name="colorPrimaryDark">@color/trackbook_white</item> | ||||
|         <item name="colorPrimary">@color/trackbook_grey_dark</item> | ||||
|         <item name="colorPrimaryDark">@color/trackbook_black</item> | ||||
|         <item name="colorAccent">@color/trackbook_blue</item> | ||||
| 
 | ||||
|         <!-- Don't show white status bar --> | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
|     <style name="TrackbookAppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> | ||||
| 
 | ||||
|         <!-- Set AppCompat’s colors --> | ||||
|         <item name="colorPrimary">@color/trackbook_red</item> | ||||
|         <item name="colorPrimary">@color/trackbook_grey_dark</item> | ||||
|         <item name="colorPrimaryDark">@color/trackbook_black</item> | ||||
|         <item name="colorAccent">@color/trackbook_blue</item> | ||||
| 
 | ||||
|  |  | |||
|  | @ -5,8 +5,8 @@ | |||
|     <style name="TrackbookAppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> | ||||
| 
 | ||||
|         <!-- Set AppCompat’s colors --> | ||||
|         <item name="colorPrimary">@color/trackbook_red</item> | ||||
|         <item name="colorPrimaryDark">@color/trackbook_red_dark</item> | ||||
|         <item name="colorPrimary">@color/trackbook_grey</item> | ||||
|         <item name="colorPrimaryDark">@color/trackbook_grey_dark</item> | ||||
|         <item name="colorAccent">@color/trackbook_blue</item> | ||||
| 
 | ||||
|         <!-- Show white status bar --> | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
|     <style name="TrackbookAppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> | ||||
| 
 | ||||
|         <!-- Set AppCompat’s colors --> | ||||
|         <item name="colorPrimary">@color/trackbook_red</item> | ||||
|         <item name="colorPrimary">@color/trackbook_grey</item> | ||||
|         <item name="colorPrimaryDark">@color/trackbook_grey_dark</item> | ||||
|         <item name="colorAccent">@color/trackbook_blue</item> | ||||
| 
 | ||||
|  |  | |||
| Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 128 KiB | 
| Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB | 
| Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB | 
| Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB | 
 y20k
						y20k