aboutsummaryrefslogtreecommitdiffstats
path: root/iget_android/app/src/main/res/layout/activity_main_drawer_listview.xml
blob: 7ca37002f690832cd2963c8ef16a51b727a3d7c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
          xmlns:tools="http://schemas.android.com/tools"
          android:layout_width="match_parent"
          android:layout_height="match_parent"
          android:choiceMode="singleChoice"
          android:divider="@android:color/transparent"
          android:dividerHeight="0dp"
          android:background="#cccc"
          tools:context=".DrawerFragment"
/>