mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
Added setting configured color to button texts for messagebox on Android.
This commit is contained in:
parent
36801e9d0d
commit
87dede4f00
|
|
@ -741,6 +741,9 @@ public class SDLActivity extends Activity {
|
|||
}
|
||||
}
|
||||
button.setText(buttonTexts[i]);
|
||||
if (textColor != Color.TRANSPARENT) {
|
||||
button.setTextColor(textColor);
|
||||
}
|
||||
if (buttonBorderColor != Color.TRANSPARENT) {
|
||||
// TODO set color for border of messagebox button
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user