• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. B

    Apps image overlay

    Hi, I trying to implement a image as background and put images on top of it. this is my layout. <FrameLayout android:id="@+id/my_ph" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content"> <ImageView...