Im trying to make my ToggleBotton to NOT show the ON/OFF cause I'm using a backround of Green/Red that show if it's on or off and the text just messes things up..
Thank you.
<ToggleButton
android:id="@+id/toggle"
style="@style/AppBaseTheme"
android:layout_width="60dp"
android:layout_height="60dp"
android:background="@drawable/toggle_selector"
android:layout_below="@+id/rel1"
android:checked="true" />
No comments:
Post a Comment