40 lines
1.0 KiB
XML
40 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:background="#ffffff">
|
|
|
|
|
|
<ImageView
|
|
android:id="@+id/skyhook_img"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_margin="20dip"
|
|
android:src="@drawable/skyhook_logo_alpha_small"
|
|
/>
|
|
|
|
<TextView
|
|
android:text="Powered By:"
|
|
android:textColor="#000000"
|
|
android:textStyle="bold"
|
|
android:textSize="20dip"
|
|
android:layout_above="@id/skyhook_img"
|
|
android:layout_marginLeft="10dip"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:id="@+id/text"
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
android:id="@+id/tc_img"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentTop="true"
|
|
android:src="@drawable/logoidea3"
|
|
android:layout_above="@id/text"
|
|
/>
|
|
|
|
</RelativeLayout> |