|
|
@@ -89,12 +89,12 @@
|
|
|
android:id="@+id/commonWordsIV"
|
|
|
android:layout_width="20dp"
|
|
|
android:layout_height="20dp"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginTop="3dp"
|
|
|
android:src="@drawable/changyongyu"
|
|
|
- android:visibility="visible"/>
|
|
|
+ android:visibility="visible"
|
|
|
+ android:layout_alignTop="@+id/voiceIV"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_alignParentEnd="true" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/voiceIV"
|
|
|
@@ -120,15 +120,16 @@
|
|
|
android:id="@+id/opinionET"
|
|
|
style="@style/form_relative_right_text2"
|
|
|
android:layout_alignParentTop="true"
|
|
|
- android:layout_toEndOf="@+id/inputTagIV"
|
|
|
- android:layout_toRightOf="@+id/inputTagIV"
|
|
|
android:hint="请输入审批意见..."
|
|
|
android:minHeight="50dp"
|
|
|
android:paddingLeft="10dp"
|
|
|
android:paddingTop="5dp"
|
|
|
whatever:customRegexp="^[\\s\\S]{0,30}$"
|
|
|
whatever:testErrorString="输入错误或内容超长"
|
|
|
- whatever:testType="regexp"/>
|
|
|
+ whatever:testType="regexp"
|
|
|
+ android:layout_toLeftOf="@+id/voiceIV"
|
|
|
+ android:layout_toRightOf="@+id/inputTagIV"
|
|
|
+ />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|