android - set Two text box in list view one with fix size and other with dynamic size -


hi creating listview 2 textview in android. 1 contain fix size , other occupied remaining space of screen. first fix size display on right side of screen , other textview display data on left of screen. how can this?

isn't ok?

<textview         android:layout_height="wrap_content"         android:layout_width="480dp" /> <textview         android:layout_height="wrap_content"         android:layout_width="wrap_content" /> 

Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -