我的應用程序看起來在我的Galaxy S的罰款,但是當我在的Galaxy Tab 10.1(安卓3.0)運行它,文本看起來像素化/塗:蜂窩使得文本像素化
的XML使用對於同步按鈕如下:
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/synchronizeButton"
android:background="@drawable/button"
android:text="Synchronize"
android:textSize="20dp"
android:textColor="@drawable/buttoncolors"
android:layout_marginBottom="10dp"/>
有什麼不對我做的,或者是有什麼特別的,我需要做的,使我的應用程序蜂窩兼容?
謝謝,就是這樣。不知何故,我認爲它會自動發生...將不得不現在重做我的佈局:) – Shade