Commit c64c666c by mReturn

修改sop页面顶部标题样式

parent 5055a860
...@@ -48,8 +48,7 @@ ...@@ -48,8 +48,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/color_ee" android:background="@color/color_ee"
android:gravity="center_horizontal" android:orientation="horizontal"
android:orientation="vertical"
android:padding="10dp"> android:padding="10dp">
<TextView <TextView
...@@ -57,14 +56,19 @@ ...@@ -57,14 +56,19 @@
style="@style/common_text_style" style="@style/common_text_style"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="1" android:text=""
android:textSize="16sp" />
<TextView
style="@style/common_text_style"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=". "
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView
android:id="@+id/tv_desc" android:id="@+id/tv_desc"
style="@style/common_text_style" style="@style/common_text_style"
android:layout_marginTop="5dp" android:text=""
android:text="123"
android:textSize="16sp" /> android:textSize="16sp" />
</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 sign in to comment