Upstream version 9.37.193.0
[platform/framework/web/crosswalk.git] / src / xwalk / app / tools / android / customize.py
index 510dd63..2259cea 100755 (executable)
@@ -155,7 +155,7 @@ def CustomizeStringXML(name, description):
 
 
 def CustomizeThemeXML(name, fullscreen, manifest):
-  theme_path = os.path.join(name, 'res', 'values-v17', 'theme.xml')
+  theme_path = os.path.join(name, 'res', 'values-v14', 'theme.xml')
   if not os.path.isfile(theme_path):
     print('Error: theme.xml is missing in the build tool.')
     sys.exit(6)