mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 14:43:36 +00:00
15 lines
438 B
XML
15 lines
438 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<corners
|
|
android:bottomLeftRadius="44dp"
|
|
android:bottomRightRadius="0px"
|
|
android:topLeftRadius="44dp"
|
|
android:topRightRadius="44dp" />
|
|
|
|
<solid android:color="?attr/colorPrimary" />
|
|
<size
|
|
android:width="88dp"
|
|
android:height="88dp" />
|
|
</shape> |