aboutsummaryrefslogtreecommitdiff
path: root/ime/app/src/main/res/drawable/dark_background_popup.xml
blob: f002cda2155bd67a3a73e8aa031f6b0555b2c3ce (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<shape
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:shape="rectangle">
    <solid android:color="#000"/>
    <stroke android:width="1px" android:color="#999"/>
    <corners android:radius="@dimen/key_corner_radius"/>
</shape>