在XML中应用样式时,样式,主题,attr和textApperance的区别是什么?

时间:2015-09-09 11:44:49

标签: android

在Android中,可以通过4种不同的方式将样式应用于XML元素:

  1. style属性 - style="@style/Widget.AppCompat.Button"
  2. theme属性 - android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
  3. attr - android:layout_height="?attr/actionBarSize"
  4. textAppearance属性 - android:textAppearance="?android:textAppearanceListItem"
  5. 他们之间有什么区别,如何选择正确的?

0 个答案:

没有答案