]>
iEval git - fonbot.git/blob - res/layout/local.xml
1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <LinearLayout xmlns:
android=
"http://schemas.android.com/apk/res/android"
3 android:
layout_width=
"match_parent"
4 android:
layout_height=
"match_parent"
5 android:
orientation=
"vertical" >
8 android:
layout_width=
"match_parent"
9 android:
layout_height=
"0dp"
10 android:
layout_weight=
"1" >
13 android:
id=
"@+id/consoleTextView"
14 android:
layout_width=
"match_parent"
15 android:
layout_height=
"wrap_content"
16 android:
freezesText=
"true"
17 android:
textIsSelectable=
"true" />
22 android:
id=
"@+id/argEditText"
23 android:
layout_width=
"match_parent"
24 android:
layout_height=
"wrap_content"
25 android:
imeOptions=
"actionSend|flagForceAscii"
26 android:
inputType=
"text"
27 android:
singleLine=
"true" >
This page took 0.042224 seconds and 4 git commands to generate.