0% found this document useful (0 votes)
4 views1 page

Designxml

The document is an XML layout file for an Android application. It defines a RelativeLayout that contains an ImageButton with a specified image resource. The layout is set to match the parent's width and height with padding applied.

Uploaded by

bikashtechno12
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Designxml

The document is an XML layout file for an Android application. It defines a RelativeLayout that contains an ImageButton with a specified image resource. The layout is set to match the parent's width and height with padding applied.

Uploaded by

bikashtechno12
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<?xml version="1.0" encoding="utf-8"?

>
<RelativeLayout xmlns:android="[Link]
xmlns:app="[Link]
xmlns:tools="[Link]
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="15dp"
tools:context=".MainActivity">
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/torchBtn"
android:src="@drawable/image_processing20210731_26412_1jt9b00_3">

</ImageButton>

</RelativeLayout>

You might also like