fix author missing in sw600dp article fragment xml
This commit is contained in:
parent
5792022b55
commit
2a268f6c6a
@ -28,6 +28,19 @@
|
|||||||
android:textColor="?linkColor"
|
android:textColor="?linkColor"
|
||||||
android:textSize="21sp" />
|
android:textSize="21sp" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/author"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="1"
|
||||||
|
android:ellipsize="end"
|
||||||
|
android:singleLine="true"
|
||||||
|
android:gravity="right"
|
||||||
|
android:textStyle="italic"
|
||||||
|
android:text="{Author}"
|
||||||
|
android:textColor="?headlineExcerptTextColor"
|
||||||
|
android:textSize="13sp" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/comments"
|
android:id="@+id/comments"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
Loading…
Reference in New Issue
Block a user