<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="4dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:text="@string/general_dts_title"
style="@style/TextAppearance.Compat.Notification.Line2"
android:layout_alignParentBottom="false"
android:layout_alignBottom="@+id/imgToggle"
android:textSize="16sp" />
<Switch
android:id="@+id/imgToggle"
android:layout_width="42dp"
android:layout_height="28dp"
android:layout_gravity="right"
android:layout_alignParentEnd="false"
android:layout_alignParentRight="true"
android:layout_marginRight="10dp" />
</RelativeLayout>
StatusBar:原因:android.view.InflateException:com.dts.dtsxultra:layout / view_notification_sample中的二进制XML文件行#338:不允许夸大的类android.widget.Switch ...
请您帮忙。我尝试删除背景属性,但仍然无法正常工作。
我已经尝试了上面的代码,但没有为textview赋予样式,效果很好。您面临的错误可能不是由于一段代码。