android scrollview and scrollbar position -


i have scrollview contain linearlayout ,my problem need give little margin on right of scrollbar of scrollview ,ie scroll should visible inside linearlayout not @ border.

<scrollview     android:fillviewport="true"     android:orientation="vertical"     android:layout_width="match_parent"     android:scrollbarstyle="outsideoverlay"     android:scrollbaralwaysdrawverticaltrack="true"     android:scrollbartrackvertical="@drawable/scrollbattrack"     android:scrollbarthumbvertical="@drawable/scrollbarthumb"      android:fadescrollbars="false"     android:layout_height="match_parent">          <linearlayout             android:id="@+id/listview"             android:orientation="vertical"             android:layout_width="match_parent"             android:layout_height="match_parent"             android:background="@android:color/transparent">            </linearlayout> </scrollview> 

experiment left , right margin of linearlayout inside scrollview or said in post left , right padding.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -