We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 899a68b + f90246b commit c8e4f60Copy full SHA for c8e4f60
1 file changed
app/src/main/res/layout/view_page_favorites.xml
@@ -24,6 +24,8 @@
24
<FrameLayout
25
android:layout_width="match_parent"
26
android:layout_height="match_parent"
27
+ android:clipChildren="false"
28
+ android:clipToPadding="false"
29
app:layout_behavior="@string/appbar_scrolling_view_behavior">
30
31
<net.squanchy.favorites.view.FavoritesSignedInEmptyLayout
@@ -47,6 +49,8 @@
47
49
android:layout_gravity="center"
48
50
android:layout_marginStart="@dimen/favorites_empty_margin_horizontal"
51
android:layout_marginEnd="@dimen/favorites_empty_margin_horizontal"
52
53
54
android:gravity="center"
55
android:orientation="vertical"
56
android:visibility="gone">
0 commit comments