Top "Customization" questions

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

Display custom message after submitting a Google Form

I have a Google Form that allows user to enter their information. After they submit the form, the data is …

google-apps-script customization google-forms
How to customize the switch button in a flutter

In my app, I want the switch is used to toggle a setting between on/off which is true/false …

flutter dart customization flutter-widget
Syntax Highlighting Guide for Atom

I am very pleased with the new editor by Github. Unfortunately it isn't exactly easy to customize it. I wanted …

editor customization syntax-highlighting atom-editor
Really cool way to create custom UITabBar for iPhone app?

I am doing a lot of researching lately about how to get a different looking with nice effects UITabBar on …

iphone ios customization uitabbar uitabbaritem
Can I use SPACE as mapleader in VIM?

From http://items.sjbach.com/319/configuring-vim-right I got that you were supposed to be able to use Space as the …

vim configuration mapping keyboard-shortcuts customization
Customize UIAlertController in iOS 8 to include standard elements like UITableView

I am used to customize UIAlertViews through the [alert setValue:someView forKey:@"accessoryView"] method. This creates customizable content for UIAlertViews …

customization ios8 uialertview uialertcontroller
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 …

java eclipse customization
Styling part of label in legend in matplotlib

Is it possible to have part of the text of a legend in a particular style, let's say, bold or …

python matplotlib text customization legend
Oh-my-posh themes not working correctly with Powerline font and ConEmu

I use PowerShell as my shell on Windows 7. I find that ConEmu is a really good terminal. Since I am …

powershell shell customization prompt posh-git
How to make double seekbar in android?

I am building an android application where the user select the a maximum value by seekbar. I need another button …

android customization seekbar