Move OnBlogPostClickListener from activity to fragment

This commit is contained in:
Torsten Grote
2016-12-08 17:31:48 -02:00
parent 5a522d64df
commit db3c3eee44
8 changed files with 22 additions and 38 deletions

View File

@@ -6,5 +6,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/window_background"
app:scrollToEnd="false"
tools:context=".android.blog.BlogActivity"/>

View File

@@ -2,7 +2,8 @@
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/window_background">
<FrameLayout
android:layout_width="wrap_content"