Samsung devices show extra gap in front of actionbar home button -


looks bug, galaxy s5 , note 2 add space in front of home drawable when setdisplayhomeasupenabled() set false

we finished enabling home indicator following:

getsupportactionbar().setdisplayhomeasupenabled(true);

but hiding inside styles.xml:

<item name="android:homeasupindicator">@null</item>


Comments

Popular posts from this blog

sql server - MSSQL Text and Varchar(MAX) fields shown (MEMO) in DBGrid -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

double exclamation marks in haskell -