R.style

Xunfei Voice+



com.example.iflytekspeechapi 类 R.style

java.lang.Object
  继承者 com.example.iflytekspeechapi.R.style
包容类:
R

public static final class R.style
extends java.lang.Object


字段摘要
static int AppBaseTheme
          Base application theme, dependent on API level.
static int AppTheme
          Application theme.
 
构造方法摘要
R.style()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

AppBaseTheme

public static int AppBaseTheme
Base application theme, dependent on API level. This theme is replaced by AppBaseTheme from res/values-vXX/styles.xml on newer devices. Theme customizations available in newer API levels can go in res/values-vXX/styles.xml, while customizations related to backward-compatibility can go here.


AppTheme

public static int AppTheme
Application theme. All customizations that are NOT specific to a particular API-level can go here.

构造方法详细信息

R.style

public R.style()