mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 15:40:14 -04:00

Added DonextV2 module with Compose and Room Set up clean architecture Add DI with Hilt Setup initial database Display task lists on main activity
5 lines
148 B
XML
5 lines
148 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="Theme.DoNext" parent="android:Theme.Material.Light.NoActionBar" />
|
|
</resources> |