We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diffrent checkbox sizes on diffrent API levels.
They are the same only on API 21 - API 23.
<com.buildware.widget.indeterm.IndeterminateCheckBox android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_weight="1" android:buttonTint="@color/colorPrimary" android:paddingLeft="8dp" android:textColor="@color/checkbuttons_text_grey" tools:text="Example" />
The text was updated successfully, but these errors were encountered:
sevar83
No branches or pull requests
Diffrent checkbox sizes on diffrent API levels.
They are the same only on API 21 - API 23.
<com.buildware.widget.indeterm.IndeterminateCheckBox
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_weight="1"
android:buttonTint="@color/colorPrimary"
android:paddingLeft="8dp"
android:textColor="@color/checkbuttons_text_grey"
tools:text="Example" />
The text was updated successfully, but these errors were encountered: