mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
324 B
XML
11 lines
324 B
XML
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<solid android:color="#FFFFFFFF" />
|
||
|
<stroke android:width="2dip" android:color="#ffD0D0D0"/>
|
||
|
<padding
|
||
|
android:left="7dp"
|
||
|
android:top="7dp"
|
||
|
android:right="7dp"
|
||
|
android:bottom="7dp" />
|
||
|
<corners android:radius="4dp" />
|
||
|
</shape>
|