Tagged Questions
0
votes
1answer
33 views
How to apply JTatto themes on JFrame using Swing
I am trying to apply a JTatto look and feel in my swing project.
The theme is being applied on some forms but on others the controls aren't working properly. They are overlapping on top of each ...
0
votes
0answers
31 views
theming android alertdialog desperate
this is my code for call to alertdialog
private void lanzar() {
LayoutInflater inflater = LayoutInflater.from(this);
View view = inflater.inflate(R.layout.dialog_2, null);
Builder ...
0
votes
1answer
43 views
Interaction of Themes, background colors, and Action bar
I am failing to understand the mode of interaction between the appearance of action bar and and thematization. My app is set to use the default theme, which I take to be dark:
<style ...
0
votes
0answers
27 views
Site Pages is temporarily unavalable when changing back to classic theme
I am writing custom theme for Liferay. While experimenting with it, I wished to change back to classic theme. Unfortunately I found this is impossible: after I change theme to classic in control ...
0
votes
0answers
54 views
Trying to figure out why tmobile theme chooser theme give a inproperly compiled error
ROM like cyanogenMod and AOKP have a tmobile theme chooser app that lets users change themes within the ROM.
A known issue with these theme is a user getting an error "This theme is not properly ...
1
vote
2answers
666 views
Android - Unzip SystemUI to modify the files within
So, I asked a question earlier today about a similar topic, and got my answer. But now I have another question...
I've seen apps(rootbox is one of them) that can unzip your SystemUI.apk and then ...
0
votes
2answers
79 views
User can change app theme
i want the user of my app to have the ability to change the applications theme.
Eg, Dark, Light, Light, with dark actionbar and device default. How is this possible, i have a prefrences screen which ...
0
votes
2answers
155 views
Changing actionBar theme to Holo.Light?
I need some help with changing the actionbar theme. Currently its holo dark, but i want it to be holo light. I have set
<style name="ActionBar" parent="android:Theme.Holo.Light">
<item ...
0
votes
1answer
21 views
SharedPreferences get allways return default instead real value
i saw some posts in this subject and try solution who didnt work .
i wrote in main activity :
SharedPreferences sharedPreferences = getPreferences(MODE_PRIVATE);;
...
0
votes
0answers
48 views
set image view by theme selected
im trying to make theme select option for my app
all good beside imageview
code :
styles.xml
<style name="AppTheme" parent="AppBaseTheme">
<item ...
0
votes
1answer
26 views
setting styles images for use in xml
I am trying to make theme change option for my app .
I read here some similar problems like mine but non of the solution were working.
To my styles.xml I added :
<style name="themeBackground">
...
0
votes
0answers
119 views
Spark 2.6.3 build error with JTattoo Theme
So I'm customizing Spark 2.6.3 by removing a few things from the theme. Everything seems to be working fine but I kept getting this error when I run startup.bat
29-Jan-2013 2:13:04 PM ...
0
votes
3answers
196 views
Using Themes in Android
Im trying to switch between Holo.Light and Holo (Dark) so everything in my application is changed to the theme the user sets in the preferences.
I've been looking at a few open source apps that this ...
5
votes
2answers
214 views
java swing minimal (or range for) font size for other application
For swing applications, default font settings for components are in current theme and can be retrieved using UIManager:
public class JavaTesting {
public static void main(String[] args) {
...
0
votes
1answer
95 views
Unable to change Applications Theme from settings :(
Im having issue with setting a theme programmactally from changing a prefrence in the settings of the application i want to switch between Holo and Holo Light upon click the option in the settings.
...
1
vote
2answers
102 views
Add custom translation Strings to liferay theme
I want to add some Translations to my Theme to call it with #language("key") in my template.vm files.
After googling around I have still no clue where to place the Language.properties files.
Is it ...
0
votes
0answers
121 views
GoLauncher Theme Template error “Referenced class not found”- doesnt install in ICS
I've been working on a theme with the template that was posted in this forum (http://forum.xda-developers.com/show....php?t=1421724)
and i am finally ready to export it but up to now i've been ...
0
votes
2answers
48 views
Customizing styles
To customize a standard style, I use the following XML file :
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="AppTheme" ...
1
vote
2answers
59 views
Simpler way for user to customise layouts
Below I have an app which allows the user to select a background color and and typeface. This will be applied to the rest of the activities. However this is extremely long and not very easy to read. ...
0
votes
1answer
296 views
android change default color of selector and tab underline
How to change (using theme modifications) the default color of selector (ListView, GridView) and Tab selector/underline color.
I use actionbarsherlock and Theme.Sherlock as main application theme.
...
-1
votes
1answer
321 views
Theme Resolver Example of Spring MVC
How can I get list of themes by programming in Theme Resolver Example of Spring MVC?
1
vote
1answer
1k views
How can I use custom Look&Feel theme in Netbeans?
It is possible to download a L&F java theme and use it in netbeans ?
for example use one of these themes:
http://geeknizer.com/best-java-swing-look-and-feel-themes-professional-casual-top-10/
I ...
0
votes
0answers
132 views
Jasper report chart themes and configurations
I've been trying to format my graphs so that its labels do not have toothpick-sized widths and have better colouring and margins.
It turns out to be much harder and more tedious than I thought.
I've ...
0
votes
1answer
56 views
Apply Website Branding/Functionality Based on URL
I am creating a series of websites that will share a common java code base but will each have a different look and feel, as well as make slightly different calls to a database. Each site will have a ...
1
vote
2answers
841 views
Error occures when deploying theme to liferay portal. “No theme found for specified theme id .”
I've create sample theme, i.e. custom.css according to liferay tutorial, and don't know why my theme is not deployed, in the log file is the next content:
"No theme found for specified theme id . ...
0
votes
1answer
203 views
Inside Peference Activity, Create a Listview of Themes to Enable for the App
I have a application in which i have a preference acitivty which loads my settings xml. Now, what i want to do is implement a listview of themes to enable for the application. i know how to setup a ...
0
votes
1answer
102 views
Why is setBackgroundColor() failing only with my custom theme?
I thought I successfully created a striped Android ListView, in which the background colors of the list items alternate. It works perfectly when I use Theme.Holo.Light as my application's theme (, in ...
1
vote
0answers
194 views
jQuery Themes to Richfaces components
Can someone tell me whether the jquery themes can be applied to richfaces components.
To be specific I am now using dataTable and dataScoller components of Richfaces. I was able to add ...
0
votes
1answer
903 views
java.lang.AbstractMethodError: abstract method not implemented
I am currently porting a Android app to my phone and have made good progress. I have an error currently however and I have no idea what is wrong:
06 21:05:24.301 E/AndroidRuntime(2871): ...
0
votes
3answers
654 views
Common theme for all Buttons in Android
i want to make a common theme for all my buttons in all activities across the whole applications. i want to put just 2 images for Focus and Default...i want to do all in xml how can i do this ??
2
votes
3answers
6k views
Android: Theme Holo previous version
I really like the 4.0 ICS Holo Light theme and would like to have it in my app to support <4.0 smartphones.
I found Android layoutlib.jar in platform folder but its 8mb!!! and I really don't have ...
2
votes
1answer
300 views
Accessing external resources
So I have an Android application that I'm coding multiple themes for (different background drawables for buttons and such). I have everything packaged and working, but I'm finding that my resource ...
3
votes
1answer
113 views
Synthetica swing theam doesn't load properly
I am using Synthetica swing themes for an application, there is an option for the user which can be used to change the theme, though the theme applied I have to minimize or maximize the window to ...
0
votes
1answer
267 views
Spring request Mapping and themes
I have a problem with Spring 3.0.7 Request mapping and the Spring standard theme implementation.
My controllers are implemented as follows
@ Controller
@RequestMapping(value="myUrl")
Public ...
0
votes
2answers
937 views
Spring mvc ResourceBundleMessageSource for different themes
I configures my appstrings.properties file which contains strings related to theme used by my application. There are two themes for my application. Both have their own appstrings.properties file ...
1
vote
2answers
278 views
Spring themes with hibernate by implementing Spring's ThemeSource class
Does anyone know how to use a custom ThemeSource in spring? I have seen many examples on how to use themes with property files using ResourceBundleThemeSource. Yet I have seen nothing on how to use ...
21
votes
7answers
6k views
Tap outside Android dialog to dismiss it?
I was wondering if it's possible to somehow tap outside a popup dialog (or an Activity with a dialog theme), and dismiss it by just tapping outside of it?
I made a quick picture to illustrate it:
...
0
votes
1answer
1k views
Spring themes and application context
I am adding themes to an existing Spring 3.0.5 project. I am using the CookieThemeResolver . While I can get a theme to load it is not the specified default( as specified in the theResolver bean) and ...
0
votes
2answers
800 views
Java, Spring hooking themes properties file to css file
this is how I intialize theme beans:
<bean id="themeSource"
class="org.springframework.ui.context.support.ResourceBundleThemeSource">
<property name="basenamePrefix" ...
1
vote
2answers
2k views
Java, Spring setting up themes confusing and not working
spring-servlet.xml setting up theme beans:
<bean id="themeSource"
class="org.springframework.ui.context.support.ResourceBundleThemeSource">
<property name="basenamePrefix" value="theme-" ...
1
vote
1answer
219 views
Custom Add Applications Link isn't working
i want to add a custom Add Application Link to my Liferay Theme.
This is what i have in the template (portlet_normal.vm):
#if($show_add_content)
<a ...
0
votes
1answer
198 views
styles.css in runo theme is not loading
Currently im working on a vaadin project. i copied a working copy and started working on that. but when deployed the project and started the application on a browser (i checked in chrome and firefox ...
1
vote
1answer
326 views
Does anyone know the name of this “LookAndFeel”?
Does anyone know the name of this "LookAndFeel"? or at least know similar one? It's really amazing and I wish I could use it for my program.
http://www.axbo.com/webstart/aXbo.jnlp
0
votes
2answers
144 views
Change image resource using attributes and themes
I can't figure out how to change image resource of ImageButton in code. I have defined following theme in themes.xml:
<resources>
<style name="MMTheme.Blue">
<item ...
1
vote
3answers
3k views
In Netbeans 6.9 and 7, how I change the theme (look and feel) to WIndows theme?
How/where I change the theme to the Windows theme in Netbeans 6.9 and 7? Currently it's using the Metal theme.
I've searched, but found nothing.
EDIT: When I edit it's the Windows theme, but when I ...
2
votes
1answer
5k views
Android changing application theme [duplicate]
Possible Duplicate:
How to change current Theme at runtime in Android
Hi so I'm nearing the completion of my first app and now there are just some things I'd like to add in for user ...
4
votes
1answer
734 views
How does one remove the separator line / shadow between status bar and main screen?
In my application, I'd like to keep status bar but make its background be the same as the main screen.
So I created a custom theme to set application background:
<resources>
<style ...
3
votes
4answers
3k views
Change selection color on Button's and TextView's in Android
I'm developing an app and when I run it in the Emulator and I've selected a button (not clicked!) it shows an orange layer over it. When i click it i turns yellow.
On a HTC device the orange/yellow ...
0
votes
1answer
133 views
Dynamic Branding on Android
My requirement is that i need to change all the images and colors at run time. But as far as i know the images needs to be in the drawable folders. So my question is, after i export the apk file will ...
1
vote
2answers
635 views
How can I create a custom titlebar for all of my activities?
I have seen many examples of creating a custom titlebar: http://zaman91.wordpress.com/2010/03/16/android-how-to-add-custom-title-bar/
Is there a simpler way of doing this? I think it is a bit ...




