環境設定アクティビティでリンクされたレイアウトからビューを取得する方法を知りたいです。
<PreferenceCategory android:key="HEADER"
android:layout="@layout/prefernce_top_layout"
android:title="Application Settings" >
「prefernce_top_layout.xml」からビューを取得したい...現在これを行っていますが、ビューを取得できません..
addPreferencesFromResource(R.layout.
userProfilePic = (ImageView)this.findViewById(R.id.profile_DP_settings);
助けてください!ありがとう