Commit c64c666c by mReturn

修改sop页面顶部标题样式

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