OSDN Git Service

Switch to modern light themes.
authorDianne Hackborn <hackbod@google.com>
Fri, 3 Dec 2010 22:25:02 +0000 (14:25 -0800)
committerDianne Hackborn <hackbod@google.com>
Sat, 4 Dec 2010 00:33:09 +0000 (16:33 -0800)
Change-Id: I4a33cd7bd98b1bf8b760d902ee5120c117dff479

samples/ApiDemos/AndroidManifest.xml

index 81dea15..1a2342a 100644 (file)
 
         <activity android:name=".view.Controls3"
                   android:label="Views/Controls/3. Holo Light Theme"
-                  android:theme="@android:style/Theme.Light.Holo">
+                  android:theme="@android:style/Theme.Holo.Light">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.SAMPLE_CODE" />