Mirror von
https://github.com/MinimalBible/MinimalBible
synchronisiert 2025-09-14 02:24:46 -04:00
[broken] Add initial ExpandableListView navbar
Dieser Commit ist enthalten in:
12
app/src/main/res/layout/fragment_expandable_navigation_drawer.xml
Normale Datei
12
app/src/main/res/layout/fragment_expandable_navigation_drawer.xml
Normale Datei
@ -0,0 +1,12 @@
|
||||
<ExpandableListView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/list_nav_drawer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#cccccc"
|
||||
android:choiceMode="singleChoice"
|
||||
android:divider="@android:color/transparent"
|
||||
android:dividerHeight="0dp"
|
||||
tools:context="org.bspeice.minimalbible.activity.viewer.ViewerNavDrawerFragment">
|
||||
|
||||
</ExpandableListView>
|
In neuem Issue referenzieren
Einen Benutzer sperren