test
package com.example.hp1.materialtoolbar; <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/view" android:layout_width="match_parent" android:layout_height="match_parent"> <include android:id="@+id/tool_bar" layout="@layout/tool_bar"></include> <android.support.v4.widget.DrawerLayout android:layout_below="@+id/tool_bar" android:id="@+id/DrawerLayout" android:elevation="7sp" android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/tool_bar" android:text="@string/hello_world" /> <android.support.v7.widget.RecyclerView android:id="@+id/RecyclerView" android:layout_width="320dp" android:background="#ffffff" android:layout_height="match_parent" android:layout_gravity="left" android:scrollbars="vertical" > </android.support.v7.widget.RecyclerView> </android.support.v4.widget.DrawerLayout> </RelativeLayout>
Subscribe to:
Posts (Atom)
Powered by Blogger.
Keep This Blog Rolling
If you like the content of the blog and if you wish to see more of the awesome tutorials and articles put up here frequently then please think of contributing. Thank You!
