|
|
136
|
</LinearLayout>
|
|
125
|
137
|
|
|
126
|
|
<RelativeLayout
|
|
|
138
|
<LinearLayout
|
|
|
139
|
android:id="@+id/agree_view"
|
|
127
|
140
|
android:layout_width="match_parent"
|
|
128
|
|
android:layout_height="wrap_content">
|
|
|
141
|
android:layout_height="120dp"
|
|
|
142
|
android:gravity="center"
|
|
|
143
|
android:orientation="horizontal"
|
|
|
144
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
145
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
146
|
app:layout_constraintRight_toRightOf="parent">
|
|
129
|
147
|
|
|
130
|
148
|
<ImageView
|
|
131
|
|
android:id="@+id/share_scan_icon"
|
|
132
|
|
android:layout_width="160dp"
|
|
133
|
|
android:layout_height="160dp"
|
|
134
|
|
android:layout_centerHorizontal="true"
|
|
135
|
|
android:layout_marginTop="90dp"
|
|
136
|
|
android:background="@drawable/app_publish_items_bg" />
|
|
|
149
|
android:id="@+id/publish_radio"
|
|
|
150
|
android:layout_width="wrap_content"
|
|
|
151
|
android:layout_height="wrap_content"
|
|
|
152
|
android:padding="5dp"
|
|
|
153
|
android:src="@drawable/radio_unselected" />
|
|
137
|
154
|
|
|
138
|
155
|
<TextView
|
|
139
|
|
android:id="@+id/share_scan_icon_info"
|
|
|
156
|
android:id="@+id/rule_publish"
|
|
140
|
157
|
android:layout_width="wrap_content"
|
|
141
|
158
|
android:layout_height="wrap_content"
|
|
142
|
|
android:layout_below="@+id/share_scan_icon"
|
|
143
|
|
android:layout_centerHorizontal="true"
|
|
144
|
|
android:layout_marginTop="21dp"
|
|
145
|
|
android:layout_marginBottom="60dp"
|
|
146
|
|
android:text="分享你的电动车与生活"
|
|
147
|
|
android:textColor="@color/color_222222"
|
|
148
|
|
android:textSize="15sp" />
|
|
149
|
|
</RelativeLayout>
|
|
150
|
|
|
|
151
|
|
</RelativeLayout>
|
|
|
159
|
android:paddingTop="20dp"
|
|
|
160
|
android:paddingRight="5dp"
|
|
|
161
|
android:paddingBottom="20dp"
|
|
|
162
|
android:text="同意《用户发布内容规则》"
|
|
|
163
|
android:textColor="@color/color_0088f6"
|
|
|
164
|
android:textSize="14sp" />
|
|
|
165
|
</LinearLayout>
|
|
|
166
|
|
|
|
167
|
|
|
|
168
|
</android.support.constraint.ConstraintLayout>
|