summaryrefslogtreecommitdiffstats
path: root/res/layout/home_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/home_layout.xml')
-rw-r--r--res/layout/home_layout.xml57
1 files changed, 57 insertions, 0 deletions
diff --git a/res/layout/home_layout.xml b/res/layout/home_layout.xml
new file mode 100644
index 000000000..04f7da143
--- /dev/null
+++ b/res/layout/home_layout.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+<org.cyanogenmod.launcher.home.HomeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:card="http://schemas.android.com/apk/res-auto"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:background="@android:color/transparent"
+ android:orientation="vertical"
+ android:layout_marginBottom="16dp">
+
+ <!--<ImageView-->
+ <!--android:id="@+id/header"-->
+ <!--android:layout_width="match_parent"-->
+ <!--android:layout_height="150dp"-->
+ <!--android:src="@drawable/bg_header"-->
+ <!--android:scaleType="centerCrop"/>-->
+
+ <!--<FrameLayout-->
+ <!--android:layout_width="match_parent"-->
+ <!--android:layout_height="match_parent">-->
+
+ <!--<it.gmariotti.cardslib.library.view.CardListView-->
+ <!--android:layout_marginTop="10dp"-->
+ <!--android:layout_width="match_parent"-->
+ <!--android:layout_height="match_parent"-->
+ <!--android:id="@+id/cm_home_cards_list"-->
+ <!--card:list_card_layout_resourceID="@layout/list_card_image_layout"/>-->
+
+ <!--<include layout="@layout/list_card_undo_message"-->
+ <!--android:layout_height="45dp"-->
+ <!--android:layout_width="300dp"-->
+ <!--android:layout_gravity="bottom|center_horizontal"-->
+ <!--android:layout_marginBottom="45dp"/>-->
+
+ <!--</FrameLayout>-->
+
+ <android.support.v7.widget.RecyclerView
+ android:id="@+id/main_recycler_view"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:scrollbars="vertical"/>
+
+</org.cyanogenmod.launcher.home.HomeLayout> \ No newline at end of file