2014-02-09 21:17:30 +01:00
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
android:layout_width="match_parent"
|
2014-03-11 02:40:41 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:fillViewport="true">
|
2014-02-09 21:17:30 +01:00
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:paddingLeft="16dp"
|
|
|
|
|
android:paddingRight="16dp">
|
|
|
|
|
|
2014-03-11 02:40:41 +01:00
|
|
|
<view
|
2014-02-09 21:17:30 +01:00
|
|
|
android:layout_width="match_parent"
|
2014-03-11 02:40:41 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
class="se.emilsjolander.stickylistheaders.StickyListHeadersListView"
|
|
|
|
|
android:id="@+id/list" />
|
2014-02-09 21:17:30 +01:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</ScrollView>
|