I am new to Android and trying to develop an application which uses Google Maps.
I am currently using Google APIs8 (Android 2.2), but I am having some errors in my project as below-
res/layout/categories.xml
line -
ScrollView android:layout_width="fill_parent" android:layout_height="wrap_content" android:scrollbarAlwaysDrawVerticalTrack="true" android:scrollbarFadeDuration="0"
error: No resource identifier found for attribute 'scrollbarFadeDuration' in package 'android'
Please Help!!
Thanks,
Deepali