Super Live TV
  • 👋Welcome
  • Admin Panel
    • Getting Started
    • Admin Panel Configuration
  • Android App
    • Getting Started
    • Import project
    • Change Package Name
    • Change App name and Ads SDK
    • Color Change
    • Change Logo
    • Install and test
    • Publish the App in play store
      • Release Version
      • Generate Signed Bundle / APK
  • Changelog
  • Rating and Support
  • Source & Credit
Powered by GitBook
On this page
  1. Android App

Color Change

PreviousChange App name and Ads SDKNextChange Logo

Last updated 2 years ago

  • to change the app color, you can see on the res/values/colors.xml

  • Enter your color code inside each of strings tag :

    <color name="colorAccent">#000000</color>
    <color name="colorPrimary">#FF5722</color>
    <color name="colorSecondary">#FF9800</color>
    <color name="colorPrimaryDark">#FF5722</color>