✅
DigitalHR (kotlin)
  • Welcome
  • Android Studio
    • Installing Android Studio
    • Import Project
    • Generate google-services.json
    • Change Application Package Name
    • Change App Name
    • Server URL
    • App Logo
    • Change App Colors
    • Strings
    • Image Assets
    • App Font
  • Publishing the App
    • Release Version
    • Generating Signed Bundle / APK
  • Admin Panel
    • Requirements
    • Database setup
    • Import and deploy
    • Edit Time Zone
  • Migrate from older Version
    • v1.1 to v1.2
      • Server Side/Backend
    • V1.2 to V2.0
      • Backend Migration
      • Roles and Permission
      • Flutter Migration
  • Rate and support
  • Change Log
  • FAQ
Powered by GitBook
On this page
  1. Android Studio

Image Assets

The image asset consists of the splash image and other image component inside the app, to change it:

  1. Open res/values/drawable and replace with your image or icon, all image are placed on drawable-hdpi folder

  2. you also can change every image in app like via Explorer, open Explore and go to your project directory, select AttendanceApp/app/src/main/res/drawable-hdpi

  3. Replace every image which you need to custom the application and highly recommended you using same resolution for each image

PreviousStringsNextApp Font

Last updated 2 years ago