Files
loongoffice/android/sdremote/res/drawable/rectangle_black.xml
Andrzej J.R. Hunt 0ce7b3e9f1 Initial Blank screen layout.
Change-Id: I I I I7af89267be559a44cc3ed2c3ae999a252709b730
2012-08-06 10:23:05 +01:00

11 lines
267 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<size
android:height="240dip"
android:width="320dip" />
<solid android:color="@color/black" />
</shape>