Tagged Questions
The android-stylesheeets tag has no wiki summary.
5
votes
1answer
470 views
Android theme not being set
I have a theme that refuses to be applied to activities - none of the styles are applied. If I don't supply the layout_width/layout_height attributes for <Button> it also gets a runtime error, ...
4
votes
4answers
6k views
Set style on TableRow in Android
Using the Android SDK, there doesn't seem to be any way to set the style on a table row. I want to do the equivalent of:
<TableRow
style='@style/TableRow_classic' >
in code. I would ...
3
votes
1answer
67 views
Can I place my Android styles in different package names?
For example I reference android styles with...
@android:style/...
and my own apps styles with...
@style/...
but how can I separate my styles into other names packages? e.g.
...
3
votes
2answers
683 views
Advanced Explanation of Android Layout Properties?
I'm on a quest to learn how to layout components properly in Android. I'm a seasoned CSS/MXML developer and am having the hardest time getting a full understanding of layout properties in Android ...
3
votes
2answers
355 views
Android: Do I just have one shot per property through the use of themes? Is there nothing like CSS in Android?
Here they write:
To apply a style definition as a theme, you must apply the style to an Activity or application in the Android manifest. When you do so, every View within the
Activity or ...
2
votes
2answers
271 views
In Android XML, can I set buttonStyleSmall or Button.Small as a parent style to a custom style?
I want to extend Android's small button style. I can do it inline:
<Button android:id="@+id/myButton"
style="?android:attr/buttonStyleSmall"
android:layout_alignParentRight="true"
...
2
votes
1answer
232 views
Android Inherit style from different layout size
Is it possible to inherit android styles from a different layout size?
For example, if I define a style named MyLabel in my "values" directory (i.e. /res/values/style.xml), it is possible to inherit ...
2
votes
1answer
115 views
Online styles and themes resource for my Android application?
As a coder, and not being a designer, I was wondering if there is any community site that provides simple themes or styles for Android applications.
Thanks!
2
votes
3answers
474 views
applying a theme to an appwidget
i'm trying to define a theme for an appwidget, and have it applied at
the application level. i have a theme like,
<style name="theme.dark">
<item ...
1
vote
0answers
12 views
ProgressBar using drawable xml and styles
I am currently using an xml file as the drawable for my ProgressBar, and I want to be able to let the user have a choice of theme. For this I want to be able to change the stroke around the ...
1
vote
1answer
151 views
How to make SeekBar thumb looks like youtube android app's
I try to put SeekBar thumb drawable outside background. I want to make it seems like this:
This is screenshot from Youtube android client.
Can somebody help me?
1
vote
2answers
61 views
Different image in different theme or style
I have activity A and activity B. They both use the the same layout but they have different theme. Now defining different properties for example textColor is done like this
<item ...
1
vote
2answers
409 views
Android: My XML with a selector is not well-formed while styling a button?
I just tried this example. I saved that code in res/color/hover.xml but I always get this error message and Eclipse won't compile my project with this xml. What am I doing wrong?
<?xml ...
0
votes
0answers
31 views
I want to use multiple theme in my application?
I want to use multiple theme in my application? Changing theme means we can replace the image, color,font size and styles without changing the layout position or we can also customize the layout ...
0
votes
2answers
68 views
How do I change the color of the ProgressDialog
I have a ProgressDialog that looks like this on a Galaxy Tab 10.1"
and like this on a Galaxy Tab 7"
I want both Dialogs to look the same:
The closest that I get is by using the following style
...
0
votes
1answer
17 views
Can you get LayoutPrams from an Android Style?
Can you get LayoutPrams from an Android Style? If so, how do I do it? - API lvl 8
(I'm trying to apply styling to dynamically created elements - if there's a better way to do this I'm all ears)
...
0
votes
2answers
93 views
Predefined styles and themes for Android
I have finished coding the logic of my application, which contains a GridView, a few TextViews and a few dialogs.
I now wish to style these views, as the default theme is somewhat ugly.
I've had a ...
0
votes
2answers
47 views
Inheriting Android Themes
I'm targeting sdk7 or Android 2.1. Here's my styles.xml that is in my values folder.
<resources>
<style name="AppTheme" parent="android:Theme">
<item ...
0
votes
1answer
32 views
Applying buttonStyle as theme doesn't work, but does if applied to button directly
I was following a tutorial on creating custom buttons. If I apply the style to the button directly it works, but if I apply the style to the theme using android:buttonStyle it doesn't work.
An ...
0
votes
1answer
44 views
Custom Style can't be detected on Dialog Constructor?
I have a custom style file(style.xml) in res/values that looks like this:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="CustomDialogTheme" ...
0
votes
2answers
178 views
Android button styling
I am quite new to Android dev, but not Java dev, so doing the logic behind a button is no issue, but styling it is not as easy as css. I have read a couple tutorials on shapes / styles so I kind of ...
0
votes
3answers
64 views
Use Android defined style programatically?
I wan't to keep my app as close to the devices original theme as possible. Therefor i use this layout for my separators:
This is spored in a separate layout file. Isn't there anyway to use the same ...
0
votes
0answers
27 views
Dealing with variable Resource Paths in Android
Iam building an Android Application with a variable logo. I want to define a Constant in my xml files to refer the variable logo filename in the /res/drawable folder. So that i can refer to the ...
0
votes
2answers
144 views
finding the correct style in R.attr
using:
android:textAppearance="?android:attr/...."
I would like to style a TextView to look like the default style of the "summary" attribute within a PreferenceScreen.
using the styles from this ...
0
votes
2answers
138 views
Android app styling
i want to make my android apps very stylish, i.e. styling controls like EditText, Button, spinner, etc... can anyone provide me samples to do this.
Thanks,
nag.
0
votes
3answers
131 views
show a “loader” in an image view
I know of a couple ways to do this (neither of which I like) - so I'm turning to the experts at SOF.
I want to use the ProgressBar. The catch is that I want to use this as the image/background for my ...
0
votes
1answer
55 views
single inflation of a style to be used multiple times
I want to inflate an item once and use it in a loop. I currently have a solution, but there is most likely a better way. Also, the program won't run unless there is view.removeView call, which makes ...
0
votes
1answer
387 views
android gradient stroke shape
I want to make a stroke that has a gradient on the stroke and use the stroke as a background for a selected button. Is this possible using a <shape> or will I need to use a 9-slice image?
I can ...
0
votes
0answers
91 views
Google Visualization example Style sheets and formatting
I am not sure how google formats its charts in it's examples as given below:-
http://code.google.com/apis/chart/interactive/docs/examples.html#interaction_example
When I copy paste the same code to ...
0
votes
1answer
180 views
Android application using css for common view of pages
I want to make use of css in my android application to make a common view through out the application, please help how to add, implement and map a css in an android application.
Thanks.
0
votes
2answers
299 views
Android adding css file
I want to add a css file in my Android application to change the look and feel.
How can I add and implement CSS in an Android application?
0
votes
2answers
1k views
How do I style buttons in a LinearLayout like a ListView
I have a vertically orientated LinearLayout with some Buttons in it:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" ...
0
votes
1answer
239 views
How to get the font face size and formatting of a native element in Android application?
I would like to reuse the exact same font-face etc... like Android uses in the PreferenceScreen
Here is a screenshot I am looking to reuse the title, and the summary style from these views.