Skip to content

Commit c110f7d

Browse files
committed
fix manifest
1 parent 5273381 commit c110f7d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,28 @@
6666
<category android:name="android.intent.category.LAUNCHER" />
6767
</intent-filter>
6868
</activity>
69+
<activity
70+
android:name=".ToolbarShowcaseActivity"
71+
android:exported="true"
72+
android:label="FastComments Toolbar Showcase"
73+
android:windowSoftInputMode="adjustResize"
74+
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
75+
<intent-filter>
76+
<action android:name="android.intent.action.MAIN" />
77+
<category android:name="android.intent.category.LAUNCHER" />
78+
</intent-filter>
79+
</activity>
80+
<activity
81+
android:name=".FeedExampleCustomButtonsActivity"
82+
android:exported="true"
83+
android:label="FastComments Feed Toolbar Demo"
84+
android:windowSoftInputMode="adjustResize"
85+
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
86+
<intent-filter>
87+
<action android:name="android.intent.action.MAIN" />
88+
<category android:name="android.intent.category.LAUNCHER" />
89+
</intent-filter>
90+
</activity>
6991
</application>
7092

7193
</manifest>

0 commit comments

Comments
 (0)