android-calculatorpp/calculatorpp/res/layout/history_fragment.xml

17 lines
558 B
XML
Raw Normal View History

2012-09-26 14:50:02 -04:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
2012-09-26 16:10:33 -04:00
a:orientation="vertical"
a:id="@+id/ad_parent_view"
2012-09-26 14:50:02 -04:00
style="?fragmentLayoutStyle"
2012-09-26 16:10:33 -04:00
a:layout_width="match_parent"
a:layout_height="match_parent">
2012-09-26 14:50:02 -04:00
<TextView a:id="@+id/fragmentTitle"
a:layout_height="wrap_content"
a:layout_width="match_parent"
style="?fragmentTitleStyle"/>
2012-09-26 16:10:33 -04:00
<ListView style="?fragmentListViewStyle"/>
2012-09-26 14:50:02 -04:00
2012-09-26 10:39:34 -04:00
</LinearLayout>