2012-11-17 12:58:48 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="wrap_content"
|
2012-11-17 15:39:04 -05:00
|
|
|
a:orientation="horizontal"
|
|
|
|
a:padding="6dp">
|
2012-11-17 12:58:48 -05:00
|
|
|
|
|
|
|
<TextView a:id="@+id/calculation_messages_text_view"
|
|
|
|
a:layout_width="0dp"
|
|
|
|
a:layout_height="wrap_content"
|
2012-11-18 07:22:14 -05:00
|
|
|
a:layout_weight="5"
|
|
|
|
a:layout_gravity="fill"
|
|
|
|
a:text="@+id/calculation_messages_text_view"/>
|
2012-11-17 12:58:48 -05:00
|
|
|
|
|
|
|
<Button
|
|
|
|
a:id="@+id/fix_button"
|
|
|
|
a:layout_width="0dp"
|
|
|
|
a:layout_height="wrap_content"
|
2012-11-18 07:58:33 -05:00
|
|
|
a:layout_weight="2"
|
2012-11-17 15:39:04 -05:00
|
|
|
a:text="@string/fix"/>
|
2012-11-17 12:58:48 -05:00
|
|
|
|
|
|
|
</LinearLayout>
|