Como resolvo isso? [on hold]
Como resolvo isso? [on hold]
I am developing an apk in android studio and am breaking my head to solve this problem. So it's this: I have a resourse file layout that is a Dialog that I instantiate in my class and I do it as follows:
final Dialog d2Builder = new Dialog(mContext);
d2Builder.setContentView(R.layout.dialog_box_quantidade_do_produto);
Objects.requireNonNull(d2Builder.getWindow()).setBackgroundDrawable(new ColorDrawable(android.R.color.white));
d2Builder.show();
Só que ao executar o meu apk, o meu Dialog aparece normalmente, porém fica uma linha em cima que estraga o meu design.
enter image description here
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
ok my friends...
– Andre Alas
Jun 30 at 19:01
Please write your question in English or use pt.stackoverflow.com
– Eugene Primako
Jun 30 at 18:55