You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @gabrielemariotti
i want to set a gauge from another library in a layout and then use it in a card
the problem is when the card is set its a blank gauge with no parameters has set
View Speedmetter =LayoutInflater.from(getApplicationContext()).inflate(R.layout.native_card_thumbnail_layout,null);
speedometer = (SpeedometerGauge) Speedmetter.findViewById(R.id.speedometer);
Card card = new Card(speedometer.getContext(),R.layout.native_card_thumbnail_layout);
can u help me with this please?
Thank you
The text was updated successfully, but these errors were encountered:
Hello @gabrielemariotti
i want to set a gauge from another library in a layout and then use it in a card
the problem is when the card is set its a blank gauge with no parameters has set
View Speedmetter =LayoutInflater.from(getApplicationContext()).inflate(R.layout.native_card_thumbnail_layout,null);
speedometer = (SpeedometerGauge) Speedmetter.findViewById(R.id.speedometer);
Card card = new Card(speedometer.getContext(),R.layout.native_card_thumbnail_layout);
can u help me with this please?
Thank you
The text was updated successfully, but these errors were encountered: