Java Code Examples for trikita.anvil.Anvil#Renderable

The following examples show how to use trikita.anvil.Anvil#Renderable . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: AppCompatv7DSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void appCompatSeekBar(Anvil.Renderable r) {
  return BaseDSL.v(AppCompatSeekBar.class, r);
}
 
Example 2
Source File: DesignDSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void navigationView(Anvil.Renderable r) {
  return BaseDSL.v(NavigationView.class, r);
}
 
Example 3
Source File: DesignDSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void baselineLayout(Anvil.Renderable r) {
  return BaseDSL.v(BaselineLayout.class, r);
}
 
Example 4
Source File: AppCompatv7DSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void alertDialogLayout(Anvil.Renderable r) {
  return BaseDSL.v(AlertDialogLayout.class, r);
}
 
Example 5
Source File: AppCompatv7DSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void appCompatImageView(Anvil.Renderable r) {
  return BaseDSL.v(AppCompatImageView.class, r);
}
 
Example 6
Source File: AppCompatv7DSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void actionMenuView(Anvil.Renderable r) {
  return BaseDSL.v(ActionMenuView.class, r);
}
 
Example 7
Source File: SupportCoreUiDSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void swipeRefreshLayout(Anvil.Renderable r) {
  return BaseDSL.v(SwipeRefreshLayout.class, r);
}
 
Example 8
Source File: AppCompatv7DSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void actionBarContextView(Anvil.Renderable r) {
  return BaseDSL.v(ActionBarContextView.class, r);
}
 
Example 9
Source File: AppCompatv7DSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void appCompatImageButton(Anvil.Renderable r) {
  return BaseDSL.v(AppCompatImageButton.class, r);
}
 
Example 10
Source File: DesignDSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void snackbarContentLayout(Anvil.Renderable r) {
  return BaseDSL.v(SnackbarContentLayout.class, r);
}
 
Example 11
Source File: AppCompatv7DSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void scrollingTabContainerView(Anvil.Renderable r) {
  return BaseDSL.v(ScrollingTabContainerView.class, r);
}
 
Example 12
Source File: DesignDSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void foregroundLinearLayout(Anvil.Renderable r) {
  return BaseDSL.v(ForegroundLinearLayout.class, r);
}
 
Example 13
Source File: DesignDSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void scrimInsetsFrameLayout(Anvil.Renderable r) {
  return BaseDSL.v(ScrimInsetsFrameLayout.class, r);
}
 
Example 14
Source File: AppCompatv7DSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void contentFrameLayout(Anvil.Renderable r) {
  return BaseDSL.v(ContentFrameLayout.class, r);
}
 
Example 15
Source File: DesignDSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void textInputEditText(Anvil.Renderable r) {
  return BaseDSL.v(TextInputEditText.class, r);
}
 
Example 16
Source File: AppCompatv7DSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void fitWindowsFrameLayout(Anvil.Renderable r) {
  return BaseDSL.v(FitWindowsFrameLayout.class, r);
}
 
Example 17
Source File: AppCompatv7DSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void buttonBarLayout(Anvil.Renderable r) {
  return BaseDSL.v(ButtonBarLayout.class, r);
}
 
Example 18
Source File: AppCompatv7DSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void appCompatEditText(Anvil.Renderable r) {
  return BaseDSL.v(AppCompatEditText.class, r);
}
 
Example 19
Source File: AppCompatv7DSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void appCompatMultiAutoCompleteTextView(Anvil.Renderable r) {
  return BaseDSL.v(AppCompatMultiAutoCompleteTextView.class, r);
}
 
Example 20
Source File: SupportCoreUiDSL.java    From anvil with MIT License 4 votes vote down vote up
public static Void pagerTitleStrip(Anvil.Renderable r) {
  return BaseDSL.v(PagerTitleStrip.class, r);
}