Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_packages_apps_GrapheneCamera
/
4924df7e609477b88f9a66cba22fa642281b07e8
/
.
/
app
/
src
/
main
/
res
/
drawable
/
circle.xml
blob: 406e98f9cdb002faba3d1bc077e54b21f8b5dfe6 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"utf-8"
?>
<shape
xmlns:android
=
"http://schemas.android.com/apk/res/android"
android:shape
=
"oval"
>
<solid
android:color
=
"#33000000"
/>
<size
android:width
=
"120dp"
android:height
=
"120dp"
/>
</shape>