Button Foreground Disabled Color in Android (XAMARIN) -


i use control button, android, xamarin.forms.platform.android buttonrenderer.

on uwp can easy change xaml color of standart button 1 line:

<solidcolorbrush x:key="buttonforegrounddisabled" color="white"  /> 

can android?


Comments

Popular posts from this blog

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -