update ui layout
[freespace.git] / res / layout / tips_view.xml
blobf840992d46a72354aab22e1c23e09e318ed5ae2c
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="fill_parent"
4     android:layout_height="fill_parent"
5     android:orientation="vertical"
6     android:background="@drawable/tips_bg">
7     <TextView
8         android:id="@android:id/message"
9         android:layout_width="fill_parent"
10         android:layout_height="fill_parent"
11         android:layout_weight="1"
12         android:textAppearance="@android:style/TextAppearance.Small"
13         android:textColor="#8400FF"
14         android:shadowColor="#BB000000"
15         android:shadowRadius="2.75"
16         />
18 </LinearLayout>