Commit 578fa157 authored by wangxuewei's avatar wangxuewei

[提交人]:王雪伟

[提交简述] :多多菜园1.0.2
[实现方案] :修改文案
parent 1e484ed9
...@@ -92,8 +92,9 @@ ...@@ -92,8 +92,9 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10" android:layout_marginTop="@dimen/dp_10"
android:textStyle="bold"
android:textColor="@color/color_7C1714" android:textColor="@color/color_7C1714"
android:textSize="20sp" android:textSize="30sp"
tools:text="+40g" /> tools:text="+40g" />
</LinearLayout> </LinearLayout>
...@@ -120,7 +121,8 @@ ...@@ -120,7 +121,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10" android:layout_marginTop="@dimen/dp_10"
android:textColor="@color/color_7C1714" android:textColor="@color/color_7C1714"
android:textSize="20sp" android:textSize="30sp"
android:textStyle="bold"
tools:text="+40g" /> tools:text="+40g" />
</LinearLayout> </LinearLayout>
...@@ -147,7 +149,8 @@ ...@@ -147,7 +149,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10" android:layout_marginTop="@dimen/dp_10"
android:textColor="@color/color_7C1714" android:textColor="@color/color_7C1714"
android:textSize="20sp" android:textSize="30sp"
android:textStyle="bold"
tools:text="+40g" /> tools:text="+40g" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
......
...@@ -93,7 +93,8 @@ ...@@ -93,7 +93,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10" android:layout_marginTop="@dimen/dp_10"
android:textColor="@color/color_7C1714" android:textColor="@color/color_7C1714"
android:textSize="20sp" android:textSize="30sp"
android:textStyle="bold"
tools:text="+40g" /> tools:text="+40g" />
</LinearLayout> </LinearLayout>
......
...@@ -93,8 +93,9 @@ ...@@ -93,8 +93,9 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:textColor="#7C1714" android:textColor="#7C1714"
android:textSize="20sp" android:textSize="30sp"
tools:text="*1" /> android:textStyle="bold"
tools:text="+1" />
</LinearLayout> </LinearLayout>
......
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