Compare commits

..

3 Commits

2 changed files with 2 additions and 4 deletions

View File

@@ -7,5 +7,5 @@ No new features planned, only updates are to keep the app available on newer And
## Update Notes ## Update Notes
### 2025-07-11 ### 2025-07-11
(This article)[https://sijus.medium.com/resurrecting-a-5-year-old-android-app-a-developers-journey-59d8f5689e5b] [This article](https://sijus.medium.com/resurrecting-a-5-year-old-android-app-a-developers-journey-59d8f5689e5b)
was very helpful in getting this app updated from SDK 25 to 36. was very helpful in getting this app updated from SDK 25 to 36.

View File

@@ -18,13 +18,11 @@
parent="@android:style/Theme.Light.NoTitleBar"> parent="@android:style/Theme.Light.NoTitleBar">
</style> </style>
<style name="CarbUp" parent="Theme.AppCompat.DayNight.DarkActionBar"> <style name="CarbUp" parent="Theme.AppCompat.DayNight.NoActionBar">
<!--
<item name="windowActionBar">false</item> <item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item> <item name="windowNoTitle">true</item>
<item name="android:windowActionBar">false</item> <item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item> <item name="android:windowNoTitle">true</item>
-->
<!-- <!--
<item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item>