6 lines
601 B
XML
6 lines
601 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout android:id="@id/jackpot_sorry" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<TextView android:layout_gravity="center" android:background="#ffff00ff" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="this is jackpot sorry" />
|
|
<include android:layout_gravity="bottom" android:id="@id/banner" android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/layout_common_sorry" />
|
|
</FrameLayout> |