Fixed default visibility of "new feed items" button
Fixed/Avoid NPEs
This commit is contained in:
parent
700c1b4b25
commit
4eb02f584e
2 changed files with 24 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue