How to set image one above another as shown image below

Questions : How to set image one above another as shown image below

496

I am developing a group chat app and I programming want to display users profile images at Learning top bar in the group chat as shown in Earhost the below image.

I have used the stackView with below most effective adapter

class StackImageAdapter(val context: _OFFSET);  Context, val arrayList: (-SMALL  ArrayList<Drawable>) : _left).offset  BaseAdapter() {

var holder: ViewHolder? arrowImgView.mas  = null

override fun getCount(): Int {
  (self.    return arrayList.size;
}

override fun equalTo  getItem(p0: Int): Any {
    return make.right.  arrayList.get(p0);
}

override fun mas_top);  getItemId(p0: Int): Long {
    return ImgView.  p0.toLong();
}

override fun getView(p0: ReadIndicator  Int, p1: View?, p2: ViewGroup?): View {
 _have     var view = p1
    if (view == null) .equalTo(  {
        view = make.top  LayoutInflater.from(context).inflate(R.layout.stackview_image, OFFSET);  p2, false)

        holder = (TINY_  ViewHolder()
        holder!!.image = .offset  view.findViewById(R.id.user_image) as mas_right)  CircleImageView
        view.tag = ImgView.  holder
    } else {
        holder = Indicator  view.tag as ViewHolder
    }
    Read  holder!!.image?.setImageDrawable(arrayList.get(p0))

 _have     return view!!

}

class ViewHolder {
 .equalTo(     var image: CircleImageView? = make.left  null
}


}

But still it is not coming the same as wrong idea above it actually overlaps the previous use of case image

Total Answers 0

Top rated topics

Undefined table: 7 ERROR: relation "expenses" does not exist

How many clients can an http-server handle?

Opencart SEO URL Not working

Where are the links to each media file in a whatsapp database

DbFunctions.TruncateTime LINQ equivalent in EF CORE

IOS App is offset from the top of the Screen

Converting MangoBlog to WordpressBlog

Can't scroll in my Iframe

Python "OpenCV Error: Assertion failed (size.width&gt;0 &amp;&amp; size.height&gt;0)" when using script to load and detect faces from a given directory path

Facebook post redirects to blank page : https://www.facebook.com/dialog/return/close?#_=_

Prompting for user input in Postman

CSS native variables not working in media queries

How to change the output folder for migrations with asp.net Core?

Basic Java exercise - Help needed

How to know which Python is running in Jupyter notebook?

Ajax Requests Failing

Am I incorrectly implementing IntoIterator for a reference to a LazyList implementation or is this a Rust bug?

Raspberry pi 3 Bluetooth

HttpClient in an NLog target

Add files from Google Cloud Storage to Drive

What is the best way to limit concurrency when using ES6's Promise.all()?

Owl Carousel Navigation not working

FFMPEG: Get the Scene Change Detection value for all frame

Create human body (Editable/Updateable) using A-Frame like three.js

How to read image file as data url using php

Accessing ASP.NET Core DI Container From Static Factory Class

A-frame: How to setup wall colliders

BottomSheetDialogFragment - listen to dismissed by user event

How can I hide the google drive heading and options bar in iOS ( Objective-C)

Heiken Ashi Using pandas python

Passing multiple arguments in Python thread

Is there any way to get s3 uri from aws web console?

Rails find_by_sql - Use "?" literally rather than as bind variable?

How set Modal popup multiple image

Kafka connect confluent elasticsearch sink (no class found error)

Error: No Firebase App '[DEFAULT]' has been created - call Firebase App.initializeApp()

IPython and Jupyter autocomplete not working

Graphhopper Dijkstra One-To-Many Memory Error

How to aggregate a dataframe by week?

Maximum call stack size exceeded on npm install

C# The system cannot find the path specified

How to click on a specific position of a web element in selenium?

Java Wildcard capture

How to convert monthly data to quarterly in pandas

How to close connection in Action cable?

Write text to file line by line

NPM Start not starting local server

Installing Python modules without command prompt.

Pd.to_numeric is not working in python

Docker cannot start on Windows

Top