We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f0915 commit 5a531beCopy full SHA for 5a531be
README.md
@@ -71,7 +71,7 @@ setTextSize(float size)
71
setTextPadding(int[] padding) - int[4]{CustomButton.LEFT, CustomButton.TOP, CustomButton.RIGHT, CustomButton.BOTTOM}
72
setTextParams(int weight, int[] padding)
73
setImage(int position, Drawable drawableNormal, Drawable drawablePressed, Drawable drawableDisabled, ImageView.ScaleType scaleType, int weight, int[] padding)
74
-setImage(int position, Drawable drawable, ImageView.ScaleType scaleType, int weight, int[] padding)<br>
+setImage(int position, Drawable drawable, ImageView.ScaleType scaleType, int weight, int[] padding)
75
setElevationEnabled(boolean enabled)
76
and evry XML tag have getter
77
```
0 commit comments