Interface WindowInsetsWidget

All Superinterfaces:
BaseWidget
All Known Implementing Classes:
DynamicAppBarLayout, DynamicBottomNavigationView, DynamicBottomSheet, DynamicCollapsingToolbarLayout, DynamicCoordinatorLayout, DynamicDrawerLayout, DynamicGridView, DynamicHorizontalScrollView, DynamicListView, DynamicNavigationRailView, DynamicNavigationView, DynamicNestedGridView, DynamicNestedListView, DynamicNestedScrollView, DynamicRecyclerView, DynamicRootLayout, DynamicScrollView

public interface WindowInsetsWidget extends BaseWidget
Interface to create widget by applying the window insets.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Apply window insets for the widget.

    Methods inherited from interface com.pranavpandey.android.dynamic.support.widget.base.BaseWidget

    initialize, loadFromAttributes
  • Method Details

    • applyWindowInsets

      void applyWindowInsets()
      Apply window insets for the widget.