Skip to content

Commit

Permalink
wip: stash last night's work
Browse files Browse the repository at this point in the history
  • Loading branch information
Vehmloewff committed Oct 30, 2024
1 parent 2234d01 commit 9ccdddb
Show file tree
Hide file tree
Showing 33 changed files with 2,710 additions and 4,140 deletions.
401 changes: 202 additions & 199 deletions app/src/main/java/com/example/objectionapp/Bridge.kt

Large diffs are not rendered by default.

236 changes: 0 additions & 236 deletions app/src/main/java/com/example/objectionapp/CardView.kt

This file was deleted.

2 changes: 2 additions & 0 deletions app/src/main/java/com/example/objectionapp/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ val lightBackgroundColor = Color(red = 240, green = 240, blue = 255)
val darkBackgroundColor = Color(red = 12, green = 12, blue = 20)
val lightForegroundColor = Color(red = 12, green = 12, blue = 20)
val darkForegroundColor = Color(red = 240, green = 240, blue = 255)
val lightLoaderColor = Color(red = 240, green = 40, blue = 40)
val darkLoaderColor = Color(red = 240, green = 40, blue = 40)

val defaultThemeId = "theme_default"
val defaultLayoutId = "layout_default"
Loading

0 comments on commit 9ccdddb

Please sign in to comment.