Fix bounds clipping in pinch-to-zoom story gesture.
This commit is contained in:
parent
a642876bda
commit
654b602cef
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false"
|
||||
tools:context=".stories.viewer.StoryViewerActivity"
|
||||
tools:viewBindingIgnore="true">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue