Questions tagged [theming]

Theming is the modification of the user interface of a software application without affecting its functionality

Theming is used to match the look and feel of an application to a particular domain, motif, or user. It is also known as skinning. Many facets of the design can be controlled, such as:

  • Color schemes
  • Background images
  • Typography
  • Iconography

References

420 questions
6
votes
4 answers

JQuery .addclass to table element where text is found

I am theming some report tables and do not have access to the templates. I have this code so far which ends up adding "my-class" to every TR element in the report table. However, I only want to add the class to the table row TR where the text was…
Danny Englander
  • 2,005
  • 5
  • 26
  • 41
6
votes
3 answers

How to Change color of Dark action bar at night mode?

I treid to change the background color of the Action bar to another color istead of the default color. I am using : implementation 'com.google.android.material:material:1.2.0-alpha05' ... values/styles.xml: