Insert views in HorizontalScrollView programmatically
问题 I'm making a chat app which looks like this(dummy view): Use the xmls & activity exactly as they are <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <HorizontalScrollView android:id="@+id/chat_message_HSV" android:layout_width="fill_parent" android:layout_height="75dp" android:layout_alignParentBottom="true" android:layout_toLeftOf="@+id/send" android