OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textcolor
(Results
51 - 75
of
1318
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Calendar/res/layout/
event_info_headline.xml
42
android:
textColor
="@color/event_info_headline_color"
65
android:
textColor
="@color/event_info_headline_color" />
75
android:
textColor
="@color/event_info_headline_color" />
84
android:
textColor
="@color/event_info_headline_color" />
96
android:
textColor
="@color/event_info_headline_color"
106
android:
textColor
="@color/event_info_headline_transparent_color"
119
android:
textColor
="@color/event_info_headline_color"
/packages/apps/Gallery/res/layout/
detailsview.xml
63
android:
textColor
="?android:attr/textColorPrimary"/>
75
android:
textColor
="?android:attr/textColorPrimary"/>
86
android:
textColor
="?android:attr/textColorPrimary"/>
97
android:
textColor
="?android:attr/textColorPrimary"/>
108
android:
textColor
="?android:attr/textColorPrimary"/>
119
android:
textColor
="?android:attr/textColorPrimary"/>
130
android:
textColor
="?android:attr/textColorPrimary"/>
141
android:
textColor
="?android:attr/textColorPrimary"/>
150
android:
textColor
="?android:attr/textColorPrimary"/>
159
android:
textColor
="?android:attr/textColorPrimary"/
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
TextSampleEntry.java
271
int[]
textColor
= new int[]{0xff, 0xff, 0xff, 0xff};
279
textColor
= new int[4];
280
textColor
[0] = IsoTypeReader.readUInt8(in);
281
textColor
[1] = IsoTypeReader.readUInt8(in);
282
textColor
[2] = IsoTypeReader.readUInt8(in);
283
textColor
[3] = IsoTypeReader.readUInt8(in);
293
IsoTypeWriter.writeUInt8(bb,
textColor
[0]);
294
IsoTypeWriter.writeUInt8(bb,
textColor
[1]);
295
IsoTypeWriter.writeUInt8(bb,
textColor
[2]);
296
IsoTypeWriter.writeUInt8(bb,
textColor
[3])
[
all
...]
/external/replicaisland/res/layout/
game_over.xml
15
<TextView android:text="@string/game_results_title" android:layout_height="wrap_content" android:textSize="40sp" android:layout_width="wrap_content" android:layout_gravity="center_horizontal" android:
textColor
="#000000" android:textStyle="bold" android:typeface="serif"/>
17
<TextView android:text="@string/game_results_pearls_collected" android:layout_height="wrap_content" android:layout_width="wrap_content" android:
textColor
="#000000" android:textStyle="bold" android:typeface="serif" android:textSize="20sp"/>
26
android:
textColor
="#000000" android:textStyle="bold"
30
<TextView android:text="@string/game_results_robots_destroyed" android:layout_height="wrap_content" android:layout_width="wrap_content" android:textSize="20sp" android:
textColor
="#000000" android:textStyle="bold" android:typeface="serif"/>
37
android:
textColor
="#000000" android:textStyle="bold"
41
<TextView android:text="@string/game_results_total_play_time" android:layout_height="wrap_content" android:layout_width="wrap_content" android:textSize="20sp" android:
textColor
="#000000" android:textStyle="bold" android:typeface="serif"/>
49
android:
textColor
="#000000" android:textStyle="bold"
53
<TextView android:text="@string/game_results_ending" android:layout_height="wrap_content" android:layout_width="wrap_content" android:textSize="20sp" android:
textColor
="#000000" android:textStyle="bold" android:typeface="serif"/>
54
<TextView android:id ="@+id/ending" android:text="@string/game_results_kabocha_ending" android:layout_height="wrap_content" android:layout_width="fill_parent" android:
textColor
="#000000" android:textStyle="bold" android:typeface="serif" android:gravity="right" android:textSize="15sp" android:layout_gravity="right|center_vertical"/>
57
<TextView android:text="@string/game_results_unlocks_message" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:
textColor
="#000000" android:textStyle="bold" android:typeface="serif" android:textSize="16sp" android:gravit (…)
[
all
...]
/packages/apps/Messaging/res/values/
styles.xml
86
<item name="android:
textColor
">@color/action_bar_title_text_color</item>
105
<item name="android:
textColor
">@color/message_text</item>
115
<item name="android:
textColor
">@color/message_title_text</item>
120
<item name="android:
textColor
">@color/message_info_text</item>
124
<item name="android:
textColor
">@color/compose_send_text_color</item>
146
<item name="android:
textColor
">@color/contact_list_text_primary</item>
152
<item name="android:
textColor
">@color/contact_list_text_secondary</item>
166
<item name="android:
textColor
">@color/compose_contact_text</item>
174
<item name="android:
textColor
">@color/tab_text_color</item>
182
<item name="android:
textColor
">@color/contact_list_alphabet_header</item
[
all
...]
/frameworks/support/v7/appcompat/res/values-v11/
styles_base_text.xml
21
<item name="android:
textColor
">?android:attr/textColorPrimaryInverse</item>
28
<item name="android:
textColor
">?android:attr/textColorPrimaryInverse</item>
37
<item name="android:
textColor
">?android:attr/textColorPrimaryInverse</item>
44
<item name="android:
textColor
">?android:attr/textColorPrimaryInverse</item>
51
<item name="android:
textColor
">?android:attr/textColorSecondaryInverse</item>
58
<item name="android:
textColor
">?android:attr/textColorTertiaryInverse</item>
/packages/apps/DeskClock/res/layout/
world_clock_remote_list_item.xml
40
android:
textColor
="@color/clock_white"
57
android:
textColor
="@color/clock_white" />
68
android:
textColor
="@color/clock_gray" />
85
android:
textColor
="@color/clock_white"
103
android:
textColor
="@color/clock_white" />
114
android:
textColor
="@color/clock_gray" />
/prebuilts/sdk/current/support/v7/appcompat/res/values-v11/
styles_base_text.xml
21
<item name="android:
textColor
">?android:attr/textColorPrimaryInverse</item>
28
<item name="android:
textColor
">?android:attr/textColorPrimaryInverse</item>
37
<item name="android:
textColor
">?android:attr/textColorPrimaryInverse</item>
44
<item name="android:
textColor
">?android:attr/textColorPrimaryInverse</item>
51
<item name="android:
textColor
">?android:attr/textColorSecondaryInverse</item>
58
<item name="android:
textColor
">?android:attr/textColorTertiaryInverse</item>
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/res/values/
styles.xml
21
<item name="android:
textColor
">#333333</item>
28
<item name="android:
textColor
">#333333</item>
36
<item name="android:
textColor
">#333333</item>
/developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/res/values/
styles.xml
21
<item name="android:
textColor
">#333333</item>
28
<item name="android:
textColor
">#333333</item>
36
<item name="android:
textColor
">#333333</item>
/development/samples/ApiDemos/res/layout/
secure_view_overlay.xml
34
android:
textColor
="#383"
41
android:
textColor
="#383"
48
android:
textColor
="#383"
/development/samples/browseable/RecipeAssistant/Application/res/values/
styles.xml
21
<item name="android:
textColor
">#333333</item>
28
<item name="android:
textColor
">#333333</item>
36
<item name="android:
textColor
">#333333</item>
/external/robolectric/v1/src/test/resources/res/layout/
main.xml
23
android:
textColor
="#fff"
38
android:
textColor
="#fff"
53
android:
textColor
="#fff"
/packages/apps/Dialer/res/layout/
call_detail_history_item.xml
41
android:
textColor
="?attr/call_log_primary_text_color"
48
android:
textColor
="?attr/call_log_secondary_text_color"
54
android:
textColor
="?attr/call_log_secondary_text_color"
/packages/apps/PackageInstaller/res/values/
styles.xml
28
<item name="android:
textColor
">?android:attr/textColorPrimary</item>
33
<item name="android:
textColor
">?android:attr/textColorPrimary</item>
39
<item name="android:
textColor
">?android:attr/textColorPrimary</item>
/packages/apps/Settings/res/layout/
battery_usage_graph.xml
31
android:
textColor
="?android:attr/colorAccent" />
39
android:
textColor
="?android:attr/textColorSecondary" />
48
settings:
textColor
="?android:attr/textColorSecondary" />
settings_summary_preference.xml
32
android:
textColor
="?android:attr/colorAccent"
40
android:
textColor
="?android:attr/textColorSecondary"
61
android:
textColor
="?android:attr/textColorSecondary" />
72
android:
textColor
="?android:attr/textColorSecondary" />
storage_wizard_init.xml
38
android:
textColor
="?android:attr/textColorPrimary"
46
android:
textColor
="?android:attr/textColorSecondary"
56
android:
textColor
="?android:attr/textColorPrimary"
64
android:
textColor
="?android:attr/textColorSecondary"
/cts/tests/tests/assist/service/res/layout/
assist_layer.xml
11
android:
textColor
="@android:color/white"
/development/ndk/platforms/android-17/samples/Teapot/res/layout/
widgets.xml
15
android:
textColor
="@android:color/white" />
/development/ndk/platforms/android-18/samples/MoreTeapots/res/layout/
widgets.xml
15
android:
textColor
="@android:color/white" />
/external/deqp/android/package/res/values/
styles.xml
6
<item name="android:
textColor
">#307697</item>
/frameworks/base/tests/SharedLibrary/lib/res/values/
themes.xml
5
<item name="android:
textColor
">#00FF00</item>
/frameworks/opt/datetimepicker/res/layout/
date_picker_selected_date.xml
34
android:
textColor
="@color/date_picker_selector" >
43
android:
textColor
="@color/date_picker_selector"
56
android:
textColor
="@color/date_picker_selector"
67
android:
textColor
="@color/date_picker_selector"
/packages/apps/Email/res/values/
styles.xml
29
<item name="android:
textColor
">@color/account_setup_headline_color</item>
38
<item name="android:
textColor
">@color/account_setup_headline_color</item>
56
<item name="android:
textColor
">?android:attr/textColorPrimary</item>
70
<item name="android:
textColor
">@color/buttontext</item>
77
<item name="android:
textColor
">?android:attr/textColorPrimary</item>
84
<item name="android:
textColor
">@color/account_setup_info_text_color</item>
91
<item name="android:
textColor
">?android:attr/textColorPrimary</item>
99
<item name="android:
textColor
">@color/account_setup_label_large_text_color</item>
136
<item name="android:
textColor
">@color/quick_response_text_color</item>
Completed in 1170 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>