minor theme adjustments and new screen shots

master
y20k 2019-02-06 16:46:18 +01:00
parent 358385dc1e
commit 8f63a9ca67
10 changed files with 11 additions and 10 deletions

View File

@ -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)

View File

@ -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"

View File

@ -5,8 +5,8 @@
<style name="TrackbookAppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<!-- Set AppCompats 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 -->

View File

@ -5,7 +5,7 @@
<style name="TrackbookAppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<!-- Set AppCompats 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>

View File

@ -5,8 +5,8 @@
<style name="TrackbookAppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<!-- Set AppCompats 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 -->

View File

@ -5,7 +5,7 @@
<style name="TrackbookAppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<!-- Set AppCompats 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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB