com.text.myView.MyHorizontalScrollView
android:scrollbarSize="2dip"
android:layout_alignParentTop="true"  
android:layout_width="fill_parent"
android:background="@drawable/bottom_bar"  
android:layout_height="55dip"
/>
改成这样试试,我有个MyButton类重写Button类时这样用没问题
http://topic.csdn.net/u/20100911/10/9c8bbdf9-5284-442a-92bf-2792d5c26b05.html