Revision 9685735b
Added by Leszek Koltunski over 2 years ago
src/main/java/org/distorted/bandaged/BandagedCreatorScreen.java | ||
---|---|---|
345 | 345 |
{ |
346 | 346 |
int spinnerID = parent.getId(); |
347 | 347 |
|
348 |
((TextView) view).setTextSize(TypedValue.COMPLEX_UNIT_PX,mTextSize); |
|
348 |
if( view!=null ) ((TextView) view).setTextSize(TypedValue.COMPLEX_UNIT_PX,mTextSize);
|
|
349 | 349 |
|
350 | 350 |
if( spinnerID==R.id.bandagedCreatorX ) |
351 | 351 |
{ |
Also available in: Unified diff
crash fix