zeroXbrock / Tomado.Android

The app that helps you work smarter. Made public for you (;
1 stars 0 forks source link

Align session item atop keyboard when editing it #55

Closed zeroXbrock closed 8 years ago

zeroXbrock commented 8 years ago

Only an issue when the item is higher than the keyboard from the bottom of the list. I want the bottom of the item to align with the top of the keyboard.

Can be done with listViewSessions.SetSelectionFromTop in OnClickEditButton from SessionsFragmant... Just find the appropriate margin.

zeroXbrock commented 8 years ago

nah