android-calculatorpp/android-app/res/layout/cpp_plot_functions_fragment.xml

43 lines
1.1 KiB
XML
Raw Normal View History

2013-01-09 09:21:11 -05:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
2013-01-13 12:17:11 -05:00
a:id="@+id/main_fragment_layout"
style="?cpp_fragment_layout_style"
a:layout_width="match_parent"
a:layout_height="match_parent">
2013-01-09 09:21:11 -05:00
2013-01-13 12:17:11 -05:00
<include layout="@layout/ad" />
2013-01-09 09:21:11 -05:00
2013-01-13 12:17:11 -05:00
<LinearLayout
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:orientation="horizontal">
<TextView
a:layout_width="0dp"
a:layout_height="wrap_content"
2013-01-14 05:10:23 -05:00
a:layout_weight="3"
2013-01-16 08:47:56 -05:00
a:text="@string/cpp_function"/>
2013-01-13 12:17:11 -05:00
<TextView
a:layout_width="0dp"
a:layout_height="wrap_content"
a:layout_weight="1"
2013-01-16 08:47:56 -05:00
a:text="@string/cpp_pinned"/>
2013-01-13 12:17:11 -05:00
<TextView
a:layout_width="0dp"
a:layout_height="wrap_content"
a:layout_weight="1"
2013-01-16 08:47:56 -05:00
a:text="@string/cpp_visible"/>
2013-01-13 12:17:11 -05:00
2013-01-14 05:00:21 -05:00
<TextView
a:layout_width="0dp"
a:layout_height="wrap_content"
a:layout_weight="1"/>
2013-01-13 12:17:11 -05:00
</LinearLayout>
<ListView style="?cpp_fragment_list_view_style" />
2013-01-09 09:21:11 -05:00
</LinearLayout>