borjaruiz

Results 14 issues of borjaruiz

I have this style for my toolbar: ``` @string/font_bold @color/text1 @color/text1 @color/toolbar_back 20sp ``` The toolbar title is showing correctly in bold typeface on API>=21 but not in older versions...

Is it possible to use WebView instead of listView? Thanks

I need to have a scrollView instead of TextView, if I do the change, this doesn't work correctly. I thing there are problems with scroll listeners, how can I achieve...

I wanted monday as first column day so I've tried changing the first day to 1 instead of 0, what I get is that march 2015 has 32 days. Why?

After adding line "compile..." in build.gradle and adding example code to my xml, I get this error... Binary XML file line #24: Error inflating class com.wangjie.rapidfloatingactionbutton.RapidFloatingActionButton Thanks in advance.

Version 2.0.2 java.lang.IllegalArgumentException: Cannot add a null child view to a ViewGroup at android.view.ViewGroup.addView(ViewGroup.java:4952) at android.view.ViewGroup.addView(ViewGroup.java:4917) at com.takusemba.spotlight.SpotlightView.startTarget(SpotlightView.kt:116) at com.takusemba.spotlight.Spotlight.showTarget(Spotlight.kt:96) Tried many things without success. I'm using java and in...

Hi, very nice library, I have a problem: magicProgressCircle.setSmoothPercent(0.8f) is not working. The progressCircle isn't animated. Thanks in advance

question

I have a picker with numbers, I need to segment the background in different colors depending on its value, for example: 1-5 red, 6-10 orange, 10-15 yellow. How can I...

My app is crashing when scrolling to the limits (end or to the start). Version 1.1.1. Logcat is showing this Exception: ``` java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.EdgeEffect.onAbsorb(int)'...

I am defining a switch in a layout this way: ``` ``` And I get this error: No resource identifier found for attribute 'check' in package com.mypackage... I have also...