OS:Android
sdk : 3.5.0
Hi, I have implemented an app with sdk 3.1.3 previously,and now I need to update to 3.5.0, Problem I was facing is, before I used to give android:anyDensity="true" element in tiapp.xml and it worked perfectly, but in sdk 3.5.0, when I used that element, UI is good but the font size inside any texfield is very tiny and cant visible, can anyone suggest an answer. If I remove that element, the UI is disturbed completely.
As of now I have used the below one, but now it doest worked.
~~~
<manifest>
<supports-screens
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"
android:anyDensity="false"
/>
</manifest>
↧
To set UI alignment for all screens in lollipop update
↧