We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16eb536 + 8bf95ee commit 3cda846Copy full SHA for 3cda846
core/java/android/widget/AnalogClock.java
@@ -36,6 +36,10 @@
36
/**
37
* This widget display an analogic clock with two hands for hours and
38
* minutes.
39
+ *
40
+ * @attr ref android.R.styleable#AnalogClock_dial
41
+ * @attr ref android.R.styleable#AnalogClock_hand_hour
42
+ * @attr ref android.R.styleable#AnalogClock_hand_minute
43
*/
44
@RemoteView
45
public class AnalogClock extends View {
0 commit comments