Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

one image on top of other image android kotlin

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" >

    <ImageView
        android:id="@+id/imageView2"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/t" />

    <ImageView
        android:id="@+id/imageView1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/ic_launcher" />

</FrameLayout>
Source by valueinbrief.com #
 
PREVIOUS NEXT
Tagged: #image #top #image #android #kotlin
ADD COMMENT
Topic
Name
2+3 =