Skip to content
This repository was archived by the owner on Feb 17, 2020. It is now read-only.

Commit c8e4f60

Browse files
authored
Merge pull request #555 from cortinico/fix-signin-shadow-clip
Fixing elevation clipping for Sign-in button in Favourites screen
2 parents 899a68b + f90246b commit c8e4f60

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/src/main/res/layout/view_page_favorites.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<FrameLayout
2525
android:layout_width="match_parent"
2626
android:layout_height="match_parent"
27+
android:clipChildren="false"
28+
android:clipToPadding="false"
2729
app:layout_behavior="@string/appbar_scrolling_view_behavior">
2830

2931
<net.squanchy.favorites.view.FavoritesSignedInEmptyLayout
@@ -47,6 +49,8 @@
4749
android:layout_gravity="center"
4850
android:layout_marginStart="@dimen/favorites_empty_margin_horizontal"
4951
android:layout_marginEnd="@dimen/favorites_empty_margin_horizontal"
52+
android:clipChildren="false"
53+
android:clipToPadding="false"
5054
android:gravity="center"
5155
android:orientation="vertical"
5256
android:visibility="gone">

0 commit comments

Comments
 (0)