paulhsu / csipsimple

Automatically exported from code.google.com/p/csipsimple
1 stars 1 forks source link

In dialpad digit/text input text field height is not constant for digit and cotact dialer #1988

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. See the height of digit input text filed with digit dialpad
2. Switch it to text dial pad. Now see the height of input text field.
3. It's becoming big and between the account chooser button and text size also 
increasing lot.

What is the expected output? What do you see instead?
It should be constant height for both.

What version of the product are you using? On what operating system?
Latest nightly build 1914. Android 2.3 and 4.0.

Please provide any additional information below.
It's minor look and feel issue only. But if you suggest me where to look/fix 
this in code it will be help ful.

Original issue reported on code.google.com by yuvaraja...@gmail.com on 21 Sep 2012 at 2:45

GoogleCodeExporter commented 9 years ago
It's an expected behavior. There is code done to render depending on screen 
size/orientation.
It's made to render the best on all size. Keep in mind that android can be 
deployed on small screen (like x10 mini) to big screens like tv.
So it has to be adaptive to what can be displayed.
If there is enough height it even can split and render a list with contacts 
suggestion on the top of the dialpad.

Original comment by r3gis...@gmail.com on 21 Sep 2012 at 2:58