OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appcompat
(Results
151 - 175
of
1260
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/support/design/src/android/support/design/widget/
ThemeUtils.java
25
android.support.v7.
appcompat
.R.attr.colorPrimary
33
throw new IllegalArgumentException("You need to use a Theme.
AppCompat
theme "
/frameworks/support/emoji/appcompat/
AndroidManifest.xml
18
package="android.support.text.emoji.
appcompat
">
21
<meta-data android:name="android.support.text.emoji.
appcompat
.VERSION"
/frameworks/support/lifecycle/extensions/src/androidTest/
AndroidManifest.xml
23
android:theme="@style/Base.Theme.
AppCompat
">
27
android:theme="@style/Base.Theme.
AppCompat
"/>
/frameworks/support/samples/Support7Demos/res/layout/
toolbar_usage.xml
30
android:theme="@style/ThemeOverlay.
AppCompat
.Dark.ActionBar"
31
app:popupTheme="@style/ThemeOverlay.
AppCompat
.Light" />
appcompat_widgets_buttons.xml
84
style="@style/Widget.
AppCompat
.Button.Small"/>
90
style="@style/Widget.
AppCompat
.Button.Borderless"/>
96
style="@style/Widget.
AppCompat
.Button.Borderless.Colored"/>
102
style="@style/Widget.
AppCompat
.Button.Colored"/>
109
style="@style/Widget.
AppCompat
.Button.Colored"/>
/frameworks/support/samples/Support7Demos/res/values-v21/
styles.xml
19
<style name="Theme.SampleDrawerLayout" parent="Theme.
AppCompat
.NoActionBar">
28
<style name="CustomPopupNoElevation" parent="@style/Widget.
AppCompat
.Light.PopupMenu">
/frameworks/support/samples/SupportTransitionDemos/res/layout/
scene_usage.xml
29
android:theme="@style/ThemeOverlay.
AppCompat
.Dark.ActionBar"
30
app:popupTheme="@style/ThemeOverlay.
AppCompat
.Light"
/frameworks/support/v7/appcompat/
Android.mk
21
# android-support-v7-
appcompat
\
27
LOCAL_MODULE := android-support-v7-
appcompat
AndroidManifest.xml
17
package="android.support.v7.
appcompat
">
20
<meta-data android:name="android.support.v7.
appcompat
.VERSION"
/frameworks/support/v7/appcompat/res/values-v23/
styles_base_text.xml
19
<style name="Base.TextAppearance.
AppCompat
.Widget.Button.Inverse" parent="android:TextAppearance.Material.Widget.Button.Inverse" />
22
<style name="Base.TextAppearance.
AppCompat
.Widget.ActionBar.Menu" parent="android:TextAppearance.Material.Widget.ActionBar.Menu" />
/frameworks/support/v7/appcompat/res/values-v24/
styles_base_text.xml
19
<style name="Base.TextAppearance.
AppCompat
.Widget.Button.Colored" parent="android:TextAppearance.Material.Widget.Button.Colored" />
21
<style name="Base.TextAppearance.
AppCompat
.Widget.Button.Borderless.Colored" parent="android:TextAppearance.Material.Widget.Button.Borderless.Colored" />
/frameworks/support/v7/appcompat/tests/res/layout/
appcompat_toolbar_activity.xml
30
android:theme="@style/ThemeOverlay.
AppCompat
.Dark.ActionBar"
31
app:popupTheme="@style/ThemeOverlay.
AppCompat
.Light" />
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
AndroidManifest.xml
20
<application android:theme="@style/Theme.
AppCompat
">
24
android:theme="@style/Theme.
AppCompat
.CallComposer"
/packages/apps/Dialer/java/com/android/dialer/main/impl/res/values/
styles.xml
18
<style name="NuiMainActivityTheme" parent="Theme.
AppCompat
.Light.NoActionBar">
24
<style name="AppBarTheme" parent="Theme.
AppCompat
">
/packages/apps/Messaging/res/menu/
attachment_chooser_menu.xml
19
xmlns:
appcompat
="http://schemas.android.com/apk/res-auto"
26
appcompat
:showAsAction="always"/>
vcard_detail_fragment_menu.xml
19
xmlns:
appcompat
="http://schemas.android.com/apk/res-auto" >
26
appcompat
:showAsAction="always"/>
/packages/apps/UnifiedEmail/res/layout/
mail_toolbar_view.xml
25
app:theme="@style/ThemeOverlay.
AppCompat
.Dark.ActionBar"
26
app:popupTheme="@style/ThemeOverlay.
AppCompat
.Light" /
/packages/apps/Car/libs/car-stream-ui-lib/
car-stream-ui-lib.mk
48
# Include support-v7-
appcompat
, if not already included
49
ifeq (,$(findstring android-support-v7-
appcompat
,$(LOCAL_STATIC_JAVA_LIBRARIES)))
50
LOCAL_RESOURCE_DIR += frameworks/support/v7/
appcompat
/res
51
LOCAL_AAPT_FLAGS += --extra-packages android.support.v7.
appcompat
52
LOCAL_STATIC_JAVA_LIBRARIES += android-support-v7-
appcompat
/frameworks/support/design/res/values/
styles.xml
61
<style name="TextAppearance.Design.Tab" parent="TextAppearance.
AppCompat
.Button">
77
<style name="TextAppearance.Design.Hint" parent="TextAppearance.
AppCompat
.Caption">
81
<style name="TextAppearance.Design.Error" parent="TextAppearance.
AppCompat
.Caption">
85
<style name="TextAppearance.Design.Counter" parent="TextAppearance.
AppCompat
.Caption"/>
87
<style name="TextAppearance.Design.Counter.Overflow" parent="TextAppearance.
AppCompat
.Caption">
124
<style name="TextAppearance.Design.CollapsingToolbar.Expanded" parent="TextAppearance.
AppCompat
.Display1">
128
<style name="Animation.Design.BottomSheetDialog" parent="Animation.
AppCompat
.Dialog">
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouterThemeHelper.java
87
android.support.v7.
appcompat
.R.attr.colorPrimary);
97
android.support.v7.
appcompat
.R.attr.colorPrimary);
102
return getThemeColor(context, 0, android.support.v7.
appcompat
.R.attr.colorAccent);
110
android.support.v7.
appcompat
.R.attr.colorPrimary);
112
android.support.v7.
appcompat
.R.attr.colorPrimaryDark);
146
android.support.v7.
appcompat
.R.attr.alertDialogTheme, outValue, true);
154
android.support.v7.
appcompat
.R.attr.isLightTheme, value, true)
/developers/build/prebuilts/gradle/RuntimePermissionsWear/Application/src/main/
AndroidManifest.xml
41
android:theme="@style/Theme.
AppCompat
.Light">
55
android:theme="@style/Theme.
AppCompat
.Light.NoActionBar" >
61
android:theme="@style/Theme.
AppCompat
.Light.NoActionBar" >
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/
AndroidManifest.xml
41
android:theme="@style/Theme.
AppCompat
.Light">
55
android:theme="@style/Theme.
AppCompat
.Light.NoActionBar" >
61
android:theme="@style/Theme.
AppCompat
.Light.NoActionBar" >
/development/samples/browseable/RuntimePermissionsWear/Application/
AndroidManifest.xml
41
android:theme="@style/Theme.
AppCompat
.Light">
55
android:theme="@style/Theme.
AppCompat
.Light.NoActionBar" >
61
android:theme="@style/Theme.
AppCompat
.Light.NoActionBar" >
/packages/apps/Car/libs/car-stream-ui-lib/res/values/
themes.xml
17
<style name="CarDrawerActivityTheme" parent="Theme.
AppCompat
.Light.NoActionBar">
22
<style name="DrawerArrowStyle" parent="Widget.
AppCompat
.DrawerArrowToggle">
33
<style name="CarSearchView" parent="Widget.
AppCompat
.SearchView">
/packages/apps/Contacts/
Android.mk
22
$(support_library_root_dir)/v7/
appcompat
/res \
33
--extra-packages android.support.v7.
appcompat
\
42
android-support-v7-
appcompat
\
Completed in 1594 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>