summaryrefslogtreecommitdiff
path: root/altosdroid/res/layout
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-08-07 11:48:20 -0700
committerKeith Packard <keithp@keithp.com>2012-08-07 11:48:20 -0700
commit4d4ad34aec0c75c66162b992f1e52947e4685730 (patch)
treeab7a29204eea195db77aa302fbe3e2012ef5049e /altosdroid/res/layout
parentc7f228503870c44dfd278ede8b0980dbac73d3c7 (diff)
parent8e4ebd1f6eb928b5cb7bcda4ed88851aa9e61bdf (diff)
Merge remote-tracking branch 'mjb/master'
Diffstat (limited to 'altosdroid/res/layout')
-rw-r--r--altosdroid/res/layout/main.xml25
1 files changed, 16 insertions, 9 deletions
diff --git a/altosdroid/res/layout/main.xml b/altosdroid/res/layout/main.xml
index 17025f6b..070928a5 100644
--- a/altosdroid/res/layout/main.xml
+++ b/altosdroid/res/layout/main.xml
@@ -19,24 +19,31 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
>
- <ListView android:id="@+id/in"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:stackFromBottom="true"
- android:transcriptMode="alwaysScroll"
+
+ <TextView
+ android:id="@+id/in"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
android:layout_weight="1"
- />
+ android:gravity="bottom"
+ android:scrollbars="vertical"
+ android:textSize="7dp"
+ android:typeface="monospace" />
+
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
- <EditText android:id="@+id/edit_text_out"
+
+ <EditText
+ android:id="@+id/edit_text_out"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_weight="1"
android:layout_gravity="bottom"
- />
+ android:layout_weight="1"
+ android:inputType="text|textNoSuggestions" />
+
<Button android:id="@+id/button_send"
android:layout_width="wrap_content"
android:layout_height="wrap_content"