sam
sam

Reputation: 175

Textbox and Combo box not showing background color from theme

I have a project in the play store created with version 3.2 at end of October. Today I rebuilt the project to add new features. When I deployed it to Android I noticed the following 4 issues. 1. The push notification icon is a solid white square. It was my icon in the past. 2. The initial screen form is incorrect as it goes into the android soft buttons at the bottom of the page. 3. The theme for my combo box is not showing. Just see thru to background. 4. The text field background is also just using the background instead of the white.

I tried building in latest, 3.2 and 3.1 with no differences. I reverted all code to the release in October with no help.

I submitted the IOS build and everything is fine. The simulator shows everything is fine. I tried many times to figure out why this is happening and have not been able to.

I need 10 reputation points to post more than 2 links so, I'm only showing 2 screen shots. Let me know if you want the others.

Please see the following:

This image shows the edit and dropdown issue This is the current play store version of the edit and dropdown

Any ideas on how can I fix these issues? For the text field I use my own style (it does get the boarder but not the background). The notification icon, I don't see how anything I can do would affect this.

Thank you Sam

-- Edited -- I did manage to get these working again.

I was setting the background color using the theme background tab and setting a gradient with upper and lower the same color. I changed this to NONE, then in the color tab set the background color.

Notification needed a new icon as specified by Chen. In my case the app icon is basically a square and doesn't transfer well to a notification icon.

The last was the nexus 9 initial screen painting into the bottom navigation control. This is still happening and is easily reproduced by making a new hello world codename one app with no changes.

Upvotes: 2

Views: 229

Answers (2)

sam
sam

Reputation: 175

Setting the background color using the theme background tab and setting a gradient with upper and lower the same color didn't work.

Change this to NONE, then in the color tab set the background color.

Upvotes: 0

Shai Almog
Shai Almog

Reputation: 52760

Are you using the android.asyncPaint=false build hint?

I understand some issues occurred with it although I doubt you would see them if you are using the versioned build.

Upvotes: 0

Related Questions