actionbar_service_toggle.xml 408 Bytes
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content">
    <ToggleButton
        android:id="@+id/actionbar_service_toggle"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textOn="Logging On"
        android:textOff="Logging Off" />
</RelativeLayout>