added layout preview for startingactivity

This commit is contained in:
wildercayden
2026-07-03 23:44:25 -04:00
parent 1bb3ef86b5
commit 0b4045f6c1
42 changed files with 341 additions and 20 deletions

View File

@@ -8,10 +8,13 @@
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:roundIcon="@drawable/ic_launcher_background"
android:supportsRtl="true"
android:largeHeap="true"
android:theme="@style/Theme.Generator">
<activity
android:name=".StartingPreview"
android:exported="false" />
<activity
android:name=".makeActivity"
android:exported="false" />