diff options
author | Size43 | 2015-06-03 12:36:04 +0200 |
---|---|---|
committer | Size43 | 2015-06-03 12:36:04 +0200 |
commit | 0b5a12e523d90b3721d1b310283dff655dcccee5 (patch) | |
tree | 3972b88a11f96c56a2f051ad7f67a1f3cf8b7952 /app/src/main/res/layout/fragment_home_screen.xml | |
parent | Strings.xml (diff) | |
parent | Error handling ArticleActivity (diff) |
merge
Diffstat (limited to 'app/src/main/res/layout/fragment_home_screen.xml')
-rwxr-xr-x | app/src/main/res/layout/fragment_home_screen.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_home_screen.xml b/app/src/main/res/layout/fragment_home_screen.xml new file mode 100755 index 0000000..a502805 --- /dev/null +++ b/app/src/main/res/layout/fragment_home_screen.xml @@ -0,0 +1,15 @@ +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
+ android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
+ android:paddingRight="@dimen/activity_horizontal_margin"
+ android:paddingTop="@dimen/activity_vertical_margin"
+ android:paddingBottom="@dimen/activity_vertical_margin"
+ tools:context="org.rssin.android.HomeScreenActivity$PlaceholderFragment">
+
+ <android.support.v7.widget.RecyclerView
+ android:id="@+id/unified_inbox_feeditems"
+ android:scrollbars="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"/>
+
+</RelativeLayout>
|