|
|
@@ -1,7 +1,7 @@
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@color/white">
|
|
|
+ android:background="#ebe9e9">
|
|
|
|
|
|
<ScrollView
|
|
|
android:id="@+id/scroll_view"
|
|
|
@@ -13,40 +13,28 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical">
|
|
|
-
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="10dp"
|
|
|
+ android:background="#ebe9e9"/>
|
|
|
<EditText
|
|
|
android:id="@+id/text_edit"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:background="@drawable/full_edit_bg"
|
|
|
+ android:background="@color/white"
|
|
|
android:gravity="top"
|
|
|
android:hint="@string/circle_now_think"
|
|
|
android:inputType="textMultiLine"
|
|
|
android:minHeight="250dp"
|
|
|
android:padding="10dp"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textColorHint="@color/grey"
|
|
|
+ android:textColorHint="#969695"
|
|
|
android:textSize="16sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/select_img_prompt_tv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="3dp"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:shadowColor="@color/white"
|
|
|
- android:shadowRadius="1"
|
|
|
- android:text="@string/circle_select_image"
|
|
|
- android:textColor="@color/gray"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:id="@+id/select_img_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@color/light_gray"
|
|
|
+ android:background="@color/white"
|
|
|
android:padding="10dp">
|
|
|
|
|
|
<com.xzjmyk.pm.activity.view.MyGridView
|
|
|
@@ -61,20 +49,28 @@
|
|
|
android:verticalSpacing="3dp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="10dp"
|
|
|
+ android:background="#ebe9e9"
|
|
|
+ android:textColor="@color/gray"/>
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/location_rl"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:clickable="true"
|
|
|
- android:padding="10dp">
|
|
|
+ android:padding="10dp"
|
|
|
+ android:background="@color/white">
|
|
|
<ImageView
|
|
|
android:id="@+id/location_iv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:src="@drawable/icon_location"
|
|
|
+ android:src="@drawable/icon_dingwei1_nor"
|
|
|
android:layout_marginTop="5dp"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
android:layout_marginRight="10dp"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
/>
|
|
|
<TextView
|
|
|
android:id="@+id/location_tv"
|
|
|
@@ -82,7 +78,7 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:gravity="center"
|
|
|
android:text="所在位置"
|
|
|
- android:textColor="@color/text_hine"
|
|
|
+ android:textColor="#575757"
|
|
|
android:textSize="@dimen/text_main"
|
|
|
android:paddingRight="20dp"
|
|
|
android:layout_toRightOf="@+id/location_iv"/>
|
|
|
@@ -93,11 +89,6 @@
|
|
|
android:src="@drawable/oa_next" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="20px"
|
|
|
- android:background="@color/item_line"
|
|
|
- android:visibility="gone"/>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/display_rl"
|