diff options
Diffstat (limited to 'samples/SupportDesignDemos/AndroidManifest.xml')
-rw-r--r-- | samples/SupportDesignDemos/AndroidManifest.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/SupportDesignDemos/AndroidManifest.xml b/samples/SupportDesignDemos/AndroidManifest.xml index ac7a0333f..1c99d4996 100644 --- a/samples/SupportDesignDemos/AndroidManifest.xml +++ b/samples/SupportDesignDemos/AndroidManifest.xml @@ -190,5 +190,14 @@ </intent-filter> </activity> + <activity android:name=".widget.BottomSheetUsage" + android:label="@string/design_bottomsheet" + android:theme="@style/Theme.Design"> + <intent-filter> + <action android:name="android.intent.action.MAIN" /> + <category android:name="com.example.android.support.design.SAMPLE_CODE" /> + </intent-filter> + </activity> + </application> </manifest> |