Android alert dialog shortlist text too small -


"itemprop =" text ">

My problem is that the spinner where I can choose between 5 Linie 1 from Linie is very small. Both the text and the columns of spinner are very few and I have not yet found any way to fix it. But usually the spinner's column outside of a warning dialog (the first "Linie 1" in the image below) is as large as the selection column

Java code:

  AlertDialog.builder builder = new AlertDialog Builder (this); Builder.setView (promptsView); Builder. Settital ("Lynie Auswahlen:"); Builder.Scent Negative Button ("abbrenn", blank); Builder.setPositiveButton ("OK", New Dialog.OnClickListener () {@Override Public Zero onClick (DialogInterface dialog, integer which) {}}); // Alert Dialog Ultimate Alert DLOG Warning Dialog = Builder. Create (); // show it alert dialogue.show (); AlertDialog.setCanceledOnTouchOutside (wrong);  

The layout of promptsView?

  & lt; XML version = "1.0" encoding = "utf-8" & gt;  

  Android: layout_width = "match_perrent" android: layout_heat = "match_perrent" & gt; & Lt; Android: layout_alignParentLeft = "true" android: layout_alignParentTop = "true" /> & Lt; / RelativeLayout & gt;  


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -