Peter Viglietta
Posts: 0
Joined: Sat Jul 05, 2014 6:22 pm

List items in white?

Hi, please see screenshot. Lists used to be transparent and now they're coming out white. Did you guys change something?

Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

List items in white?

Hello!

Could you clarify what theme and libraries version do you use? What code do you use to male list transparent?

Peter Viglietta
Posts: 0
Joined: Sat Jul 05, 2014 6:22 pm

List items in white?

ios-like theme. I don't know how to find what libraries version I use?

I never used a code to make my list transparent, it always just came in that way. Now all the sudden my lists are coming out white.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

List items in white?

Peter,

Go Project - App Settings - External resources - Libraries version

Peter Viglietta
Posts: 0
Joined: Sat Jul 05, 2014 6:22 pm

List items in white?

Libraries version is 2.0

It was fine before, now if I make a change to any list item and save it, it starts coming out white

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

List items in white?

Hi Peter,

It's not supposed to be, could you please share (http://devcenter.appery.io/documentat...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and send us the app name. We'll take a look.

Peter Viglietta
Posts: 0
Joined: Sat Jul 05, 2014 6:22 pm

List items in white?

I just shared you. It's called MisConnect. Log in with user 'guy' password 'guy' and then on the next screen search a US city, see that all results come in white. It used to be transparent until I added some code and saved it.

Thanks for any help

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

List items in white?

Hi Peter,

It's correct background for ios-like theme.

If you want to get transparent background for your list items please use following solution:

1 Add new CSS asset.

2 Populate it with following code:

pre

.ui-body-b .ui-listview li .ui-btn{
background-color: transparent;
}

/pre

That's all.

Regards.

Peter Viglietta
Posts: 0
Joined: Sat Jul 05, 2014 6:22 pm

List items in white?

Thanks Yurii.

I've added this CSS asset. In order to implement it, what do I put as the Class Name on that component on the Design tab?

Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

List items in white?

Hi Peter,

For this goal(make list item transparent) you don't need to use "class name" field.

You need make only steps from solution.

Regards.

Return to “Issues”