|
@@ -68,13 +68,10 @@
|
|
android:layout_margin="@dimen/standard_margin" />
|
|
android:layout_margin="@dimen/standard_margin" />
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
-
|
|
|
|
- <ScrollView
|
|
|
|
|
|
+ <FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
android:layout_height="match_parent">
|
|
-
|
|
|
|
<include layout="@layout/empty_list" />
|
|
<include layout="@layout/empty_list" />
|
|
- </ScrollView>
|
|
|
|
-
|
|
|
|
|
|
+ </FrameLayout>
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|