You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.6 KiB
45 lines
1.6 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="#FF114477">
|
|
|
|
<FrameLayout
|
|
android:id="@+id/frame_image"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_margin="0dp"
|
|
android:background="@drawable/main_bg2"
|
|
android:focusable="true"
|
|
android:focusableInTouchMode="true">
|
|
|
|
<Button
|
|
android:id="@+id/top_left"
|
|
android:layout_width="100dp"
|
|
android:layout_height="60dp"
|
|
android:layout_gravity="top|left"
|
|
android:focusable="false"
|
|
android:focusableInTouchMode="false"
|
|
android:text="@string/left_top" />
|
|
|
|
<TextView
|
|
android:id="@+id/top_left"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:focusable="false"
|
|
android:focusableInTouchMode="false"
|
|
android:text="@string/ok_str" />
|
|
|
|
<Button
|
|
android:id="@+id/right_button"
|
|
android:layout_width="100dp"
|
|
android:layout_height="60dp"
|
|
android:layout_gravity="right|bottom"
|
|
android:focusable="false"
|
|
android:focusableInTouchMode="false"
|
|
android:orientation="vertical"
|
|
android:text="@string/right_bottom" />
|
|
</FrameLayout>
|
|
|
|
</LinearLayout> |