v1.10: all widget text white and bold

Make every TextView in both widget layouts fully white (#FFFFFF) with
textStyle=bold — SESSION/WEEKLY labels, session/weekly sub-labels,
status line, and last-updated timestamp.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 21:16:24 +00:00
parent 895a4ff3cd
commit 6f3c5e6ea1
4 changed files with 25 additions and 18 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId = "me.khodak.claudeusage"
minSdk = 26
targetSdk = 34
versionCode = 10
versionName = "1.9"
versionCode = 11
versionName = "1.10"
}
signingConfigs {