Initial commit.
[mobilnebezpieczenstwo.git] / res / layout / fragment_navigation_drawer.xml
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
2     xmlns:tools="http://schemas.android.com/tools"\r
3     android:layout_width="match_parent"\r
4     android:layout_height="match_parent"\r
5     android:background="@color/navigation_drawet_bg"\r
6     android:orientation="vertical" >\r
7 \r
8     <TextView\r
9         android:layout_width="match_parent"\r
10         android:layout_height="wrap_content"\r
11         android:paddingTop="15dp"\r
12         android:paddingBottom="15dp"\r
13         android:paddingLeft="5dp"\r
14         android:paddingRight="5dp"\r
15         android:textStyle="bold"\r
16         android:text="@string/drawer_header"\r
17         android:textColor="#000000" />\r
18 \r
19     <ListView\r
20         android:id="@+id/fragment_listView"\r
21         android:layout_width="match_parent"\r
22         android:layout_height="fill_parent"\r
23         android:cacheColorHint="@null"\r
24         android:choiceMode="singleChoice"\r
25         android:divider="@android:color/transparent"\r
26         android:dividerHeight="0dp"\r
27         tools:context="com.samsung.srpol.ui.drawer.MenuFragment" />\r
28 \r
29 </LinearLayout>