gpt4 book ai didi

android - Switchcompat 不显示 Switch

转载 作者:IT王子 更新时间:2023-10-28 23:34:36 28 4
gpt4 key购买 nike

我正在尝试在我的应用程序中使用针对 Material 设计更新的最新 appcompat 来显示在 Lollipop (http://android-developers.blogspot.in/2014/10/appcompat-v21-material-design-for-pre.html) 中显示的开关 View ,问题是开关没有显示。我的 SDKmin 为 14,max 为 21。我在布局中使用以下代码:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:id="@+id/fragment_scheduler"
tools:context="com.stackoverflow.ranjith.androidprojdel.SchedulerUI">

<android.support.v7.widget.SwitchCompat
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="switch"
app:showText="false" />

<Button
android:layout_width="match_parent"
android:text="start"
android:id="@+id/start"
android:layout_height="wrap_content" />
</LinearLayout>

Build.gradle:

dependencies {
compile 'com.android.support:cardview-v7:+'
compile 'com.android.support:recyclerview-v7:+'
compile 'com.android.support:palette-v7:+'
compile 'com.android.support:support-v4:+'
compile "com.android.support:appcompat-v7:21.0.+"
compile fileTree(dir: 'libs', include: ['*.jar'])
}

最佳答案

我今天遇到了同样的问题,但不知何故它 switchcompat 在我的示例中起作用。我认为应用样式有问题,它的父级应该设置为:

Theme.AppCompat

关于android - Switchcompat 不显示 Switch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26563986/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com