Page 1 of 1

List items in white?

Posted: Fri Jul 25, 2014 4:25 am
by Peter Viglietta

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

Image


List items in white?

Posted: Fri Jul 25, 2014 1:22 pm
by Maryna Brodina

Hello!

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


List items in white?

Posted: Sat Jul 26, 2014 1:23 am
by Peter Viglietta

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.


List items in white?

Posted: Sun Jul 27, 2014 9:01 pm
by Alena Prykhodko

Peter,

Go Project - App Settings - External resources - Libraries version


List items in white?

Posted: Mon Jul 28, 2014 1:04 am
by Peter Viglietta

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


List items in white?

Posted: Mon Jul 28, 2014 1:22 am
by Illya Stepanov

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.


List items in white?

Posted: Mon Jul 28, 2014 1:41 am
by Peter Viglietta

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


List items in white?

Posted: Mon Jul 28, 2014 9:46 pm
by Yurii Orishchuk

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.


List items in white?

Posted: Sat Aug 02, 2014 5:14 am
by Peter Viglietta

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


List items in white?

Posted: Sun Aug 03, 2014 11:12 pm
by Yurii Orishchuk

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.