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
When I try to set the text size or color of the widget on my jfltexx with CM12.1 nothing happens.
But if I remove the if (layoutId == R.layout.main_text) {
(and the closing bracket in L210!!!) in the file:
/CurrentWidgetLibrary/src/com/manor/currentwidget/library/CurrentWidget.java:L197
it will work.
The text was updated successfully, but these errors were encountered:
When I try to set the text size or color of the widget on my jfltexx with CM12.1 nothing happens.
But if I remove the
if (layoutId == R.layout.main_text) {
(and the closing bracket in L210!!!) in the file:
/CurrentWidgetLibrary/src/com/manor/currentwidget/library/CurrentWidget.java:L197
it will work.
The text was updated successfully, but these errors were encountered: