ricovivid

Results 7 comments of ricovivid

Kind of the same situation. I ran it in an emulator and the app kept crashing. When I looked at logcat I noticed that it couldn't resolve the reference to...

@svenjacobs when you remove the `android:text` does the checkbox appear? I had a rough time even building and running the solution after I added this library. Up until the time...

@svenjacobs did you have issues installing and building this library? Because I did.

@sephiroth74 which installation instruction set is the correct one? 1. [The README on your github repo](https://github.com/sephiroth74/Tri-State-Checkbox#installation) 2. [The instructions at The Android Arsenal](https://android-arsenal.com/details/1/7470#!package)

> > did you have issues installing and building this library > > No, I didn't. I didn't even notice that the library depends on Timber. Timber is a transitive...

I spent some time this weekend and I was able to get a checkbox to display by putting this in my main activity: checkBox1.setChecked(false, false). Without that line I looks...

@imerljak when in multi-sort will this also persist the visibility of the sort arrows when multiple columns are sorted?