mirror of
https://github.com/owenlejeune/TVTime.git
synced 2025-11-08 21:02:44 -05:00
add basis for onboarding flow and some more theming options
This commit is contained in:
@@ -13,15 +13,25 @@
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.TVTime"
|
||||
android:usesCleartextTraffic="true">
|
||||
|
||||
<activity android:name=".AppRoutingActivity"
|
||||
android:exported="true"
|
||||
android:theme="@style/Theme.TVTime">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".OnboardingActivity"
|
||||
android:exported="true"
|
||||
android:theme="@style/Theme.TVTime" />
|
||||
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
android:theme="@style/Theme.TVTime"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
Reference in New Issue
Block a user