Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. class UiState(
  2. private val fabIcon: Int,
  3. private val fabText: Int,
  4. private val toolBarMenu: Int,
  5. private val altToolBarMenu: Int,
  6. private val navBarColor: Int,
  7. private val showsFab: Boolean,
  8. private val showsToolbar: Boolean,
  9. private val showsAltToolbar: Boolean,
  10. private val insetFlags: InsetFlags,
  11. private val toolbarTitle: CharSequence,
  12. private val altToolbarTitle: CharSequence,
  13. private val fabClickListener: View.OnClickListener?
  14. ) : Parcelable {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement