OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:color
(Results
2601 - 2625
of
12554
) sorted by null
<<
101
102
103
104
105
106
107
108
109
110
>>
/developers/demos/JustForUs/justforus/src/main/res/drawable/
overlay_bg.xml
21
android:startColor="@
color
/overlay_bg_color"
22
android:endColor="@android:
color
/transparent"
touch_layer_bg.xml
19
android:drawable="@
color
/touch_overlay_bg_color"/>
20
<item android:drawable="@android:
color
/transparent" />
/developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/res/values/
styles.xml
21
<item name="android:textColor">@
color
/teal</item>
28
<item name="android:textColor">@
color
/black_87</item>
/developers/samples/android/media/BasicMediaRouter/
template-params.xml
36
Once connected, use the "Change
Color
" button to change the background
color
of the secondary screen.
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/Application/src/main/res/drawable/
fab_icons.xml
22
<bitmap android:src="@drawable/ic_tick" android:tint="@android:
color
/white" />
26
<bitmap android:src="@drawable/ic_add" android:tint="@android:
color
/white" />
/developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
BasicActivity.java
38
// Set the
color
and description
40
setBackgroundColor(R.
color
.gray);
/developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/res/drawable/
rounded_background.xml
20
<solid android:
color
="@
color
/black"/>
/developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/res/layout/
setting_layout.xml
20
android:background="@
color
/white">
37
android:textColor="@
color
/blue"
/developers/samples/android/wearable/wear/Notifications/Application/src/main/res/drawable/
selected_background.xml
26
android:
color
="@android:
color
/holo_blue_bright" />
/developers/samples/android/wearable/wear/Quiz/Application/src/main/res/drawable/
selected_background.xml
26
android:
color
="@android:
color
/holo_blue_bright" />
/development/apps/Development/res/drawable/
box.xml
22
<solid android:
color
="#00000000"/>
23
<stroke android:width="1dp"
color
="#ff000000"/>
/development/samples/ApiDemos/res/drawable/
box.xml
20
<solid android:
color
="#00000000"/>
21
<stroke android:width="1dp" android:
color
="#ff000000"/>
card_background.xml
23
<solid android:
color
="@android:
color
/white" />
filled_box.xml
20
<solid android:
color
="#f0600000"/>
21
<stroke android:width="3dp" android:
color
="#ffff8080"/>
hover_background_active.xml
18
<solid android:
color
="#ffdddd00"/>
19
<stroke android:width="3dp" android:
color
="#ff000000"/>
hover_background_inactive.xml
18
<solid android:
color
="#f0600000"/>
19
<stroke android:width="3dp" android:
color
="#ffff8080"/>
shape_1.xml
18
<solid android:
color
="#00000000"/>
19
<stroke android:width="2dp" android:
color
="#ff000000"/>
shape_2.xml
18
<solid android:
color
="#FF0000FF"/>
19
<stroke android:width="4dp" android:
color
="#FFFFFFFF"
shape_3.xml
18
<solid android:
color
="#00000000"/>
19
<stroke android:width="4dp" android:
color
="#99000000"
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
MyMediaRouteControllerDialog.java
19
import android.graphics.
Color
;
41
view.setBackgroundColor(
Color
.GRAY);
/development/samples/SupportDesignDemos/res/values-v21/
styles.xml
21
<item name="android:statusBarColor">@android:
color
/transparent</item>
26
<item name="android:statusBarColor">@android:
color
/transparent</item>
/development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/dialog/
DialogExampleActivity.java
18
import android.graphics.
Color
;
30
getWindow().setBackgroundDrawable(new ColorDrawable(
Color
.parseColor("#21272A")));
/development/samples/browseable/BasicMediaRouter/res/values/
base-strings.xml
29
Once connected, use the "Change
Color
" button to change the background
color
of the secondary screen.
/development/samples/browseable/DataLayer/Wearable/res/drawable/
rounded_background.xml
20
<solid android:
color
="@
color
/black"/>
/development/samples/browseable/FloatingActionButtonBasic/res/drawable/
fab_icons.xml
22
<bitmap android:src="@drawable/ic_tick" android:tint="@android:
color
/white" />
26
<bitmap android:src="@drawable/ic_add" android:tint="@android:
color
/white" />
Completed in 710 milliseconds
<<
101
102
103
104
105
106
107
108
109
110
>>