android - Base.Widget.AppCompat.Button vs Widget.AppCompat.Button -
i´m using appcompat 22.1.1
what´s difference between base.widget.appcompat.button
and widget.appcompat.button
?
in case of appcompat.button
, inherits directly, , far i've been able find, nothing overrides it, should same. appcompat styles.xml
:
<style name="widget.appcompat.button" parent="base.widget.appcompat.button" />
but according appcompat documentation, should using widget.appcompat
:
top level themes
these themes used directly developers. these inherit relevant second level theme below.
names:
theme.appcompat
,theme.appcompat.light
,theme.appcompat.light.darkactionbar
example:
values/theme.appcompat
<-theme.base.appcompat
Comments
Post a Comment