Skip to content

Commit

Permalink
Fixed default visibility of "new feed items" button
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Sep 12, 2021
1 parent d934aa0 commit daebceb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/fragment_feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@
android:layout_marginBottom="5sp"
android:text="@string/feed_new_items"
android:textSize="12sp"
android:theme="@style/ServiceColoredButton" />
android:theme="@style/ServiceColoredButton"
android:visibility="gone"
tools:visibility="visible" />

<LinearLayout
android:layout_width="wrap_content"
Expand Down

0 comments on commit daebceb

Please sign in to comment.