Android HorizontalScrollView content Stretch
问题 I have a HorizontalScrollView with some buttons, I am trying to stretch these buttons to fill the whole width of the HorizontalScrollView so that they can appear organized and equally spaced between each others. Here is the Image which I have. I want these 4 buttons to be stretched over the whole width! here is my code <HorizontalScrollView android:id="@+id/items_HorizontalBar" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignBottom="@+id/vf"