Scroll on RelativeLayout on Android

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:fillViewport="true"
    android:padding="10px"
    android:layout_height="fill_parent"
    android:layout_width="fill_parent">
    <RelativeLayout android:id="@+id/scrollable_places"
                android:layout_height="wrap_content"
                android:layout_width="wrap_content">
    </RelativeLayout>
</ScrollView>

Bu blogdaki popüler yayınlar

About Android padding, margin, width, height, wrap_content, match_parent, R Class