|
|
@ -3,7 +3,10 @@
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:animateLayoutChanges="false">
|
|
|
|
android:animateLayoutChanges="false"
|
|
|
|
|
|
|
|
android:descendantFocusability="beforeDescendants"
|
|
|
|
|
|
|
|
android:focusable="true"
|
|
|
|
|
|
|
|
android:focusableInTouchMode="true">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/ibExpanderNav"
|
|
|
|
android:id="@+id/ibExpanderNav"
|
|
|
|