2012-10-12 03:20:39 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
2013-06-14 16:31:49 -04:00
|
|
|
a:layout_height="match_parent"
|
|
|
|
a:layout_width="match_parent">
|
2012-10-12 03:20:39 -04:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<EditText
|
|
|
|
a:id="@+id/matrix_element_edittext"
|
|
|
|
a:layout_height="match_parent"
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:text="test" />
|
2012-10-12 03:20:39 -04:00
|
|
|
|
|
|
|
</LinearLayout>
|