mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
#1694 Story content tweaks
This commit is contained in:
parent
929cc929ac
commit
cea73fc8f5
2 changed files with 1 additions and 9 deletions
|
@ -41,19 +41,12 @@
|
|||
|
||||
</FrameLayout>
|
||||
|
||||
<View
|
||||
android:id="@+id/item_feed_border"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_below="@id/row_item_feed_header"
|
||||
android:background="@color/gray55" />
|
||||
|
||||
<com.newsblur.view.ReadingScrollView
|
||||
android:id="@+id/reading_scrollview"
|
||||
style="?readingBackground"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_below="@+id/item_feed_border"
|
||||
android:layout_below="@+id/row_item_feed_header"
|
||||
android:scrollbars="vertical">
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
@ -492,7 +492,6 @@ class ReadingItemFragment : NbFragment(), PopupMenu.OnMenuItemClickListener {
|
|||
val colors = intArrayOf(Color.parseColor("#$feedColor"), Color.parseColor("#$feedFade"))
|
||||
val gradient = GradientDrawable(GradientDrawable.Orientation.BOTTOM_TOP, colors)
|
||||
UIUtils.setViewBackground(binding.rowItemFeedHeader, gradient)
|
||||
binding.itemFeedBorder.setBackgroundColor(Color.parseColor("#$feedBorder"))
|
||||
|
||||
if (faviconText == "black") {
|
||||
binding.readingFeedTitle.setTextColor(ContextCompat.getColor(requireContext(), R.color.text))
|
||||
|
|
Loading…
Add table
Reference in a new issue