Skip to content

Commit 5112fc9

Browse files
committed
feat: Samples: Custom Slots & Theming
1 parent 8070632 commit 5112fc9

File tree

3 files changed

+874
-2
lines changed

3 files changed

+874
-2
lines changed

composeapp/src/main/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
android:label="Low-Level API Demo"
5151
android:exported="false"
5252
android:theme="@style/Theme.FirebaseUIAndroid" />
53+
54+
<activity
55+
android:name=".CustomSlotsThemingDemoActivity"
56+
android:label="Custom Slots &amp; Theming Demo"
57+
android:exported="false"
58+
android:theme="@style/Theme.FirebaseUIAndroid" />
5359
</application>
5460

5561
</manifest>

0 commit comments

Comments
 (0)