diff options
author | lado <herrlado@gmail.com> | 2014-12-29 21:05:59 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2014-12-29 21:05:59 +0100 |
commit | 6dcead1f7ad58be52e4c155942b651ad6f2c4e70 (patch) | |
tree | ea820e9a02acd153c33a235b3e136b03f2619ea3 /vdrmanager/res/layout/search_epg_list.xml | |
parent | 4119f8234452ad9fa01cd4950b31a3408e5b30c0 (diff) | |
download | vdr-manager-6dcead1f7ad58be52e4c155942b651ad6f2c4e70.tar.gz vdr-manager-6dcead1f7ad58be52e4c155942b651ad6f2c4e70.tar.bz2 |
smarttvweb and compat lib. removed actionbar sherloch
Diffstat (limited to 'vdrmanager/res/layout/search_epg_list.xml')
-rw-r--r-- | vdrmanager/res/layout/search_epg_list.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/vdrmanager/res/layout/search_epg_list.xml b/vdrmanager/res/layout/search_epg_list.xml index eef7503..d5cc5af 100644 --- a/vdrmanager/res/layout/search_epg_list.xml +++ b/vdrmanager/res/layout/search_epg_list.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> +<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/drawer_layout" + android:layout_width="match_parent" + android:layout_height="match_parent" > <LinearLayout - xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"> @@ -38,6 +41,7 @@ </LinearLayout> </LinearLayout> - - </LinearLayout> + +<include layout="@layout/left_drawer"/> +</android.support.v4.widget.DrawerLayout> |