Custom Multi Purchase Dialog Confirm
To custom this dialog, you need to follow the following steps:
-
To change background
, you rename your image to "dzo_multipurchase_confirmdialog_bg.png" and paste your image into folder drawable.
-
To change button
, you rename your image to "dzo_multipurchase_confirmdialog_btn_close.png" and paste your image into folder drawable.
-
To change image
, you rename your image to "dzo_multipurchase_confirmdialog_framedcoin.png" and paste your image into folder drawable.
-
To change image
, you rename your image to "dzo_multipurchase_confirmdialog_imgdcoin.png" and paste your image into folder drawable.
-
To change button confirm
, you rename your image to "dzo_multipurchase_confirmdialog_btn_confirm.png" and paste your image into folder drawable.
-
To change button cancel
, you rename your image to "dzo_multipurchase_confirmdialog_btn_cancel.png" and paste your image into folder drawable.
Likes this:
- To change text color
, in file string.xml, config this line:
<color name="Color_MultiPurchase_Confirm_Dialog_TextBtnConfirm">{YOUR COLOR}</color> // #FFFFFF
- To change text color
, in file string.xml, config this line:
<color name="Color_MultiPurchase_Confirm_Dialog_TextBtnCancel">{YOUR COLOR}</color> // #000000
- To change text color
, in file string.xml, config this line:
<color name="Color_MultiPurchase_Confirm_Dialog_TextContent">{YOUR COLOR}</color> // #000000