OSDN Git Service

remove last vesiges of Theme.DeviceDefault.
authorKoushik Dutta <koushd@gmail.com>
Thu, 21 Feb 2013 00:34:11 +0000 (16:34 -0800)
committerKoushik Dutta <koushd@gmail.com>
Thu, 21 Feb 2013 00:34:11 +0000 (16:34 -0800)
Widgets/res/layout/list_fragment.xml
WidgetsSample/AndroidManifest.xml

index e603a14..320c1b6 100644 (file)
@@ -19,7 +19,7 @@
         android:paddingRight="10dp" />
 
     <TextView
-        android:textAppearance="@android:style/TextAppearance.DeviceDefault"
+        android:textAppearance="@android:style/TextAppearance.Medium"
         android:id="@+id/empty"
         android:layout_width="fill_parent"
         android:layout_height="fill_parent"
index ad86e7c..ebdb551 100644 (file)
@@ -12,7 +12,7 @@
         android:allowBackup="true"
         android:icon="@drawable/ic_launcher"
         android:label="@string/app_name"
-        android:theme="@android:style/Theme.DeviceDefault.Light" >
+        android:theme="@android:style/Theme.Holo.Light" >
         <activity
             android:name=".MainActivity"
             android:label="@string/app_name" >