Sign in
android
/
platform
/
development
/
de0859d49
/
.
/
samples
/
VirtualDeviceManager
/
client
/
res
/
drawable
/
focus_frame.xml
blob: a9953533c463f7aa890fd1fe1771d5358a12803f [
file
] [
log
] [
blame
]
<shape
xmlns:android
=
"http://schemas.android.com/apk/res/android"
android:shape
=
"rectangle"
>
<solid
android:color
=
"@android:color/transparent"
/>
<stroke
android:width
=
"5dp"
android:color
=
"@android:color/holo_blue_light"
/>
</shape>