k-observer/KObserverAndroid/res/layout/main_menu_layout.xml

22 lines
3.0 KiB
XML
Raw Normal View History

2013-01-19 21:55:39 +00:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/LinearLayout1" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="fill_parent"
android:orientation="vertical" android:layout_width="wrap_content" android:weightSum="1" android:background="@color/black">
<RelativeLayout android:id="@+id/relativeLayout1" android:layout_width="320dp" android:layout_height="wrap_content" android:layout_weight="0.15">
<TextView android:id="@+id/textView1" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="К-Выборы" android:textAppearance="?android:attr/textAppearanceLarge" android:layout_alignParentTop="true" android:layout_centerHorizontal="true"></TextView>
<TextView android:id="@+id/textView2" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="Выберите действие" android:layout_below="@+id/textView1" android:layout_centerHorizontal="true"></TextView>
<Button android:text="Назад" android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/disconnectButton" android:layout_alignParentTop="true" android:layout_alignParentLeft="true"></Button>
</RelativeLayout>
<RelativeLayout android:layout_height="wrap_content" android:id="@+id/relativeLayout2" android:layout_width="match_parent" android:layout_weight="0.10">
<Button android:layout_height="wrap_content" android:text="Открыть карту" android:id="@+id/mapButton" android:layout_centerVertical="true" android:layout_centerHorizontal="true" android:layout_width="220dp"></Button>
</RelativeLayout>
<RelativeLayout android:layout_height="wrap_content" android:id="@+id/relativeLayout3" android:layout_width="match_parent" android:layout_weight="0.11">
<Button android:layout_height="wrap_content" android:text="Изменить профиль" android:id="@+id/profileButton" android:layout_centerVertical="true" android:layout_centerHorizontal="true" android:layout_width="220dp"></Button>
</RelativeLayout>
<RelativeLayout android:layout_height="wrap_content" android:id="@+id/relativeLayout4" android:layout_width="match_parent" android:layout_weight="0.11">
<Button android:layout_height="wrap_content" android:text="Подать сигнал тревоги" android:id="@+id/alarmButton" android:layout_centerVertical="true" android:layout_centerHorizontal="true" android:layout_width="220dp"></Button>
</RelativeLayout>
<RelativeLayout android:layout_height="wrap_content" android:id="@+id/relativeLayout5" android:layout_width="match_parent" android:layout_weight="0.08">
<Button android:layout_height="wrap_content" android:text="Посмотреть сообщения" android:id="@+id/messagesButton" android:layout_centerVertical="true" android:layout_centerHorizontal="true" android:layout_width="220dp"></Button>
</RelativeLayout>
</LinearLayout>