|
|
@@ -1,48 +1,49 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:orientation="vertical"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_moment"
|
|
|
- android:background="@color/white"
|
|
|
+ style="@style/LinearLayout_horizontal"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:maxHeight="180dp"
|
|
|
- android:minHeight="50dp"
|
|
|
- style="@style/LinearLayout_horizontal">
|
|
|
+ android:background="@color/white"
|
|
|
+ android:minHeight="50dp">
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/tv_less_key"
|
|
|
style="@style/TextView_Basic"
|
|
|
- android:layout_margin="10dp"
|
|
|
android:layout_width="60dp"
|
|
|
- android:textSize="14sp"
|
|
|
- android:textColor="@color/text_main"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:text="商机阶段商机阶段阶段:" />
|
|
|
-<!--android:background="@drawable/shape_from_edit"-->
|
|
|
+ android:layout_margin="10dp"
|
|
|
+ android:text="商机阶段商机阶段阶段:"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ <!--android:background="@drawable/shape_from_edit"-->
|
|
|
<EditText
|
|
|
android:id="@+id/tv_less_value"
|
|
|
style="@style/TextView_Basic"
|
|
|
- android:maxWidth="260dp"
|
|
|
- android:minWidth="240dp"
|
|
|
- android:maxHeight="150dp"
|
|
|
- android:textSize="14sp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:background="@drawable/shape_from_edit"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:background="@null"
|
|
|
android:gravity="right|center"
|
|
|
+ android:hint="@string/common_input"
|
|
|
+ android:maxWidth="260dp"
|
|
|
+ android:minWidth="240dp"
|
|
|
android:padding="5dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:hint="@string/common_input" />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/select_img_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@color/white"
|
|
|
- android:visibility="gone"
|
|
|
- android:padding="10dp">
|
|
|
+ android:padding="10dp"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<com.core.widget.view.MyGridView
|
|
|
android:id="@+id/grid_view"
|