# Additional Changes

### 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 color](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEOdLCGfUCkwgbrGlb4%2F-LEOdvczLONBYNQnQc-k%2Fimage.png?alt=media\&token=d66befca-d699-4411-8e1a-e812e95ed117)

### 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 App icon ](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEOfzswhACyoeBTQV4Z%2F-LEOgDJ0jubV3JQ4vR0Y%2Fimage.png?alt=media\&token=fc6401aa-3f6d-4561-9975-baae19bb0c50)

### 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 Splash Screen icon](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEYG6lXMEpkGYG29e83%2F-LEYNwVomBy-IhpDDz9g%2Fimage.png?alt=media\&token=33ef74c7-8fe8-4fb2-8282-a6725058a637)

### 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 Logo icon](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEYG6lXMEpkGYG29e83%2F-LEYOSZ6udLs4RoP6n7g%2Fimage.png?alt=media\&token=f9cc799a-cbc6-4a31-bfcb-877887c2e21b)

### Change Others icon

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

![Change or Add new ICON](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEOdLCGfUCkwgbrGlb4%2F-LEOewdN4iakyVIYnXKU%2Fimage.png?alt=media\&token=923e9814-c5ec-42f1-9738-dd411eea24d1)

### Change icon Color

**1) Change Time icon Color**

Place your Color code inside **drawable** folder -> **app\src\main\res\drawable\time\_big\_blue.xml**

![](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEYG6lXMEpkGYG29e83%2F-LEYGKAfWBdPksV4rXV8%2Fimage.png?alt=media\&token=8fec92c9-93a5-4874-8af5-c4ed45d8ebf0)

**2)** **Change Search icon Color**

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

![Change Search icon Color](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEXlSk8N8E7QrNY65a9%2F-LEXyX4v7wZMuJFTEyN7%2Fimage.png?alt=media\&token=ba8263fc-623f-4ad8-b29c-ce5f44504e00)

**3)** **Change Share icon Color**

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

![Change Share icon Color](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEXlSk8N8E7QrNY65a9%2F-LEYC_6HeV2r8RA9NCEg%2Fimage.png?alt=media\&token=e20ea844-00ab-4b54-b684-1cf73de57527)

**4)** **Change** **Comment icon Color**

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

![Change Comment icon Color](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEXlSk8N8E7QrNY65a9%2F-LEYCoboFjNcrOe4u8hH%2Fimage.png?alt=media\&token=ac1d57b5-ea1c-46e6-b452-f88d575c0796)

### Change Click Button Background Color

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

![Change Click Button Color](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEXlSk8N8E7QrNY65a9%2F-LEXq4BfXGLv9T3ezKFb%2Fimage.png?alt=media\&token=63325fc2-5eb4-4431-b2a5-896ed8f10cb6)

### Change Disable Button Background Color

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

![Change Disable Click Button Background Color](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEXlSk8N8E7QrNY65a9%2F-LEXqBuePRFF1IA19V1a%2Fimage.png?alt=media\&token=b09531a7-3764-43ac-ad68-917ab8984f61)

### Change Button Background Color

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

![](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEXlSk8N8E7QrNY65a9%2F-LEXudjUboWyo8p1ifi6%2Fimage.png?alt=media\&token=53358e3a-fdf9-410f-8b2b-17e45215c263)

### Change R**ound Circle** Background Color

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

![Change Circle Background Color](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEXlSk8N8E7QrNY65a9%2F-LEXs5S6pmoTt1v0PAZY%2Fimage.png?alt=media\&token=7d0ebff2-02d4-4b1f-bbcc-11e719fb12f7)

### 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**&#x20;

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

![Change Navigation Drawer  Background Color](https://1775135344-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEJMOB9N9sZzzXDOTso%2F-LEXlSk8N8E7QrNY65a9%2F-LEY0hCSCuiuVtVoo54W%2Fimage.png?alt=media\&token=369cee84-702b-4f96-b871-3430addb5412)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://itechnotion.gitbook.io/wp-news/untitled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
