fix(android): improve keyboard handling and chat spacing
- Switch to pan mode for better keyboard behavior with absolute positioning
- Remove KeyboardAvoidingView for Android to avoid conflicts
- Simplify padding logic to use safe area insets consistently
- Add bottom padding to chat messages for better visibility
- Remove unused keyboard height tracking code