mirror of https://github.com/LeOS-GSI/LeOS-Genesis
parent
3d9b789228
commit
83f7bdaa44
|
@ -146,8 +146,8 @@ public class messageManager implements View.OnClickListener, DialogInterface.OnD
|
||||||
mDialog.setOnDismissListener(this);
|
mDialog.setOnDismissListener(this);
|
||||||
mPopupToastContainer.setBackground(helperMethod.getDrawableXML(mContext, pBackground));
|
mPopupToastContainer.setBackground(helperMethod.getDrawableXML(mContext, pBackground));
|
||||||
if(pBackground == R.xml.ax_background_important){
|
if(pBackground == R.xml.ax_background_important){
|
||||||
mPopupToastInfo.setText(Color.WHITE);
|
mPopupToastInfo.setTextColor(Color.WHITE);
|
||||||
mPopupToastNext.setText(Color.WHITE);
|
mPopupToastNext.setTextColor(Color.WHITE);
|
||||||
}
|
}
|
||||||
|
|
||||||
mToastHandler.postDelayed(() ->
|
mToastHandler.postDelayed(() ->
|
||||||
|
|
Loading…
Reference in New Issue