The GWC hybrid mode for Android / Customizations and Extensions |
Set the splash screen for your GWC hybrid mode application for Android
A default splash screen is customizable, allowing you to add a description and change the company logo icon.
<ImageView android:layout_height="match_parent" android:layout_width="match_parent" android:src="@drawable/ic_hybrid_genero_app" android:scaleType="center" android:id="@+id/company_app_logo"/>
The icon is located in $FGLASDIR/ghc/android/res/drawable-xxxx/