diff --git a/app/src/main/res/layout/fragment_feed.xml b/app/src/main/res/layout/fragment_feed.xml index 7085e858ae8..4d06aca1348 100644 --- a/app/src/main/res/layout/fragment_feed.xml +++ b/app/src/main/res/layout/fragment_feed.xml @@ -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" />