0

I have two questions for a Slide App StartUp, when executed in Android.

1 - Is there any way of changing the menu icon color?

2 - I am using a SplashScreen but, in Android, after the SplashScreen, a blank panel is presented to the user. Is there any way of filling this panel with an image? (Note: in iOS this startup panel is filled with the splashscreen image).

Visual description

4

1 回答 1

1

1_ 是的,这个图标是系统图标的副本,并随着“Android Base Style”的变化而变化。如果您使用“深色”,它将使用一个图标,如果您使用“浅色”,它将使用另一个图标。

如果您覆盖文件,您也可以使用自定义文件:

gx_drawer_icon_dark.png

在所有drawables文件夹中:

Android\FlexibleClient\res\drawable-hdpi

Android\FlexibleClient\res\drawable-xhdpi

等等

2_ 你应该在这里使用Slide.Start事件:

http://wiki.genexus.com/commwiki/servlet/hwiki?Slide.Start+Event ,

并调用介绍 SDPanel

于 2014-09-03T16:48:53.437 回答