Merge remote-tracking branch 'refs/remotes/origin/2.7.x-release'

This commit is contained in:
misaochan 2018-04-04 22:32:17 +10:00
commit 23b2f3ce1d
4 changed files with 13 additions and 7 deletions

View file

@ -37,8 +37,11 @@
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="16sp" />
android:textSize="16sp"
android:layout_marginRight="50dp"
android:maxLines="2"
android:ellipsize="end"
/>
<TextView
android:id="@+id/category"
android:layout_width="wrap_content"
@ -189,4 +192,4 @@
android:textSize="16sp" />
</LinearLayout>
</LinearLayout>