12c977b0ba
git-svn-id: https://osmand.googlecode.com/svn/trunk@175 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
21 lines
1 KiB
XML
21 lines
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TableLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent">
|
|
<TableRow>
|
|
<TextView android:id="@+id/TextView" android:layout_marginLeft="5dp"
|
|
android:layout_height="wrap_content" android:text="@string/osb_comment_dialog_message"></TextView>
|
|
<EditText android:text="" android:id="@+id/BugMessage" android:layout_marginLeft="5dp" android:layout_marginRight="5dp"
|
|
android:layout_height="wrap_content" android:layout_weight="1"></EditText>
|
|
</TableRow>
|
|
<TableRow>
|
|
<TextView android:id="@+id/TextView" android:layout_marginLeft="5dp"
|
|
android:layout_height="wrap_content" android:text="@string/osb_comment_dialog_author"></TextView>
|
|
<EditText android:id="@+id/AuthorName" android:layout_marginLeft="5dp" android:layout_marginRight="5dp"
|
|
android:layout_height="wrap_content" android:layout_weight="1" android:text="NoName"></EditText>
|
|
</TableRow>
|
|
|
|
|
|
|
|
</TableLayout>
|