如何將Android ImageView放到佈局的中心

Seika發表於2012-06-16

資料備份:

        <ImageView 
        android:id="@+id/title"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:contentDescription="@string/img_title"
        android:src="@drawable/bg_title_magic_guess"
        android:layout_gravity = "center"/>


可以配合相關佈局使用:

http://blog.csdn.net/pn12685/article/details/7668160

相關文章