2011-10-01 14:08:44 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
~ Copyright (c) 2009-2011. Created by serso aka se.solovyev.
|
|
|
|
~ For more information, please, contact se.solovyev@gmail.com
|
|
|
|
~ or visit http://se.solovyev.org
|
|
|
|
-->
|
|
|
|
|
2011-10-02 14:44:11 -04:00
|
|
|
<ScrollView xmlns:a="http://schemas.android.com/apk/res/android"
|
2011-10-20 06:57:59 -04:00
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="fill_parent">
|
2011-10-02 14:44:11 -04:00
|
|
|
|
|
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
|
|
|
a:id="@+id/var_edit"
|
|
|
|
a:orientation="vertical"
|
2011-10-20 06:57:59 -04:00
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="fill_parent"
|
2011-10-02 14:44:11 -04:00
|
|
|
a:scrollbars="vertical"
|
|
|
|
a:scrollbarAlwaysDrawVerticalTrack="true">
|
|
|
|
|
2011-10-20 06:57:59 -04:00
|
|
|
<TextView a:layout_height="fill_parent"
|
2011-10-02 14:44:11 -04:00
|
|
|
a:layout_width="wrap_content"
|
|
|
|
a:padding="6dp"
|
2011-10-22 06:14:17 -04:00
|
|
|
style="@style/default_text_size"
|
2011-10-02 14:44:11 -04:00
|
|
|
a:text="@string/c_var_name"/>
|
|
|
|
|
|
|
|
<EditText a:id="@+id/var_edit_name"
|
2011-10-20 06:57:59 -04:00
|
|
|
a:layout_width="fill_parent"
|
2011-10-02 14:44:11 -04:00
|
|
|
a:layout_height="wrap_content"
|
2011-10-22 06:14:17 -04:00
|
|
|
style="@style/default_text_size">
|
2011-10-02 14:44:11 -04:00
|
|
|
</EditText>
|
|
|
|
|
2011-10-20 06:57:59 -04:00
|
|
|
<TextView a:layout_height="fill_parent"
|
2011-10-02 14:44:11 -04:00
|
|
|
a:layout_width="wrap_content"
|
2011-10-22 06:14:17 -04:00
|
|
|
style="@style/default_text_size"
|
2011-10-02 14:44:11 -04:00
|
|
|
a:padding="6dp"
|
|
|
|
a:text="@string/c_var_value"/>
|
|
|
|
|
|
|
|
<EditText a:id="@+id/var_edit_value"
|
2011-10-20 06:57:59 -04:00
|
|
|
a:layout_width="fill_parent"
|
2011-10-02 14:44:11 -04:00
|
|
|
a:layout_height="wrap_content"
|
2011-10-22 06:14:17 -04:00
|
|
|
style="@style/default_text_size">
|
2011-10-02 14:44:11 -04:00
|
|
|
</EditText>
|
|
|
|
|
2011-10-20 06:57:59 -04:00
|
|
|
<TextView a:layout_height="fill_parent"
|
2011-10-02 14:44:11 -04:00
|
|
|
a:layout_width="wrap_content"
|
|
|
|
a:padding="6dp"
|
2011-10-22 06:14:17 -04:00
|
|
|
style="@style/default_text_size"
|
2011-10-02 14:44:11 -04:00
|
|
|
a:text="@string/c_var_description"/>
|
|
|
|
|
|
|
|
<EditText a:id="@+id/var_edit_description"
|
2011-10-20 06:57:59 -04:00
|
|
|
a:layout_width="fill_parent"
|
2011-10-02 14:44:11 -04:00
|
|
|
a:layout_height="wrap_content"
|
2011-10-22 06:14:17 -04:00
|
|
|
style="@style/default_text_size">
|
2011-10-02 14:44:11 -04:00
|
|
|
</EditText>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</ScrollView>
|