> For the complete documentation index, see [llms.txt](https://itechnotion.gitbook.io/kiosk-notion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itechnotion.gitbook.io/kiosk-notion/additional-changes.md).

# Additional Changes

how to change Additional things?

### Change App colors <a href="#change-app-colors" id="change-app-colors"></a>

**App > res > values > colors.xml**

![colors.xml](https://1705897228-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LI5tPdtIfXiRK7q3Tt2%2F-LI61zqsg1yRE8wDFiPm%2F-LI63Qt4nNt09aPjrUqL%2FScreen%20Shot%202018-07-23%20at%205.44.34%20PM.png?alt=media\&token=08482fb1-3faa-48dc-85ab-185c5a49777b)

### Change App icon <a href="#change-app-icon" id="change-app-icon"></a>

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 <a href="#change-splash-screen-icon" id="change-splash-screen-icon"></a>

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

Icon of the name should be **"splash.png"**

### Change Splash Screen background color <a href="#change-splash-screen-icon" id="change-splash-screen-icon"></a>

Please open **splash\_screen\_background.xml** from **Drawable** Folder \
Path ->  **app\src\main\res\drawable\splash\_screen\_background.xml**

Replace your color with "colorPrimary"  in below line&#x20;

```
<item android:drawable="@color/colorPrimary"/>�
```

![Splash background color](https://1705897228-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LI5tPdtIfXiRK7q3Tt2%2F-LI61zqsg1yRE8wDFiPm%2F-LI68FGsbpr5bt5cUG0v%2FScreen%20Shot%202018-07-23%20at%205.56.55%20PM.png?alt=media\&token=2acb55da-6ada-4ce0-8b85-e9a25d63029c)

### Change Navigation **Drawer** Background Color <a href="#change-navigation-drawer-background-color" id="change-navigation-drawer-background-color"></a>

Please navigate to below file and replace your color with **primaryColor** in that file\
Inside **drawable** folder -> **app\src\main\res\drawable\drawer\_bg.xml**

![Navigation drawer background ](https://1705897228-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LI5tPdtIfXiRK7q3Tt2%2F-LI69GTPqNLxFv1MS86H%2F-LI6A6vaDopIQU_tdg9M%2FScreen%20Shot%202018-07-23%20at%206.10.42%20PM.png?alt=media\&token=99bad2fb-0d0b-4ba3-986c-22633dbe91be)

### Change Toolbar Shape Color

Please navigate to below file and place your color in **android:fillcolor** in that file

�android:fillColor="#\[Place your hexa color code here]"\
Inside **drawable** folder -> **app\src\main\res\drawable\header\_bg.xml**

![Change toolbar shape color](https://1705897228-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LI5tPdtIfXiRK7q3Tt2%2F-LI6AZG-nFVzqdyRmZzt%2F-LI6BfVQXO00oxDdugf6%2FScreen%20Shot%202018-07-23%20at%206.21.05%20PM.png?alt=media\&token=3f1634a5-ff65-4905-b794-1bd0b9ac29fe)

### Change background color of button

Please navigate to this file inside **Drawable** folder -> **app\src\main\res\drawable\btn\_lock.xml**

And replace your color code in below fines in that file&#x20;

```
android:startColor="#[Place your hexa color code here]"
android:centerColor="#[Place your hexa color code here]"
android:endColor="#[Place your hexa color code here]"
```

![Change background color of Button](https://1705897228-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LI5tPdtIfXiRK7q3Tt2%2F-LI6CbUzv2sZIRtnAPvT%2F-LI6DdRvLncupNm8yeeJ%2FScreen%20Shot%202018-07-23%20at%206.24.30%20PM.png?alt=media\&token=062f7a3d-eda0-4c7c-aca7-756289b51a6b)

�

<br>
