am 8bf95ee6: am ed5ff3bd: add analog clock attributes to docs

* commit '8bf95ee635b0cada3c6c2d21801bbd1e871b9fcc':
  add analog clock attributes to docs
This commit is contained in:
Scott Main
2012-09-26 11:47:38 -07:00
committed by Android Git Automerger

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 {