question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Attributes not work?

See original GitHub issue

Hi!

<com.daimajia.numberprogressbar.NumberProgressBar
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"

        custom:progress_unreached_bar_height="4dp"
        custom:progress_reached_bar_height="8dp"

        custom:max="100"
        custom:progress="80"
         />

Unfortunately the height of the bar does not change. Is this a bug?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:30 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
crysancommented, Jun 23, 2015

Нашел в чем причина: Android Studio created description xmlns:custom=“http://schemas.android.com/tools

should be replaced by xmlns:custom=“http://schemas.android.com/apk/res-auto

Thanks for your help and patience!

0reactions
daimajiacommented, Feb 22, 2017

@Rekam Hey, the latest version 1.3 has been releases. It should be fixed, please try it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Block attributes do not display as expected in AutoCAD
Attributes of some Block objects are not displayed as expected in AutoCAD, while they are displayed correctly inside Block Editor.
Read more >
Html input attributes not working - Stack Overflow
If you want your "required" attributes to work, then you need to submit the form typically with - <input type="Submit">.
Read more >
Global attributes - HTML: HyperText Markup Language | MDN
Chrome Edge accesskey Full support. ChromeYes. Toggle history Full support. Edge12. Tog... autocapitalize Full support. Chrome43. Toggle history Full support. Edge79. Tog... autocomplete Full support. ChromeYes....
Read more >
WooCommerce Product Attributes Not Working - WordPress.org
When I go into the attribute properties I can see that the brand link is still there, it's just not showing. The only...
Read more >
Accessing Attributes not working :/ | Codecademy
First, each is not a function; it's a jQuery method. You can use it with $.each() , but this exercise is actually better...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found