aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/popup_bg.xml
blob: 9eef9f35ca58dba4872756b3331c8e18b0a01a8a (plain)
1
2
3
4
5
6
7
8
<shape 
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape ="rectangle">
    <solid 
        android:color="#000"
        />
    
</shape>