【发布时间】:2018-04-08 09:07:01
【问题描述】:
我尝试在 TextView 上添加波纹效果,用作深色背景的按钮。
我已经试过了
-
android:foreground="?attr/selectableItemBackground"在 TextView 上 -
android:theme="@style/Base.ThemeOverlay.AppCompat.Dark"在 TextView 父级上,因为 Textview 有深色背景,也尝试了浅色主题。
我也无法将 TextView 背景设置为 android:background="attr/selectableItemBackground,因为我需要在 textview 上设置一些深色背景。
谁能给我理解,我怎样才能达到这个要求。
【问题讨论】:
标签: android android-layout textview android-button