smooth-app-bar-layout icon indicating copy to clipboard operation
smooth-app-bar-layout copied to clipboard

Toolbar "snap" doesn't work

Open shifatul-i opened this issue 7 years ago • 1 comments

Hi, layout_scrollFlags="snap" doesn't work with Toolbar I think this would be a great addition to this library

<android.support.v7.widget.Toolbar
      android:id="@id/toolbar"
      android:layout_width="match_parent"
      android:layout_height="?attr/actionBarSize"
      app:layout_collapseMode="pin"
      app:layout_scrollFlags="scroll|enterAlways|snap"
      app:popupTheme="@style/AppTheme.PopupOverlay" />

shifatul-i avatar Mar 04 '17 22:03 shifatul-i

Sorry, I just saw that you r not planning to add new features to this library. Anyway, thanks for the work around solution. Awesome library.

shifatul-i avatar Mar 04 '17 23:03 shifatul-i