【问题标题】:How to display the light theme in a dark theme app in Android CalendarView?如何在 Android CalendarView 的深色主题应用中显示浅色主题?
【发布时间】:2015-10-04 09:00:58
【问题描述】:

我的 android 应用程序使用 Theme.AppCompat.NoActionBar,这给了我一个无操作栏的深色主题。不过,我希望我的CalendarView 显示为浅色主题。我怎样才能做到这一点?

【问题讨论】:

标签: java android xml styles


【解决方案1】:

你可以这样做,

 <CalendarView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@android:color/white"
    android:theme="@style/Theme.AppCompat.Light"></CalendarView>

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2022-08-12
    • 2021-12-21
    • 1970-01-01
    • 2021-03-10
    • 2017-11-16
    • 2020-01-15
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多