From 603cb36a5123e46656b06a5deb8d7ac7ff81307f Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期三, 25 十二月 2019 08:48:51 +0800 Subject: [PATCH] a --- app/src/main/res/layout/fragment_hint_door_access.xml | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/fragment_hint_door_access.xml b/app/src/main/res/layout/fragment_hint_door_access.xml index 7e7b015..add0a55 100644 --- a/app/src/main/res/layout/fragment_hint_door_access.xml +++ b/app/src/main/res/layout/fragment_hint_door_access.xml @@ -228,7 +228,7 @@ android:textSize="@dimen/h21" /> <RelativeLayout - android:layout_width="wrap_content" + android:layout_width="@dimen/w100" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/w15" android:gravity="center" @@ -253,6 +253,13 @@ android:dropDownSelector="@color/transparent" android:dropDownWidth="@dimen/w100" android:spinnerMode="dropdown" /> + <ImageView + android:layout_width="@dimen/w13" + android:layout_height="@dimen/h10" + android:layout_alignParentRight="true" + android:layout_centerVertical="true" + android:layout_marginRight="@dimen/w17" + android:src="@drawable/pulldown" /> </RelativeLayout> <TextView -- Gitblit v1.8.0