Commit 914ebf42 authored by jyx's avatar jyx

代码优化

parent 7b92e04b
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<TextView <TextView
android:id="@+id/title_tv" android:id="@+id/title_tv"
android:layout_width="match_parent" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:ellipsize="end" android:ellipsize="end"
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<TextView <TextView
android:id="@+id/info_tv" android:id="@+id/info_tv"
android:layout_width="106dp" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="4dp" android:layout_marginTop="4dp"
android:ellipsize="end" android:ellipsize="end"
......
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