Commit a299f7102cf46afd0c8b794bcbc1e6697ae9610e

Authored by 姚旭斌
2 parents df3a9c11 c45f5ac9

Merge branch 'developer' into yxb_dev

# Conflicts:
#	.idea/modules.xml
#	app/libs/processor.jar
.idea/modules.xml
@@ -4,12 +4,11 @@ @@ -4,12 +4,11 @@
4 <modules> 4 <modules>
5 <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> 5 <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
6 <module fileurl="file://$PROJECT_DIR$/mvpsdk/mvpsdk.iml" filepath="$PROJECT_DIR$/mvpsdk/mvpsdk.iml" /> 6 <module fileurl="file://$PROJECT_DIR$/mvpsdk/mvpsdk.iml" filepath="$PROJECT_DIR$/mvpsdk/mvpsdk.iml" />
  7 + <module fileurl="file://$PROJECT_DIR$/parentWorkHolper.iml" filepath="$PROJECT_DIR$/parentWorkHolper.iml" />
7 <module fileurl="file://F:\parentwork\parentWorkHolper.iml" filepath="F:\parentwork\parentWorkHolper.iml" /> 8 <module fileurl="file://F:\parentwork\parentWorkHolper.iml" filepath="F:\parentwork\parentWorkHolper.iml" />
8 <module fileurl="file://E:\parentwork\parentWorkHolper.iml" filepath="E:\parentwork\parentWorkHolper.iml" /> 9 <module fileurl="file://E:\parentwork\parentWorkHolper.iml" filepath="E:\parentwork\parentWorkHolper.iml" />
9 - <module fileurl="file://$PROJECT_DIR$/parentwork.iml" filepath="$PROJECT_DIR$/parentwork.iml" />  
10 <module fileurl="file://F:\parentWorkHolper\parentwork.iml" filepath="F:\parentWorkHolper\parentwork.iml" /> 10 <module fileurl="file://F:\parentWorkHolper\parentwork.iml" filepath="F:\parentWorkHolper\parentwork.iml" />
11 <module fileurl="file://$PROJECT_DIR$/processor/processor.iml" filepath="$PROJECT_DIR$/processor/processor.iml" /> 11 <module fileurl="file://$PROJECT_DIR$/processor/processor.iml" filepath="$PROJECT_DIR$/processor/processor.iml" />
12 - <module fileurl="file://E:\parentwork\processor\processor.iml" filepath="E:\parentwork\processor\processor.iml" />  
13 <module fileurl="file://$PROJECT_DIR$/roundedimageview-2.2.1/roundedimageview-2.2.1.iml" filepath="$PROJECT_DIR$/roundedimageview-2.2.1/roundedimageview-2.2.1.iml" /> 12 <module fileurl="file://$PROJECT_DIR$/roundedimageview-2.2.1/roundedimageview-2.2.1.iml" filepath="$PROJECT_DIR$/roundedimageview-2.2.1/roundedimageview-2.2.1.iml" />
14 </modules> 13 </modules>
15 </component> 14 </component>
app/libs/processor.jar
No preview for this file type
app/src/main/res/layout/fragment_ce_ping.xml
@@ -8,6 +8,7 @@ @@ -8,6 +8,7 @@
8 tools:context="com.shunzhi.parent.ui.fragment.CePingFragment"> 8 tools:context="com.shunzhi.parent.ui.fragment.CePingFragment">
9 9
10 <LinearLayout 10 <LinearLayout
  11 + android:background="@drawable/shape_bg_radius8"
11 android:layout_width="match_parent" 12 android:layout_width="match_parent"
12 android:layout_height="match_parent" 13 android:layout_height="match_parent"
13 android:orientation="vertical"> 14 android:orientation="vertical">
@@ -54,7 +55,6 @@ @@ -54,7 +55,6 @@
54 android:layout_height="0dp" 55 android:layout_height="0dp"
55 android:layout_margin="@dimen/size_dp_10" 56 android:layout_margin="@dimen/size_dp_10"
56 android:layout_weight="3" 57 android:layout_weight="3"
57 - android:background="@drawable/shape_bg_radius8"  
58 android:orientation="vertical"> 58 android:orientation="vertical">
59 59
60 60
@@ -68,6 +68,40 @@ @@ -68,6 +68,40 @@
68 android:layout_marginRight="@dimen/size_dp_5" 68 android:layout_marginRight="@dimen/size_dp_5"
69 android:background="@color/bg_gray" /> 69 android:background="@color/bg_gray" />
70 70
  71 +
  72 + <LinearLayout
  73 + android:layout_marginTop="@dimen/size_dp_10"
  74 + android:layout_width="match_parent"
  75 + android:layout_height="wrap_content"
  76 + android:layout_marginLeft="@dimen/size_dp_10"
  77 + android:layout_marginRight="@dimen/size_dp_10"
  78 + android:gravity="center_vertical">
  79 +
  80 + <View
  81 + android:layout_width="0dp"
  82 + android:layout_height="1dp"
  83 + android:layout_weight="1"
  84 + android:background="@color/huodong_blue"></View>
  85 +
  86 + <TextView
  87 + android:layout_width="wrap_content"
  88 + android:layout_height="wrap_content"
  89 + android:text="活动专栏"
  90 + android:layout_marginLeft="@dimen/size_dp_5"
  91 + android:layout_marginRight="@dimen/size_dp_5"
  92 + android:textColor="@color/huodong_blue"
  93 + android:textSize="@dimen/textSize16"
  94 +
  95 + />
  96 +
  97 + <View
  98 + android:layout_width="0dp"
  99 + android:layout_height="1dp"
  100 + android:layout_weight="1"
  101 + android:background="@color/huodong_blue"></View>
  102 +
  103 + </LinearLayout>
  104 +
71 <LinearLayout 105 <LinearLayout
72 android:layout_width="match_parent" 106 android:layout_width="match_parent"
73 android:layout_height="match_parent" 107 android:layout_height="match_parent"
@@ -78,10 +112,8 @@ @@ -78,10 +112,8 @@
78 android:id="@+id/frame_xqjc" 112 android:id="@+id/frame_xqjc"
79 android:layout_width="0dp" 113 android:layout_width="0dp"
80 android:layout_height="match_parent" 114 android:layout_height="match_parent"
81 - android:layout_marginBottom="@dimen/size_dp_20"  
82 - android:layout_marginLeft="@dimen/size_dp_10"  
83 android:layout_marginRight="@dimen/size_dp_5" 115 android:layout_marginRight="@dimen/size_dp_5"
84 - android:layout_marginTop="@dimen/size_dp_20" 116 + android:layout_marginTop="@dimen/size_dp_10"
85 android:layout_weight="1" 117 android:layout_weight="1"
86 android:background="@drawable/xqjc" 118 android:background="@drawable/xqjc"
87 > 119 >
@@ -100,10 +132,8 @@ @@ -100,10 +132,8 @@
100 android:id="@+id/frame_zxxl" 132 android:id="@+id/frame_zxxl"
101 android:layout_width="0dp" 133 android:layout_width="0dp"
102 android:layout_height="match_parent" 134 android:layout_height="match_parent"
103 - android:layout_marginBottom="@dimen/size_dp_20"  
104 android:layout_marginLeft="@dimen/size_dp_5" 135 android:layout_marginLeft="@dimen/size_dp_5"
105 - android:layout_marginRight="@dimen/size_dp_10"  
106 - android:layout_marginTop="@dimen/size_dp_20" 136 + android:layout_marginTop="@dimen/size_dp_10"
107 android:layout_weight="1" 137 android:layout_weight="1"
108 android:background="@drawable/zxlx" 138 android:background="@drawable/zxlx"
109 > 139 >
@@ -124,42 +154,11 @@ @@ -124,42 +154,11 @@
124 154
125 155
126 <LinearLayout 156 <LinearLayout
127 - android:layout_width="match_parent"  
128 - android:layout_height="wrap_content"  
129 android:layout_marginLeft="@dimen/size_dp_10" 157 android:layout_marginLeft="@dimen/size_dp_10"
130 android:layout_marginRight="@dimen/size_dp_10" 158 android:layout_marginRight="@dimen/size_dp_10"
131 - android:gravity="center_vertical">  
132 -  
133 - <View  
134 - android:layout_width="0dp"  
135 - android:layout_height="1dp"  
136 - android:layout_weight="1"  
137 - android:background="@color/huodong_blue"></View>  
138 -  
139 - <TextView  
140 - android:layout_width="wrap_content"  
141 - android:layout_height="wrap_content"  
142 - android:text="活动专栏"  
143 - android:layout_marginLeft="@dimen/size_dp_5"  
144 - android:layout_marginRight="@dimen/size_dp_5"  
145 - android:textColor="@color/huodong_blue"  
146 - android:textSize="@dimen/textSize16"  
147 -  
148 - />  
149 -  
150 - <View  
151 - android:layout_width="0dp"  
152 - android:layout_height="1dp"  
153 - android:layout_weight="1"  
154 - android:background="@color/huodong_blue"></View>  
155 -  
156 - </LinearLayout>  
157 -  
158 - <LinearLayout  
159 - android:layout_marginBottom="@dimen/textSize20" 159 + android:layout_marginBottom="@dimen/size_dp_10"
160 android:layout_width="match_parent" 160 android:layout_width="match_parent"
161 android:layout_height="0dp" 161 android:layout_height="0dp"
162 - android:layout_margin="@dimen/size_dp_10"  
163 android:layout_weight="2"> 162 android:layout_weight="2">
164 163
165 <FrameLayout 164 <FrameLayout