~ubuntu-branches/ubuntu/trusty/drmips/trusty-backports

« back to all changes in this revision

Viewing changes to src/android/DrMIPS/app/src/main/res/layout/statistics_dialog.xml

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2015-06-09 14:16:22 UTC
  • mfrom: (2.2.1 sid)
  • Revision ID: package-import@ubuntu.com-20150609141622-wm6czyftbrl8vvh6
Tags: 1.3.0-2~ubuntu14.04.1
No-change backport to trusty (LP: #1458035)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
 
3
    android:layout_width="match_parent"
 
4
    android:layout_height="match_parent"
 
5
    android:paddingBottom="@dimen/activity_vertical_margin"
 
6
    android:paddingLeft="@dimen/activity_horizontal_margin"
 
7
    android:paddingRight="@dimen/activity_horizontal_margin"
 
8
    android:paddingTop="@dimen/activity_vertical_margin" >
 
9
 
 
10
    <TableLayout
 
11
        android:layout_width="match_parent"
 
12
        android:layout_height="wrap_content"
 
13
        android:shrinkColumns="0"
 
14
        android:stretchColumns="1" >
 
15
 
 
16
        <TableRow
 
17
            android:id="@+id/tableRow1"
 
18
            android:layout_width="wrap_content"
 
19
            android:layout_height="wrap_content" >
 
20
 
 
21
            <TextView
 
22
                android:id="@+id/textView1"
 
23
                android:layout_width="wrap_content"
 
24
                android:layout_height="wrap_content"
 
25
                android:text="@string/clock_period" />
 
26
 
 
27
            <TextView
 
28
                android:id="@+id/lblClockPeriodVal"
 
29
                android:layout_width="wrap_content"
 
30
                android:layout_height="wrap_content"
 
31
                android:gravity="right" />
 
32
 
 
33
        </TableRow>
 
34
 
 
35
        <TableRow
 
36
            android:id="@+id/tableRow2"
 
37
            android:layout_width="wrap_content"
 
38
            android:layout_height="wrap_content" >
 
39
 
 
40
            <TextView
 
41
                android:id="@+id/textView2"
 
42
                android:layout_width="wrap_content"
 
43
                android:layout_height="wrap_content"
 
44
                android:text="@string/clock_frequency" />
 
45
 
 
46
            <TextView
 
47
                android:id="@+id/lblClockFrequencyVal"
 
48
                android:layout_width="wrap_content"
 
49
                android:layout_height="wrap_content"
 
50
                android:gravity="right" />
 
51
 
 
52
        </TableRow>
 
53
 
 
54
        <TableRow
 
55
            android:id="@+id/tableRow3"
 
56
            android:layout_width="wrap_content"
 
57
            android:layout_height="wrap_content" >
 
58
 
 
59
            <TextView
 
60
                android:id="@+id/textView3"
 
61
                android:layout_width="wrap_content"
 
62
                android:layout_height="wrap_content"
 
63
                android:text="@string/executed_cycles" />
 
64
 
 
65
            <TextView
 
66
                android:id="@+id/lblExecutedCyclesVal"
 
67
                android:layout_width="wrap_content"
 
68
                android:layout_height="wrap_content"
 
69
                android:gravity="right" />
 
70
 
 
71
        </TableRow>
 
72
 
 
73
        <TableRow
 
74
            android:id="@+id/tableRow4"
 
75
            android:layout_width="wrap_content"
 
76
            android:layout_height="wrap_content" >
 
77
 
 
78
            <TextView
 
79
                android:id="@+id/textView4"
 
80
                android:layout_width="wrap_content"
 
81
                android:layout_height="wrap_content"
 
82
                android:text="@string/execution_time" />
 
83
 
 
84
            <TextView
 
85
                android:id="@+id/lblExecutionTimeVal"
 
86
                android:layout_width="wrap_content"
 
87
                android:layout_height="wrap_content"
 
88
                android:gravity="right" />
 
89
 
 
90
        </TableRow>
 
91
 
 
92
        <TableRow
 
93
            android:id="@+id/tableRow5"
 
94
            android:layout_width="wrap_content"
 
95
            android:layout_height="wrap_content" >
 
96
 
 
97
            <TextView
 
98
                android:id="@+id/textView5"
 
99
                android:layout_width="wrap_content"
 
100
                android:layout_height="wrap_content"
 
101
                android:text="@string/executed_instructions" />
 
102
 
 
103
            <TextView
 
104
                android:id="@+id/lblExecutedInstructionsVal"
 
105
                android:layout_width="wrap_content"
 
106
                android:layout_height="wrap_content"
 
107
                android:gravity="right" />
 
108
 
 
109
        </TableRow>
 
110
 
 
111
        <TableRow
 
112
            android:id="@+id/tableRow6"
 
113
            android:layout_width="wrap_content"
 
114
            android:layout_height="wrap_content" >
 
115
 
 
116
            <TextView
 
117
                android:id="@+id/textView6"
 
118
                android:layout_width="wrap_content"
 
119
                android:layout_height="wrap_content"
 
120
                android:text="@string/cpi" />
 
121
 
 
122
            <TextView
 
123
                android:id="@+id/lblCPIVal"
 
124
                android:layout_width="wrap_content"
 
125
                android:layout_height="wrap_content"
 
126
                android:gravity="right" />
 
127
 
 
128
        </TableRow>
 
129
 
 
130
        <TableRow
 
131
            android:id="@+id/tableRow7"
 
132
            android:layout_width="wrap_content"
 
133
            android:layout_height="wrap_content" >
 
134
 
 
135
            <TextView
 
136
                android:id="@+id/textView7"
 
137
                android:layout_width="wrap_content"
 
138
                android:layout_height="wrap_content"
 
139
                android:text="@string/forwards" />
 
140
 
 
141
            <TextView
 
142
                android:id="@+id/lblForwardsVal"
 
143
                android:layout_width="wrap_content"
 
144
                android:layout_height="wrap_content"
 
145
                android:gravity="right" />
 
146
 
 
147
        </TableRow>
 
148
 
 
149
        <TableRow
 
150
            android:id="@+id/tableRow8"
 
151
            android:layout_width="wrap_content"
 
152
            android:layout_height="wrap_content" >
 
153
 
 
154
            <TextView
 
155
                android:id="@+id/textView8"
 
156
                android:layout_width="wrap_content"
 
157
                android:layout_height="wrap_content"
 
158
                android:text="@string/stalls" />
 
159
 
 
160
            <TextView
 
161
                android:id="@+id/lblStallsVal"
 
162
                android:layout_width="wrap_content"
 
163
                android:layout_height="wrap_content"
 
164
                android:gravity="right" />
 
165
 
 
166
        </TableRow>
 
167
 
 
168
    </TableLayout>
 
169
 
 
170
</ScrollView>