Android Question Font clarity problem

nazilabdulla

Member
Licensed User
Longtime User
In My project I set lot of Text. After I add Google Map, I noticed That All Font Size Goes to bigger size and its clarity goes down. When I try to reduced the text Size, Clarity still in lower.

May I know What is the problem of it?

Thanks in advance
 

nazilabdulla

Member
Licensed User
Longtime User
Really sorry to disturb you... I found the error. When I edit Manifest File I missed below part
AddManifestText(
android:anyDensity="true"/> android:smallScreens="true" android:normalScreens="true" <supports-screens android:largeScreens="true" <uses-sdk android:minSdkVersion="5" android:targetSdkVersion="19"/>)

Now It is cleared
 
Upvote 0
Top