Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_packages_apps_DeskClock
/
1164686cf0099aebb758e6a34d18a06b759589a7
/
.
/
res
/
drawable
/
popup_background.xml
blob: 66ef3597c8c8fe6a6b676ed3c9f29ded8e54973f [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"utf-8"
?>
<shape
xmlns:android
=
"http://schemas.android.com/apk/res/android"
android:shape
=
"rectangle"
>
<corners
android:radius
=
"28dp"
/>
<solid
android:color
=
"@color/system_neutral2_700"
/>
</shape>