Difference between an AppCompat view and a normal Android view -
what difference between appcompat view component , standard/default view component?
for example, difference between appcompatedittext, , edittext, or between appcompatbutton , button.
looking @ developer docs android.support.v7.widget, appcompat view components described "tint aware", difference, , do?
when using button or edittext using appcompatbutton , appcompatedittext. official documentation of appcompatedittext.
a tint aware edittext. automatically used when use edittext in layouts. should need manually use class when writing custom views
Comments
Post a Comment