Commit 939ba0e6 authored by linfeng's avatar linfeng

提交代码

parent f5d8a57d
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
android:layout_marginLeft="@dimen/size_10" android:layout_marginLeft="@dimen/size_10"
android:layout_marginTop="@dimen/size_10" android:layout_marginTop="@dimen/size_10"
android:layout_marginRight="@dimen/size_10" android:layout_marginRight="@dimen/size_10"
android:layout_marginBottom="@dimen/size_10" android:layout_marginBottom="@dimen/size_5"
android:scrollbars="none"> android:scrollbars="none">
<LinearLayout <LinearLayout
...@@ -120,6 +120,18 @@ ...@@ -120,6 +120,18 @@
android:src="@drawable/icon_share_wx" /> android:src="@drawable/icon_share_wx" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
<include layout="@layout/common_line" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/size_5"
android:drawableLeft="@drawable/common_icon_logo_small"
android:drawablePadding="@dimen/size_3"
android:text="房车·让生活更美好"
android:textColor="@color/gray_B4B4B4"
android:textSize="@dimen/text_8" />
</LinearLayout> </LinearLayout>
</ScrollView> </ScrollView>
</android.support.v7.widget.CardView> </android.support.v7.widget.CardView>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment