2013年9月2日 星期一

UI文字設定 (font)

XML:
ex:


<Button
           android:id="@+id/addFoodCategoryBreakfastButton"
    android:layout_width="80dp"
    android:layout_height="30dp"
    android:layout_marginTop="10dp"
    android:layout_marginLeft="10dp"
    android:text="早餐"
     android:textColor="#000000"

android:textSize="12sp"


    android:background="@drawable/roundcornerforaddfoodcategorybutton"
    />

沒有留言:

張貼留言