ic_launcher
and overwrite existing files if asked.ic_notification
and overwrite existing files if asked.support_website
, support_email
and support_phone
in app/src/main/res/values/config.xml
file.partial_profile
with partial_profile_alt
in the app/src/main/res/layout/fragment_profile.xml
file.cc
field in PhoneLoginBaseActivity.PhoneLoginActivityViewModel
class inside app/src/main/java/<package-name>/activities/PhoneLoginBaseActivity.java
file.news_enabled
to false
in app/src/main/res/values/config.xml
.app/src/main/java/<package-name>/activities/FirstLaunchActivity.java
file and update as desired.app/src/main/res/values/arrays.xml
file, you can update the values of language_codes
and language_names
arrays.languages
key in config/fixtures.php
file on server.app/build.gradle
and app/src/main/res/layouts/fragment_about.xml
file manually.link_privacy_policy
and link_terms_of_use
in app/src/main/res/values/config.xml
file.MIN_DURATION
and MAX_DURATION
inside app/main/java/<package-name>/SharedConstants.java
file.app/src/main/res/drawable-xhdpi/logo_splash.png
and app/src/main/res/drawable-xhdpi/bg_splash_image.png
files respectively.app/src/main/res/drawable/logo_splash.png
file and add your GIF file as app/src/main/res/drawable/logo_splash.gif
. Then edit app/src/main/AndroidManifest.xml
and replace @style/SplashTheme
with @style/SplashThemeWithGif
. Finally, you must also replace call to setContentView(R.layout.activity_splash);
with setContentView(R.layout.activity_splash_gif);
.R.layout.item_article
with R.layout.item_article_alt
in the app/src/main/java/ltd/starthub/muly/fragments/NewsFragment.java
file.app/src/main/res/drawable/logo_watermark.png
file.app/src/main/res/values/arrays.xml
and config/fixtures.php
on server.