#1694 Story content tweaks

This commit is contained in:
Andrei 2022-07-29 14:25:40 -07:00
parent 929cc929ac
commit cea73fc8f5
2 changed files with 1 additions and 9 deletions

View file

@ -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

View file

@ -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))