Questions tagged [customization]

Modifying the default state of an application to suit a user's preferences or to address the unique requirements of a particular objective.

An app that supports customization may allow users to change default values, colors, or settings and persist those changes for the next time the user runs the app.

Customization can also refer to modifying configuration settings or modifying source code to make a "prepackaged" software product meet a requirement that is unique to a particular customer or environment. For example, if an app needs to fetch data from a server, the specific details of how the app should connect to the server (URL, protocol, credentials) are usually externalized in a configuration file so they can be easily customized without requiring code modifications.

4611 questions
45
votes
4 answers

Android ActionBar Customize Search View

--- SOLVED THE PROBLEMS - ADDED THE ANSWERS IN EDIT TEXT --- I'm using the ActionBar Sherlock in my Android App. There I want to show a SearchView. It works fine so far but I realize, I'm doing something wrong when trying to customize it. I create…
Tobias Reich
  • 4,952
  • 3
  • 47
  • 90
40
votes
9 answers

Cannot remove Padding from Tabs when using Custom views with Tab Layout

I have added a Relative Layout in Custom View and have added this in Tab Layout. I am using a white background for tabs and have not applied any padding in tabs custom layout. But then also I am getting padding on tabs due to which I am shown some…
ajay
  • 886
  • 2
  • 12
  • 27
40
votes
9 answers

Mysql Color Scheme

Is there a way to set a color scheme for the mysql client? It might sound trivial, but I'd like to be able to set some level of colors for terminal client.
Cory Collier
  • 883
  • 1
  • 10
  • 20
36
votes
3 answers

How to customize a toolbar in Eclipse?

I am trying to customize Eclipse to speed up development and minimize distractions for Android Java development. I am using SourceGear Vault for source control and installed the plugin for Eclipse. So to check stuff in/out, I have to right click…
AngryHacker
  • 59,598
  • 102
  • 325
  • 594
36
votes
1 answer

How to keep Twitter Bootstrap customization with Bower?

I'm working in a project with yeoman which includes grunt for automation and bower for client-side package management. One of the dependencies of my project is SASS twitter-bootstrap. In other projects, in which I manually managed the updates of…
marcoslhc
  • 1,194
  • 1
  • 17
  • 29
35
votes
1 answer

Customized new JUnit templates in Eclipse?

I've spent a few hours searching for this, and can't find it, so I'm asking. Why here? How can I customize Eclipse so that when I create a new JUnit test class or method, it includes different items? For other source, I'd just go into…
CPerkins
  • 8,968
  • 3
  • 34
  • 47
34
votes
2 answers

Oh My Zsh multiple commands with one alias

I'm using Oh My Zsh, and was wondering if there is a way to create a function or alias to run multiple commands. Just as an example, running an 'update' command will update specific gems, but not all of them.
snakesonatoni
  • 343
  • 1
  • 3
  • 4
34
votes
2 answers

Changing highlight line color in emacs

I installed emacs 24 and also installed prelude and I wanted to change the theme from zenburn to tango-dark. But the color that the line is highlighted is yellow and I don't like that. I want it to be like the gray color in zenburn. What should I…
Farzam
  • 1,272
  • 3
  • 14
  • 25
34
votes
4 answers

How do I customize text color in IPython?

I'd like to customize the color of text in IPython, but am not sure how to do it. I know that in Python, I can do this by ending sys.ps1 and sys.ps2 with an ANSI color code such as sys.ps1=">>> \001\033[0m\033[34m\002" But the corresponding…
orome
  • 45,163
  • 57
  • 202
  • 418
33
votes
1 answer

How to exclude private members from StyleCop rule SA1600

Does anyone know how to change the StyleCop rule SA1600 that says elements must be documented so that it only applies to properties and not to private members? Our ORM (DevExpress XPO) requires that you have private members for all public properties…
Steven Evers
  • 16,649
  • 19
  • 79
  • 126
33
votes
10 answers

How to customize / style a UIPopoverController

I'm working on an iPad application and I'm using UIPopoverControllers. I'm at the part where the app needs to be branded and styled and i'm wondering how to change the color / tint of the UIPopoverController? Standard is dark blue but it needs to be…
Thomas Joos
  • 2,451
  • 5
  • 26
  • 30
32
votes
1 answer

How can I customize the DUnit test case classes generated by the Test Case wizard?

After poking around in the files installed by Delphi, I have found a file "C:\Program Files\Embarcadero\RAD Studio\7.0\ObjRepos\en\UnitTestFrameworks.xml" This file has a number of sections for setting options that affect the test case code…
lukeck
  • 4,528
  • 3
  • 27
  • 29
32
votes
2 answers

Customize spring validation error

I want customize the spring validation error for @NotNull @Length(max = 80) private String email; but I'm unable to do it. What are the step to follow?
Roberto de Santis
  • 868
  • 5
  • 15
  • 26
32
votes
3 answers

Bootstrap 4 custom build generator / download

Does anyone know about an alpha/beta bootstrap 4 custom generator, same that is available for bootstrap 3 at Customize and download? https://getbootstrap.com/docs/4.0/customize/ still unavailable
Yatko
  • 8,715
  • 9
  • 40
  • 46