|
|
@ -30,9 +30,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/ivExpander"
|
|
|
|
android:id="@+id/ivExpander"
|
|
|
|
android:layout_width="30dp"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical|center_horizontal"
|
|
|
|
android:layout_gravity="center_vertical|center_horizontal"
|
|
|
|
|
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
android:src="@drawable/baseline_expand_less_24"
|
|
|
|
android:src="@drawable/baseline_expand_less_24"
|
|
|
|
android:visibility="visible"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/paddingBottom"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/paddingBottom"
|
|
|
|