blob: 840a0e70394c4ac9ef1da8a8f5057976529e4c61 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8"?>
<android:shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<android:size
android:height="0dp"
android:width="0dp" />
</android:shape>
|