OSDN Git Service

5a852257b62a8d9d50cf1e73c3a8dabbd0cab653
[android-x86/packages-apps-Eleven.git] / res / layout / theme_preview.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout
3   xmlns:android="http://schemas.android.com/apk/res/android"
4   android:orientation="vertical"
5   android:layout_width="fill_parent"
6   android:layout_height="fill_parent">
7         <TextView
8                 android:id="@+id/ThemeTitle"
9                 android:layout_width="fill_parent"
10                 android:layout_height="wrap_content"
11                 android:textAppearance="?android:attr/textAppearanceLarge"
12         />
13         <TextView
14                 android:id="@+id/ThemeDescription"
15                 android:layout_width="fill_parent"
16                 android:layout_height="wrap_content"
17                 android:textAppearance="?android:attr/textAppearanceSmall"
18         />
19         <ImageView
20                 android:id="@+id/ThemeIcon"
21                 android:src="@drawable/app_music"
22                 android:layout_width="wrap_content"
23                 android:layout_height="wrap_content"
24         />
25         <Button
26                 android:id="@+id/ThemeApply"
27                 android:layout_width="fill_parent"
28                 android:layout_height="wrap_content"
29                 android:text="@string/pref_themes_apply_theme"
30                 android:onClick="applyTheme"
31         />
32         <Button
33                 android:id="@+id/ThemeSearch"
34                 android:layout_width="fill_parent"
35                 android:layout_height="wrap_content"
36                 android:text="@string/pref_themes_get_themes"
37                 android:onClick="getThemes"
38         />
39 </LinearLayout>