]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/AndroidManifest.xml
Create the Day/Night theme.
[PrivacyCell.git] / app / src / main / AndroidManifest.xml
index c273ea3e73916f52bcbfe9c651876d2f497c5402..d63e1a4dc349168af2df13ce9a4fc7d433dad542 100644 (file)
@@ -37,7 +37,7 @@
         android:allowBackup="false"
         android:fullBackupContent="false"
         android:supportsRtl="true"
-        android:theme="@style/Theme.5GStatus" >
+        android:theme="@style/Theme.PrivacyCell" >
 
         <!-- The label uses the short name so that it isn't truncated under the icon in the launcher on most phones.
             The theme has to be defined here or an ugly title bar is displayed when the app launches.  TODO.