Kirill Grouchnikov | 394c427 | 2015-12-21 14:09:23 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2015 The Android Open Source Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | xmlns:tools="http://schemas.android.com/tools" |
| 19 | package="android.support.design.test"> |
| 20 | |
| 21 | <uses-sdk |
Kirill Grouchnikov | df15399 | 2016-05-04 16:55:20 -0400 | [diff] [blame] | 22 | android:minSdkVersion="9" |
Kirill Grouchnikov | c554016 | 2016-02-11 13:51:17 -0800 | [diff] [blame] | 23 | android:targetSdkVersion="23" |
Chris Banes | f6c82b6 | 2016-01-13 16:38:59 +0000 | [diff] [blame] | 24 | tools:overrideLibrary="android.support.test, android.app, android.support.test.rule, |
| 25 | android.support.test.espresso, android.support.test.espresso.idling"/> |
Kirill Grouchnikov | 394c427 | 2015-12-21 14:09:23 -0500 | [diff] [blame] | 26 | |
Kirill Grouchnikov | c554016 | 2016-02-11 13:51:17 -0800 | [diff] [blame] | 27 | <application |
| 28 | android:supportsRtl="true" |
Chris Banes | 964604e | 2016-11-22 19:42:14 +0000 | [diff] [blame] | 29 | android:theme="@style/Theme.Design"> |
Kirill Grouchnikov | 394c427 | 2015-12-21 14:09:23 -0500 | [diff] [blame] | 30 | <uses-library android:name="android.test.runner"/> |
| 31 | |
| 32 | <activity |
| 33 | android:theme="@style/Theme.AppCompat.NoActionBar" |
| 34 | android:name="android.support.design.widget.TabLayoutWithViewPagerActivity"/> |
| 35 | |
Chris Banes | bfd48d0 | 2016-01-06 10:21:56 +0000 | [diff] [blame] | 36 | <activity |
| 37 | android:theme="@style/Theme.AppCompat.NoActionBar" |
Kirill Grouchnikov | 7b7e3bf | 2016-02-11 11:28:04 -0800 | [diff] [blame] | 38 | android:name="android.support.design.widget.SnackbarActivity"/> |
Chris Banes | bfd48d0 | 2016-01-06 10:21:56 +0000 | [diff] [blame] | 39 | |
Yuichi Araki | 48cd60a | 2016-01-12 15:48:59 +0900 | [diff] [blame] | 40 | <activity |
Chris Banes | 27705d3 | 2016-06-22 12:01:43 +0100 | [diff] [blame] | 41 | android:theme="@style/Theme.TranslucentNavBar" |
| 42 | android:name="android.support.design.widget.SnackbarActivityWithTranslucentNavBar"/> |
| 43 | |
| 44 | <activity |
Chris Banes | b6b4a30 | 2016-06-28 13:06:35 +0100 | [diff] [blame] | 45 | android:theme="@style/Theme.AppCompat.NoActionBar" |
| 46 | android:name="android.support.design.widget.SnackbarActivityWithFAB"/> |
| 47 | |
| 48 | <activity |
Chris Banes | 1363335 | 2016-05-25 14:35:52 +0100 | [diff] [blame] | 49 | android:theme="@style/Theme.TranslucentStatus" |
Kirill Grouchnikov | 5ee7b3d | 2016-02-12 16:30:03 -0800 | [diff] [blame] | 50 | android:name="android.support.design.widget.DynamicCoordinatorLayoutActivity"/> |
Chris Banes | 50f777a | 2016-02-25 16:29:55 +0000 | [diff] [blame] | 51 | |
| 52 | <activity |
Chris Banes | 1363335 | 2016-05-25 14:35:52 +0100 | [diff] [blame] | 53 | android:theme="@style/Theme.AppCompat.NoActionBar" |
| 54 | android:name="android.support.design.widget.TabLayoutPoolingActivity"/> |
Chris Banes | 8454939 | 2016-02-26 10:08:28 +0000 | [diff] [blame] | 55 | |
| 56 | <activity |
Chris Banes | 50f777a | 2016-02-25 16:29:55 +0000 | [diff] [blame] | 57 | android:theme="@style/Theme.AppCompat.NoActionBar" |
Yuichi Araki | 48cd60a | 2016-01-12 15:48:59 +0900 | [diff] [blame] | 58 | android:name="android.support.design.widget.BottomSheetBehaviorActivity"/> |
| 59 | |
Chris Banes | 4cc50ca | 2016-01-05 18:15:20 +0000 | [diff] [blame] | 60 | <activity |
Yuichi Araki | a61e979 | 2016-03-22 20:04:43 +0900 | [diff] [blame] | 61 | android:theme="@style/Theme.AppCompat.NoActionBar" |
| 62 | android:name="android.support.design.widget.BottomSheetBehaviorWithInsetsActivity"/> |
| 63 | |
| 64 | <activity |
Yuichi Araki | 3bd9d18 | 2016-02-26 15:26:15 +0900 | [diff] [blame] | 65 | android:theme="@style/Theme.AppCompat.NoActionBar" |
| 66 | android:name="android.support.design.widget.BottomSheetDialogActivity"/> |
| 67 | |
| 68 | <activity |
Yuichi Araki | 1dbdc6b | 2016-04-18 13:21:56 +0900 | [diff] [blame] | 69 | android:theme="@style/Theme.AppCompat.NoActionBar" |
| 70 | android:name="android.support.design.widget.CoordinatorLayoutActivity"/> |
| 71 | |
| 72 | <activity |
Chris Banes | d95e0bb | 2016-02-24 10:00:40 +0000 | [diff] [blame] | 73 | android:name="android.support.design.widget.FloatingActionButtonActivity" |
| 74 | android:theme="@style/Theme.AppCompat.Light.NoActionBar"/> |
| 75 | |
| 76 | <activity |
Kirill Grouchnikov | c10ba25 | 2016-01-25 17:19:00 -0500 | [diff] [blame] | 77 | android:theme="@style/Theme.AppCompat.NoActionBar" |
| 78 | android:name="android.support.design.widget.NavigationViewActivity"/> |
| 79 | |
| 80 | <activity |
Aurimas Liutikas | e17fd0d | 2016-06-21 14:34:10 -0700 | [diff] [blame] | 81 | android:theme="@style/Theme.AppCompat.NoActionBar" |
| 82 | android:name="android.support.design.widget.BottomNavigationViewActivity"/> |
| 83 | |
| 84 | <activity |
Chris Banes | 9ba4dbe | 2016-02-25 15:38:42 +0000 | [diff] [blame] | 85 | android:theme="@style/Theme.AppCompat.NoActionBar" |
| 86 | android:name="android.support.design.widget.TextInputLayoutActivity"/> |
| 87 | |
| 88 | <activity |
Chris Banes | 4cc50ca | 2016-01-05 18:15:20 +0000 | [diff] [blame] | 89 | android:name="android.support.v7.app.AppCompatActivity"/> |
| 90 | |
Chris Banes | 2bab57e | 2016-12-13 15:41:14 +0000 | [diff] [blame] | 91 | <activity |
| 92 | android:name="android.support.design.widget.AppBarLayoutCollapsePinTestActivity" |
| 93 | android:theme="@style/Theme.TranslucentStatus"/> |
| 94 | |
Kirill Grouchnikov | 394c427 | 2015-12-21 14:09:23 -0500 | [diff] [blame] | 95 | </application> |
| 96 | |
| 97 | <instrumentation |
| 98 | android:name="android.test.InstrumentationTestRunner" |
| 99 | android:targetPackage="android.support.design.test"/> |
| 100 | |
| 101 | </manifest> |