Cleveroad / AdaptiveTableLayout

Library that makes it possible to read, edit and write CSV files
MIT License
1.9k stars 234 forks source link

Problem in screen rotation #28

Open MohammadRezaei92 opened 6 years ago

MohammadRezaei92 commented 6 years ago

When my table have 1 column and screen orientation changed; table structure falls apart.

VadimHalimendikCr commented 6 years ago

Hello @MohammadRezaei92. First of all thank you for using our library. To reproduce your issue we need more information, such as library version, screenshot and maybe some sample code. With best regards Cleveroad team.

MohammadRezaei92 commented 6 years ago

Hello @MohammadRezaei92. First of all thank you for using our library. To reproduce your issue we need more information, such as library version, screenshot and maybe some sample code. With best regards Cleveroad team.

@VadimHalimendikCr I fix the issue. The problem was my activity not re-created after screen rotation because of configChanges that I was set in my manifest. But it still a problem in this library.