On switch change the views in the repeat layout change
[unical.git] / AndroidManifest.xml
index dd5e5d1c7501947114bac3e5bf635bdb86400718..f87c534d44149f284b66db323447589aac7667e5 100644 (file)
@@ -14,8 +14,8 @@
         android:allowBackup="true"
         android:icon="@drawable/ic_launcher"
         android:label="@string/app_name"
-        android:theme="@style/AppTheme" >
-        <activity android:name=".MainActivity">
+        android:theme="@android:style/Theme.DeviceDefault.Light" >
+        <activity android:name=".EventListActivity">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN"/>
                 <category android:name="android.intent.category.LAUNCHER"/>
This page took 0.009527 seconds and 4 git commands to generate.