Roberto Leinardi

Results 242 comments of Roberto Leinardi

Hi, thanks for the quick reply. I added these attributes for API21+: ``` @color/material_red_500 @color/material_blue_700 @color/material_green_a700 @color/material_purple_500 @color/material_lime_500 ``` but unfortunately nothing changes. I just noticed something: when i switch...

Sure. I've checked and the retrieved color is the wrong one. I also tried in my Activity, between the `setTheme` and the `setContentView`, using the same code that is used...

Sorry probably I'm not getting what are asking me to test because, like I said in my previous comment, I've already checked the context that MaterialProgressBar is getting in the...

Sorry, I did notice the **android** change. Anyway tested and is still getting the wrong color.

Yep, it is before: ``` @Override protected void onCreate(Bundle savedInstanceState) { // Get passed in parameters Bundle args = getIntent().getExtras(); // If no parameters were passed in, default them if...

I commented the `setTheme()` and the MaterialProgressBar is green: ![device-2017-06-14-171705](https://user-images.githubusercontent.com/273338/27140314-82e62ab2-5125-11e7-8fb4-012ecde75828.png) But if I define the `colorControlActivated ` then the color works fine: ![device-2017-06-14-172030](https://user-images.githubusercontent.com/273338/27140482-ef2607a6-5125-11e7-964a-f286f51130d9.png) The issue happens only if I switch...

Same issue here after updating from Ubuntu 19.10 to 20.04 LTS. Interestingly, the Figma website on Chrome runs smoothly (with there are no custom fonts). Perhaps an update of the...

Btw, Ubuntu 20.04 will be release in less than 10 days, soon many derived distributions like Pop!_OS and Mint will have the same issue. It would be better to try...

> Can you provide more info you achieved this? Sure, I simply followed these instructions: https://github.com/tryvin/figma-linux-font-helper#how-to-use-it It works like a charm.