Hi, probably it is my problem not yours. I really appreciate you are trying to help.
I am not looking into justification within the listview, but the listview within the container (activity). Here's my activity: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.list); String[] songs = getResources().getStringArray(R.array.videos); this.setListAdapter(new ArrayAdapter<String>(this, R.layout.item, R.id.label, songs)); getListView().setDivider(null); } The list.xml is what listed above, containing the list view that I wish to be align right to this activity, with a right margin of 100dp. Thanks for all the help you are trying to give to me, I am just not sure why I can't communicate this simple idea across to you (a list view on the right of the screen). 在 2012年7月24日星期二UTC+8下午11时47分28秒,MagouyaWare写道: > > Maybe I'm just thick-headed (it's been known to happen before), but I'm > still not getting what you are wanting. You just aren't providing enough > information. > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en