mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
story row date and author justify to bottom when possible (#963)
This commit is contained in:
parent
f752ce2b38
commit
600660e0f9
1 changed files with 4 additions and 3 deletions
|
@ -109,7 +109,7 @@
|
|||
android:layout_toLeftOf="@id/row_item_thumbnail"
|
||||
android:layout_alignWithParentIfMissing="true"
|
||||
android:layout_below="@id/row_item_content"
|
||||
android:paddingBottom="4dp"
|
||||
android:paddingBottom="2dp"
|
||||
android:paddingRight="8dp"
|
||||
style="?storyDateText" />
|
||||
|
||||
|
@ -118,9 +118,10 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/row_item_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_marginLeft="33dp"
|
||||
android:layout_toLeftOf="@id/row_item_date"
|
||||
android:layout_alignLeft="@id/row_item_content"
|
||||
android:paddingBottom="4dp"
|
||||
android:paddingBottom="2dp"
|
||||
android:ellipsize="end"
|
||||
android:singleLine="true"
|
||||
android:textColor="@color/story_author_text" />
|
||||
|
|
Loading…
Add table
Reference in a new issue