|
|
|
@ -19,6 +19,7 @@
|
|
|
|
|
android:id="@+id/rvAccount"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:animateLayoutChanges="false"
|
|
|
|
|
android:nestedScrollingEnabled="false"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
@ -48,6 +49,7 @@
|
|
|
|
|
android:id="@+id/rvUnified"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:animateLayoutChanges="false"
|
|
|
|
|
android:nestedScrollingEnabled="false"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
@ -66,6 +68,7 @@
|
|
|
|
|
android:id="@+id/rvFolder"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:animateLayoutChanges="false"
|
|
|
|
|
android:nestedScrollingEnabled="false"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
@ -84,6 +87,7 @@
|
|
|
|
|
android:id="@+id/rvMenu"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:animateLayoutChanges="false"
|
|
|
|
|
android:nestedScrollingEnabled="false"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
@ -113,6 +117,7 @@
|
|
|
|
|
android:id="@+id/rvMenuExtra"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:animateLayoutChanges="false"
|
|
|
|
|
android:nestedScrollingEnabled="false"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|