Feature collection #19

Open
mwarning wants to merge 24 commits from mwarning/luna-tracker:bottle_time into master
29 changed files with 1395 additions and 296 deletions
Showing only changes of commit 8a2932b1e7 - Show all commits

View File

@@ -6,12 +6,12 @@ plugins {
android {
namespace = "it.danieleverducci.lunatracker"
compileSdk = 34
compileSdk = 36
defaultConfig {
applicationId = "it.danieleverducci.lunatracker"
minSdk = 21
targetSdk = 34
targetSdk = 36
versionCode = 7
versionName = "0.9"

View File

@@ -4,6 +4,11 @@
<style name="Theme.LunaTracker" parent="Theme.AppCompat.NoActionBar">
<item name="colorAccent">@color/accent</item>
<item name="android:textColor">@color/textColor</item>
<!-- make the screen not overlap with the system bars -->
<item name="android:fitsSystemWindows">true</item>
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
</style>
<style name="OverflowMenuText">