Output is like Above right now... Not showing SWITCH ..shows only On/Off
This is my Code for Switch...
all other device Output is Good but in NExus 5 it shows on/off only not a switch/toggel.
<LinearLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.7"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:text="Save recorded call? "
android:textColor="@color/black"
android:textStyle="bold" />
<Switch
android:id="@+id/recSwitch"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textOff="Off"
android:textOn="On" />
</LinearLayout>
Thank you in advance for the help.. suggestions acceptable..