summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2012-09-26 11:42:09 -0700
committer Scott Main <smain@google.com> 2012-09-26 11:42:09 -0700
commited5ff3bdb015b0dc391a566d6f61ba7a533b3843 (patch)
tree1251eb61a0809a3a0f035676de8331318862148b
parent14a366255aee79eec81d5a80ec3d8f298af9a938 (diff)
add analog clock attributes to docs
Change-Id: I70e8a7897f9e076664ea5069ee9e19e458e8b36b
-rw-r--r--core/java/android/widget/AnalogClock.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/java/android/widget/AnalogClock.java b/core/java/android/widget/AnalogClock.java
index 63a0870307f7..c7da818907d4 100644
--- a/core/java/android/widget/AnalogClock.java
+++ b/core/java/android/widget/AnalogClock.java
@@ -36,6 +36,10 @@ import java.util.TimeZone;
/**
* This widget display an analogic clock with two hands for hours and
* minutes.
+ *
+ * @attr ref android.R.styleable#AnalogClock_dial
+ * @attr ref android.R.styleable#AnalogClock_hand_hour
+ * @attr ref android.R.styleable#AnalogClock_hand_minute
*/
@RemoteView
public class AnalogClock extends View {