Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
8f14e1a1f31329aafeb5161e7c6c5dfa8ef74767
/
.
/
packages
/
EasterEgg
/
res
/
drawable
/
roundrect.xml
blob: 070adadf3814af08b086027d67ee06534fa30a8e [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"utf-8"
?>
<shape
xmlns:android
=
"http://schemas.android.com/apk/res/android"
android:shape
=
"rectangle"
>
<solid
android:color
=
"#FF000000"
/>
<corners
android:radius
=
"12dp"
/>
</shape>