summaryrefslogtreecommitdiffstats
path: root/res/layout-port/history_item.xml
blob: cc0a3c64cf02acc0e74262a9ea14db7c6e88f8b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>