Programming Tutorial , Android, Xml ,Java ,Php ,Mysql ,Html,CSS ,Ios,JavaScript & Networking, Internet,PC help Line & More... Free Video or Audio Download. For This Site Any Kinds Of Help You Can Also Contract: www.facebook/sattarcse or Email: sattar.mbstu@gmail.com, Skypee:sattar_cse , twitter:sattar_cse

Tuesday, July 15, 2014

Android Scroll View

Android Scroll View


<ScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:fillViewport="true"> <!--IMPORTANT otherwise backgrnd img. will not fill the whole screen -->

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingBottom="@dimen/activity_vertical_margin"
        android:paddingLeft="@dimen/activity_horizontal_margin"
        android:paddingRight="@dimen/activity_horizontal_margin"
        android:paddingTop="@dimen/activity_vertical_margin"
        android:background="@drawable/background_image"
    >

    <!-- Bla Bla Bla i.e. Your Textviews/Buttons etc. -->
    </RelativeLayout>

No comments:

Post a Comment

বার্তা থেকে মন্তব্য