aboutsummaryrefslogtreecommitdiff
path: root/ime/app/src/main/res/drawable/yochees_light_popup_background.xml
blob: 1fb0b0a37f5177018d388629c2cab43351f5eda1 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="#54B1D8"/>
    <corners android:topLeftRadius="@dimen/yochees_radius_key_corner" android:topRightRadius="@dimen/yochees_radius_key_corner" android:bottomLeftRadius="0px" android:bottomRightRadius="0px"/>
</shape>