Domanda

How do I create a ToggleButton's below the repeat checkbox (Mon, Tue, Wed etc) in the Clock application? I'm thinking its a styled ToggleButton?

Clock Toggle Buttons?

È stato utile?

Soluzione

It's a few nine patch drawables and a custom selector drawable. The source can be found here: https://android.googlesource.com/platform/packages/apps/DeskClock/+/master/res/

Notable files:

drawable/toggle_underline.xml

drawable-XXXX/toggle_underline_activated.9.png

drawable-XXXX/toggle_underline_normal.9.png

layout/day-button.xml

Altri suggerimenti

No this is the default toggleButton.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top