mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-12-04 17:30:56 +01:00
11 lines
383 B
XML
11 lines
383 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@+id/left_drawer"
|
||
|
android:tag="drawer"
|
||
|
android:layout_width="280dp"
|
||
|
android:layout_height="match_parent"
|
||
|
android:layout_gravity="left"
|
||
|
android:choiceMode="singleChoice"
|
||
|
android:background="#F0282828"
|
||
|
android:dividerHeight="1dp" />
|