summaryrefslogtreecommitdiffstats
path: root/res/layout-port/history_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port/history_item.xml')
-rw-r--r--res/layout-port/history_item.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/layout-port/history_item.xml b/res/layout-port/history_item.xml
new file mode 100644
index 0000000..cc0a3c6
--- /dev/null
+++ b/res/layout-port/history_item.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ >
+
+ <TextView
+ android:id="@+id/historyExpr"
+ android:layout_width="0px"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:textSize="23dp"
+ android:singleLine="true"
+ />
+
+ <TextView
+ android:id="@+id/historyResult"
+ android:layout_width="180px"
+ android:layout_height="wrap_content"
+ android:layout_weight="0"
+ android:textSize="23dp"
+ android:singleLine="true"
+ />
+
+</LinearLayout>