|
@@ -18,7 +18,7 @@
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:padding="@dimen/sp_16"
|
|
|
+ android:padding="10dp"
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
@@ -44,7 +44,7 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:padding="@dimen/sp_16"
|
|
|
+ android:padding="10dp"
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
@@ -70,7 +70,7 @@
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
<LinearLayout
|
|
|
- android:padding="@dimen/sp_16"
|
|
|
+ android:padding="10dp"
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
@@ -95,6 +95,32 @@
|
|
|
android:textColor="@color/black"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textColor="@color/red"
|
|
|
+ android:text="备注"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:gravity="right">
|
|
|
+ </TextView>
|
|
|
+ <com.uas.ruiziuasmes.view.ClearableEditText
|
|
|
+ android:id="@+id/ol_remark_et"
|
|
|
+ style="@style/EditTextStyle"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_line_edittext"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:hint="请输入备注"
|
|
|
+ android:imeOptions="actionSend"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
|
android:layout_marginRight="@dimen/dp_10"
|