WP News
  • Installation
  • Installation
  • How to Import Project
  • Create WordPress REST API
  • Customize App
  • Additional Changes
  • Admob Configuration
  • OneSignal integraton
  • iOS Document
    • Installation
    • How to Import Project
    • Create WordPress REST API
    • Customize App
    • Additional Changes
    • Admob Configuration
    • OneSignal integration
Powered by GitBook
On this page
  • Change App colors
  • Change App icon
  • Change Splash Screen icon
  • Change Logo icon
  • Change Others icon
  • Change icon Color
  • Change Click Button Background Color
  • Change Disable Button Background Color
  • Change Button Background Color
  • Change Round Circle Background Color
  • Change Navigation Drawer Background Color

Additional Changes

how to change Additional things?

PreviousCustomize AppNextAdmob Configuration

Last updated 6 years ago

Change App colors

App > res > values > colors.xml

    <!-- change primary app color -->    <color name="app_main_color">#007aff</color>    <!--change componant background color-->    <color name="white_color">#FFFFFF</color>    <!--change font color-->    <color name="blackcolor">#000</color>    <!--change devider color-->    <color name="graycolor">#b5efebeb</color>    <color name="graycolor_light">#dbd7d5d5</color>    <!--change text hint color-->    <color name="graycolor_dark">#dc8e8989</color>    <!--change layout background color-->    <color name="off_white">#d4faf8f8</color>

Change App icon

Place your app icon inside mipmap folder -> app\src\main\res\mipmap\

Icon of the name should be "ic_launcher.png"

Change Splash Screen icon

Place your icon inside drawable folder -> app\src\main\res\drawable\splash.png

Icon of the name should be "splash.png"

Change Logo icon

Place your icon inside drawable folder -> app\src\main\res\drawable\logo.png

Icon of the name should be "logo.png"

Change Others icon

Place your icon inside drawable folder -> app\src\main\res\drawable\

Change icon Color

1) Change Time icon Color

Place your Color code inside drawable folder -> app\src\main\res\drawable\time_big_blue.xml

2) Change Search icon Color

Place your Color code inside drawable folder -> app\src\main\res\drawable\search_icon.xml

3) Change Share icon Color

Place your Color code inside drawable folder -> app\src\main\res\drawable\share.xml

4) Change Comment icon Color

Place your Color code inside drawable folder -> app\src\main\res\drawable\comment_icon.xml

Change Click Button Background Color

Place your Color code inside drawable folder -> app\src\main\res\drawable\clickbutton.xml

Change Disable Button Background Color

Place your Color code inside drawable folder -> app\src\main\res\drawable\disablebutton.xml

Change Button Background Color

Place your Color code inside drawable folder -> app\src\main\res\drawable\btn_bg.xml

Change Round Circle Background Color

Place your Color code inside drawable folder -> app\src\main\res\drawable\round_circle.xml

Change Navigation Drawer Background Color

Place your Color code inside drawable folder -> app\src\main\res\drawable\side_nav_bar.xml

​change the 3 colors for

android:startColor="#007aff"
android:centerColor="#007aff"
android:endColor="#98C9FF"

Change color
Change App icon
Change Splash Screen icon
Change Logo icon
Change or Add new ICON
Change Search icon Color
Change Share icon Color
Change Comment icon Color
Change Click Button Color
Change Disable Click Button Background Color
Change Circle Background Color
Change Navigation Drawer Background Color