编写自定义的 Android Preference 组件
2010-05-28 15:00:00 来源:WEB开发网核心提示:< !-- Layout used by ImageOptionPreference for the image option style.This is inflated inside android.R.layout.preference.-- >< ImageView xmlns:android
< !-- Layout used by ImageOptionPreference for the image option style.
This is inflated inside android.R.layout.preference.
-- >
< ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pref_current_img"
android:layout_width="54dip"
android:layout_height="54dip"
android:layout_marginRight="4dip"
android:layout_gravity="center_vertical"
android:focusable="false"
android:clickable="false"
android:background="#eeeeee"
android:padding="2dip"
/ >
而这个 ImageView 的 Layout 就是在选项右边显示的图片。
[]
更多精彩
赞助商链接