use LoaderFragment in ViewKey tabs

Closes #616
This commit is contained in:
Vincent Breitmoser
2014-05-08 13:57:46 +02:00
parent 596478a212
commit 185c4eed43
7 changed files with 35 additions and 53 deletions

View File

@@ -11,8 +11,7 @@
android:descendantFocusability="beforeDescendants"
android:orientation="vertical"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:id="@+id/container">
android:paddingRight="16dp">
<TextView
style="@style/SectionHeader"

View File

@@ -1,5 +1,4 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -12,9 +11,7 @@
android:descendantFocusability="beforeDescendants"
android:orientation="vertical"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:id="@+id/container"
android:visibility="visible">
android:paddingRight="16dp">
<TextView
style="@style/SectionHeader"

View File

@@ -1,5 +1,4 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -12,8 +11,7 @@
android:descendantFocusability="beforeDescendants"
android:orientation="vertical"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:id="@+id/container">
android:paddingRight="16dp">
<TextView
style="@style/SectionHeader"