Skip to content Skip to sidebar Skip to footer

Android Ui - Android Horizontal Scroll View

Are there any samples similar to this? Android horizontal scroll view... Or how can I go about this?

Solution 1:

Pseudo:

<LinearLayoutandroid:orientation="vertical"><HorizontalScrollView><LinearLayoutandroid:orientation="horizontal"><Image1 /><Image2 /><Image3 /><Image4 /><Image5 /></LinearLayout></HorizontalScrollView><LinearLayoutandroid:orientation="horizontal"><Button1android:layout_weight="1" /><Button2android:layout_weight="1" /><Button3android:layout_weight="1" /><Button4android:layout_weight="1" />
    </LinearLayout >
</LinearLayout>

Have fun!

Solution 2:

Post a Comment for "Android Ui - Android Horizontal Scroll View"