feat: scaffold Android project with dependencies

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 00:49:16 -04:00
parent 806ce23254
commit 2a9b21b67f
17 changed files with 621 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<!-- Radio tower / antenna icon -->
<path
android:fillColor="#00000000"
android:strokeColor="#000000"
android:strokeWidth="1.5"
android:strokeLineCap="round"
android:pathData="M12,2 L12,22 M4,8 L20,8 M6,14 L18,14 M8,20 L16,20" />
</vector>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">24/7 Radio</string>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Radio247" parent="Theme.Material3.DayNight.NoActionBar" />
</resources>