OSDN Git Service

Make selection color fill underneath the scroll bar for downloads.
[android-x86/packages-apps-Browser.git] / src / com / android / browser / BrowserDownloadPage.java
index 6a5ef28..18faf8b 100644 (file)
@@ -102,7 +102,6 @@ public class BrowserDownloadPage extends ExpandableListActivity {
                     Downloads.Impl.COLUMN_LAST_MODIFICATION));
 
             setListAdapter(mDownloadAdapter);
-            mListView.setScrollBarStyle(View.SCROLLBARS_INSIDE_INSET);
             mListView.setOnCreateContextMenuListener(this);
 
             Intent intent = getIntent();