fifiddu70 Well-Known Member Licensed User Longtime User Feb 18, 2013 #1 because on the phone with Android gingerbread see everything ok, but the phone with Android jelly bean I see the textbox and buttons in different colors? for the resolve problem? help Attachments 3333.png 72.8 KB · Views: 212
because on the phone with Android gingerbread see everything ok, but the phone with Android jelly bean I see the textbox and buttons in different colors? for the resolve problem? help
JonPM Well-Known Member Licensed User Longtime User Feb 18, 2013 #2 You will have to set the colors yourself for each item instead of using the default Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 18, 2013 #3 There are several ways to handle the differences. You can use the DEFAULT color (in the designer) for the views colors and test it in the UI cloud. Another option is to force the old style by removing android:targetSdkVersion="14" from the manifest editor. Upvote 0
There are several ways to handle the differences. You can use the DEFAULT color (in the designer) for the views colors and test it in the UI cloud. Another option is to force the old style by removing android:targetSdkVersion="14" from the manifest editor.
fifiddu70 Well-Known Member Licensed User Longtime User Feb 18, 2013 #4 erel ok thanks I solved by removing the code that I have indicated, thanks for giving me JonPm answered. Upvote 0
erel ok thanks I solved by removing the code that I have indicated, thanks for giving me JonPm answered.