com.androidplot.demos
Class R.attr

java.lang.Object
  extended by com.androidplot.demos.R.attr
Enclosing class:
R

public static final class R.attr
extends Object


Field Summary
static int androidplot_title
          Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
 
Constructor Summary
R.attr()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

androidplot_title

public static final int androidplot_title

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values
Constructor Detail

R.attr

public R.attr()


Copyright © 2010-2014 androidplot.com. All Rights Reserved.