Separator between buttons in custom button bar
问题 I have made a custom button bar as described here. Now, I want to add a separator between the first and the second and between the second and the third button. My button bar is defined as follows: <LinearLayout android:id="@+id/buttonBar" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@drawable/buttonbarstyle" android:layout_alignParentBottom="true" android:orientation="horizontal" > <ImageButton android:id="@+id/buttonBarImageButton1" android