Move scrollbar right with custom scroll bar resources.

Added custom scrollbar handle to ContactsCommon so that the scroll bar
track is moved 8dp to the right.

Bug: 17359310
Change-Id: I2ecb97e761e57351fcedfc3f794d6a64ee85b743
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 074ff52..e2bf0aa 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -59,6 +59,7 @@
         <item name="android:homeAsUpIndicator">@drawable/ic_back_arrow</item>
         <!-- Style for the overflow button in the actionbar. -->
         <item name="android:actionOverflowButtonStyle">@style/ContactsActionBarOverflowQP</item>
+        <item name="android:fastScrollThumbDrawable">@drawable/fastscroll_thumb</item>
         <item name="android:textColorPrimary">@color/primary_text_color</item>
         <item name="android:textColorSecondary">@color/secondary_text_color</item>
         <item name="android:icon">@android:color/transparent</item>