Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
goingson
main
tag: launch-2026-06-01
tag: v0.5.0
Files
Commits
Tags
Notes
Issues
goingson
/
src-tauri
/
gen
/
android
/
app
/
src
/
main
/
res
/
values-night
/
themes.xml
263 B · 7 lines
History
Blame
Raw
1
<
resources
xmlns
:
tools
=
"
http://schemas.android.com/tools
"
>
2
<!--
Base application theme.
-->
3
<
style
name
=
"
Theme.goingson_desktop
"
parent
=
"
Theme.MaterialComponents.DayNight.NoActionBar
"
>
4
<!--
Customize your theme here.
-->
5
</
style
>
6
</
resources
>
7