add analog clock attributes to docs

Change-Id: I70e8a7897f9e076664ea5069ee9e19e458e8b36b
This commit is contained in:
Scott Main
2012-09-26 11:42:09 -07:00
parent 14a366255a
commit ed5ff3bdb0

View File

@@ -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 {