mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
#1454 Vertical scrollbars on story views
This commit is contained in:
parent
022592a574
commit
76a36cdbf9
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@
|
|||
style="?readingBackground"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_below="@+id/item_feed_border">
|
||||
android:layout_below="@+id/item_feed_border"
|
||||
android:scrollbars="vertical">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Add table
Reference in a new issue