Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的应用程序中模仿新的材料设计开关,并且 switchcompat 工作得很好。唯一的问题是触摸开关周围会出现一个灰色的选择框,并且确实与干净的外观相去甚远。这是我可以删除的东西吗?
采用:
<android.support.v7.widget.SwitchCompat ... android:background="@null" />