Journal/res/layout/fragment_navigation_drawer.xml

9 lines
425 B
XML
Raw Permalink Normal View History

2024-02-14 00:01:58 +02:00
<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:background="#C8E2F3E4"
android:choiceMode="singleChoice"
android:divider="@android:color/transparent"
android:dividerHeight="0dp"
tools:context="com.university.journal.NavigationDrawerFragment" />