OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textcolor
(Results
301 - 325
of
1318
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/DeskClock/res/layout/
desk_clock_saver.xml
48
android:
textColor
="@color/clock_white"
76
android:
textColor
="@color/clock_white"
90
android:
textColor
="@color/clock_gray"
/packages/apps/DeskClock/res/values-v21/
styles.xml
41
<item name="android:
textColor
">@color/black_54p</item>
46
<item name="android:
textColor
">@color/black_54p</item>
50
<item name="android:
textColor
">@color/black_87p</item>
/packages/apps/Dialer/InCallUI/res/layout/
caller_in_conference.xml
50
android:
textColor
="@color/conference_call_manager_caller_name_text_color"
70
android:
textColor
="@color/conference_call_manager_secondary_text_color"
80
android:
textColor
="@color/conference_call_manager_secondary_text_color"
secondary_call_info.xml
67
android:
textColor
="@color/incall_banner_secondary_text_color"
83
android:
textColor
="@color/incall_banner_secondary_text_color"
99
android:
textColor
="@color/incall_banner_secondary_text_color"
primary_call_info.xml
46
android:
textColor
="@color/incall_call_banner_background_color"
100
android:
textColor
="@color/incall_accent_color"
176
android:
textColor
="@color/incall_call_banner_subtext_color"
189
android:
textColor
="@color/incall_call_banner_subtext_color"
203
android:
textColor
="@color/incall_call_banner_subtext_color"
216
android:
textColor
="@color/incall_call_banner_text_color"
/packages/apps/Dialer/res/layout/
call_detail_header.xml
50
android:
textColor
="?attr/call_log_primary_text_color"
61
android:
textColor
="?attr/call_log_secondary_text_color"
70
android:
textColor
="?attr/call_log_secondary_text_color"
/packages/apps/Gallery2/res/layout/
filtershow_info_panel.xml
44
android:
textColor
="#80ffffff"
55
android:
textColor
="#80ffffff"
94
android:
textColor
="#fff"
/packages/apps/Gallery2/res/values/
filtershow_styles.xml
26
<item name="android:
textColor
">@android:color/white</item>
37
<item name="android:
textColor
">@android:color/white</item>
49
<item name="android:
textColor
">@android:color/white</item>
styles.xml
72
<item name="android:
textColor
">@android:color/primary_text_dark</item>
82
<item name="android:
textColor
">@android:color/secondary_text_dark</item>
111
<item name="android:
textColor
">@color/primary_text</item>
123
<item name="android:
textColor
">@color/primary_text</item>
145
<item name="android:
textColor
">@android:color/white</item>
176
<item name="android:
textColor
">@android:color/white</item>
185
<item name="android:
textColor
">@android:color/white</item>
209
<item name="android:
textColor
">@color/holo_blue_light</item>
215
<item name="android:
textColor
">@color/primary_text</item>
242
<item name="android:
textColor
">@color/popup_title_color</item
[
all
...]
/packages/apps/Music/res/layout/
audiopreview.xml
36
android:
textColor
="#ffffffff" />
68
android:
textColor
="#ffffffff" />
76
android:
textColor
="#ffffffff" />
/packages/apps/PackageInstaller/res/values-watch/
themes.xml
34
<item name="android:
textColor
">@color/grant_permissions_progress_color</item>
40
<item name="android:
textColor
">@color/grant_permissions_title_color</item>
46
<item name="android:
textColor
">#FFFFFF</item>
/packages/apps/Settings/res/layout/
battery_history_detail.xml
36
android:
textColor
="?android:attr/colorAccent" />
44
android:
textColor
="?android:attr/textColorSecondary" />
53
settings:
textColor
="?android:attr/textColorSecondary" />
multi_sim_dialog.xml
47
android:
textColor
="@android:color/black"
85
android:
textColor
="@android:color/black"
113
android:
textColor
="@android:color/black"
running_processes_item.xml
60
android:
textColor
="?android:attr/textColorSecondary" />
74
android:
textColor
="?android:attr/textColorSecondary"
83
android:
textColor
="?android:attr/textColorSecondary" />
/packages/apps/TV/res/layout/
menu_card_app_link.xml
51
android:
textColor
="@color/card_meta_text_color_enabled"
69
android:
textColor
="@color/card_meta_text_color"
81
android:
textColor
="@color/card_meta_text_color"
menu_card_channel.xml
55
android:
textColor
="@color/card_meta_text_color_enabled"
85
android:
textColor
="@color/card_meta_text_color"
97
android:
textColor
="@color/card_meta_text_color"
/packages/apps/TvSettings/Settings/res/layout/
lb_dialog_content.xml
52
android:
textColor
="@color/lb_content_title_text_color"
65
android:
textColor
="@color/lb_content_breadcrumb_text_color"
79
android:
textColor
="@color/lb_content_description_text_color"
/packages/inputmethods/OpenWnn/res/layout/
user_dictionary_tools_list.xml
28
android:
textColor
="?android:attr/textColorPrimary"/>
66
android:
textColor
="?android:attr/textColorTertiary"
79
android:
textColor
="?android:attr/textColorTertiary"
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java
207
ResourceValue
textColor
= res.findItemInStyle(textStyle, "
textColor
",
209
textColor
= res.resolveResValue(
textColor
);
210
if (
textColor
!= null) {
212
textColor
, bridgeContext);
/frameworks/support/design/tests/src/android/support/design/testutils/
TestUtilsMatchers.java
113
public static Matcher withTextColor(final @ColorInt int
textColor
) {
125
if (ourTextColor !=
textColor
) {
131
int expectedAlpha = Color.alpha(
textColor
);
132
int expectedRed = Color.red(
textColor
);
133
int expectedGreen = Color.green(
textColor
);
134
int expectedBlue = Color.blue(
textColor
);
/packages/apps/Launcher2/res/values/
styles.xml
43
<item name="android:
textColor
">#49C0EC</item>
52
<item name="android:
textColor
">#FFFFFF</item>
67
<item name="android:
textColor
">@color/workspace_icon_text_color</item>
150
<item name="android:
textColor
">#FFFFFFFF</item>
167
<item name="android:
textColor
">?android:attr/textColorPrimary</item>
181
<item name="android:
textColor
">@color/workspace_all_apps_and_delete_zone_text_color</item>
/developers/build/prebuilts/androidtv/leanback/app/src/main/res/layout/
player_activity.xml
59
android:
textColor
="@color/white" />
70
android:
textColor
="@color/white" />
/developers/build/prebuilts/gradle/AgendaData/Application/src/main/res/layout/
main.xml
49
android:
textColor
="@android:color/white"
60
android:
textColor
="@android:color/white"
/developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/res/layout/
fingerprint_dialog_backup.xml
39
android:
textColor
="?android:attr/textColorSecondary" />
48
android:
textColor
="?android:attr/textColorSecondary" />
fingerprint_dialog_content.xml
34
android:
textColor
="?android:attr/textColorSecondary"/>
57
android:
textColor
="@color/hint_color" />
Completed in 3874 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>