# 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 **AndroidNewsApp/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

<div align="left"><img src="/files/-MfbXtdXVT11TZuKs9pz" alt=""></div>


---

# 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://android-news-app.gitbook.io/docs/android-studio/image-assets.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.
