올해는 머신러닝이다.
[펌][Android] PreferenceCategory 변경하기 본문
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/app_name">
<PreferenceCategory
android:title="@string/category_name">
<Preference android:key="app_name"
android:persistent="false"
android:title="@string/app_name"
/>
</PreferenceCategory>
</PreferenceScreen>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="25dip"
android:gravity="center_vertical"
android:paddingLeft="5dip"
android:background="#323331">
<ImageView
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:src="@android:drawable/ic_menu_info_details"/>
<TextView
android:textStyle="bold"
android:id="@android:id/title"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:text="test"
android:gravity="center"
android:textColor="#FF0000"
/>
</LinearLayout>
'Android > Tip&Tech' 카테고리의 다른 글
안드로이드 2.0 아이콘 디자인 Guidelines (1) - Launcher Icon [출처] 안드로이드 2.0 아이콘 디자인 Guidelines (1) - Launcher Icon|작성자 monodream (0) | 2011.04.14 |
---|---|
[펌]안드로이드 ImageView 에 Pinch to zoom 추가하기 (0) | 2011.04.13 |
[Android] 가로, 세로 모드 고정하기 (Source 첨부) (1) | 2011.04.12 |
[펌]안드로이드 색상표 (0) | 2011.04.08 |
listview상에서 스크롤시 배경검은색 안보이기 (0) | 2011.04.08 |