indeterminate-checkbox icon indicating copy to clipboard operation
indeterminate-checkbox copied to clipboard

Diffrent checkbox sizes on diffrent API levels

Open pecet66 opened this issue 9 years ago • 0 comments

Diffrent checkbox sizes on diffrent API levels.

api16 api19 api21

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" />

pecet66 avatar Oct 28 '16 08:10 pecet66