FAQ activity
FAq rv and adapter Woka support Activity for both kind of user Viewmodel architecture for activity Integration of woka support both apis
This commit is contained in:
@@ -16,10 +16,15 @@
|
||||
android:theme="@style/Theme.Woka"
|
||||
tools:targetApi="31">
|
||||
<activity
|
||||
android:name=".home.sidebar.FaqActivity"
|
||||
android:exported="false" />
|
||||
android:name=".home.sidebar.support.SupportActivity"
|
||||
android:exported="false"
|
||||
android:screenOrientation="portrait" />
|
||||
<activity
|
||||
android:name=".home.sidebar.AboutActivity"
|
||||
android:name=".home.sidebar.faqs.FaqActivity"
|
||||
android:exported="false"
|
||||
android:screenOrientation="portrait" />
|
||||
<activity
|
||||
android:name=".home.sidebar.aboutwoka.AboutActivity"
|
||||
android:exported="false"
|
||||
android:screenOrientation="portrait" />
|
||||
<activity
|
||||
|
||||
Reference in New Issue
Block a user