File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments