From 94c1fc84facddbd821277090763a94c274eebb88 Mon Sep 17 00:00:00 2001 From: kunfei Date: Thu, 15 Aug 2019 15:51:38 +0800 Subject: [PATCH] up --- .../main/res/layout/item_change_source.xml | 34 +++++++++++++++---- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/item_change_source.xml b/app/src/main/res/layout/item_change_source.xml index 2cf9b5649..cc1364b64 100644 --- a/app/src/main/res/layout/item_change_source.xml +++ b/app/src/main/res/layout/item_change_source.xml @@ -1,18 +1,40 @@ - + xmlns:app="http://schemas.android.com/apk/res-auto" + android:background="?android:attr/selectableItemBackground" + android:padding="10dp"> + android:singleLine="true" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintLeft_toLeftOf="parent" + app:layout_constraintRight_toLeftOf="@+id/iv_checked" /> - \ No newline at end of file + android:singleLine="true" + app:layout_constraintTop_toBottomOf="@+id/tv_origin" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintLeft_toLeftOf="parent" + app:layout_constraintRight_toLeftOf="@+id/iv_checked" /> + + + + \ No newline at end of file