/walkytalky/res/layout/locationbookmarker.xml
http://eyes-free.googlecode.com/ · XML · 32 lines · 29 code · 3 blank · 0 comment · 0 complexity · 5692537af2759f8e21feeded4b4beb43 MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- >
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text=" "
- />
- <Button
- android:id="@+id/saveLocation_Button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Save current location"
- />
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text=" "
- />
- <EditText
- android:id="@+id/location_EditText"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:layout_weight="1"
- />
- </LinearLayout>