Subversion Repositories SmartDukaan

Rev

Rev 21481 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
21481 rajender 1
<android.support.v4.widget.DrawerLayout
2
    xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:id="@+id/drawer_layout"
4
    android:layout_width="match_parent"
5
    android:layout_height="match_parent">
6
 
7
    <!-- Framelayout to display Fragments -->
8
    <FrameLayout
9
        android:id="@+id/frame_container"
22135 rajender 10
        android:layout_width="fill_parent"
21481 rajender 11
        android:layout_height="match_parent" />
12
 
13
    <!-- Listview to display slider menu -->
14
    <!--<ListView
15
        android:id="@+id/list_slidermenu"
16
        android:layout_width="200dp"
17
        android:layout_height="wrap_content"
18
        android:layout_gravity="start"
19
        android:choiceMode="singleChoice"
20
        android:divider="@color/Black"
21
        android:dividerHeight="1dp"
22
        android:listSelector="@drawable/abc_list_selector_holo_dark"
23
        android:background="@color/green_tobe_used"/>
24
-->
22135 rajender 25
    <!--   <LinearLayout
26
           android:id="@+id/navDrawerView"
27
           android:layout_width="200dp"
28
           android:layout_height="wrap_content"
29
           android:layout_gravity="start"
30
           android:background="@android:color/white"
31
           android:orientation="vertical" >
21481 rajender 32
 
33
 
22135 rajender 34
           <ExpandableListView
35
               android:id="@+id/nav_left_drawer"
36
               android:layout_width="200dp"
37
               android:layout_height="wrap_content"
38
               android:background="@color/green_tobe_used"
39
               android:choiceMode="singleChoice"
40
               android:divider="@color/Black"
41
               android:dividerHeight="1dp"
42
               android:listSelector="@drawable/abc_list_selector_holo_dark"
43
               android:groupIndicator="@null"
44
               android:layout_gravity="start"/>
21481 rajender 45
 
22135 rajender 46
       </LinearLayout>  -->
21481 rajender 47
 
48
 
49
</android.support.v4.widget.DrawerLayout>