Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » coding help
icon5.gif  coding help [message #688595] Sat, 25 June 2011 02:19 Go to next message
roblikeschocolatecake is currently offline roblikeschocolatecakeFriend
Messages: 2
Registered: June 2011
Junior Member
hello, im working on developing a launcher app for android. i just ran into a problem though. i need to remove the title bar by making use of the android:windowNotTitle to apply a theme to the activity. first i have to create a styles.xml file inside the res/valus/ folder within the project. this is the code for doing so:

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme" parent="android:Theme">
<item name="android:windowNoTitle">true</item>
</style>
</resources>

i put that in, and am getting an error on the last line.
-Premature end of file
-error:error parsing XML: no element found

any explanation to why?
Re: coding help [message #688888 is a reply to message #688595] Sun, 26 June 2011 04:17 Go to previous message
roblikeschocolatecake is currently offline roblikeschocolatecakeFriend
Messages: 2
Registered: June 2011
Junior Member
nevermind, i modified the code a little bit and got it working.
Previous Topic:Eclipse Plug-in Development Environment Patch for Java 7 Support (BETA) is not applicable
Next Topic:Command Line run java prog
Goto Forum:
  


Current Time: Thu Apr 25 14:56:31 GMT 2024

Powered by FUDForum. Page generated in 0.03139 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top