diff --git a/app/src/main/res/layout/item_module_md2.xml b/app/src/main/res/layout/item_module_md2.xml index 6463a6c6c..535a1bda6 100644 --- a/app/src/main/res/layout/item_module_md2.xml +++ b/app/src/main/res/layout/item_module_md2.xml @@ -32,8 +32,7 @@ + android:layout_height="wrap_content"> @@ -66,14 +66,16 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="@dimen/l1" + android:layout_marginEnd="@dimen/l1" android:text="@{@string/module_version_author(item.item.version, item.item.author)}" android:textAppearance="?appearanceTextCaptionVariant" - app:layout_constraintEnd_toStartOf="@+id/module_remove" + app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@+id/module_state_icon" app:layout_constraintTop_toBottomOf="@+id/module_title" tools:text="v1 by topjohnwu" /> - + + + app:layout_constraintTop_toBottomOf="@+id/module_divider" + tools:icon="@drawable/ic_delete_md2" + tools:text="Remove" />