Android layout "3 columns" imageview + textview + imageview -


maybe simple question, i'm trying achieve such layout linearlayout:

     imageview                textview                        imageview ----fixed width--- + ---------- fill ---------- + ----fixed width (right align)--- 

the problem textview maybe take space on right, making second imageview disappearing.

try put android:layout_width="0dip" , android:weight="1" textview while having 2 imageviews no weight property. ensure area in between 2 imageviews filled textview.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -