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.

Android: Create a toggle button with image and no text

is it possible to create a toggle button in Android that has an image but no text? Ideally it would …

android customization togglebutton
Android toggle button custom look

I've been trying to customize the toggle button look but with no success. Here is how I want it to …

android styles customization togglebutton
How to make my custom type to work with "range-based for loops"?

Like many people these days I have been trying the different features that C++11 brings. One of my favorites is …

c++ for-loop c++11 customization
Android ActionBar Customize Search View

--- SOLVED THE PROBLEMS - ADDED THE ANSWERS IN EDIT TEXT --- I'm using the ActionBar Sherlock in my Android …

android customization actionbarsherlock searchview
How to customize the tooltip of a Chart.js 2.0 Doughnut Chart?

I'm trying to show some data using a doughnut chart from Chart.js2. My current chart looks like this: My …

javascript tooltip customization chart.js2
Where can I find my .emacs file for Emacs running on Windows?

I tried looking for the .emacs file for my Windows installation for Emacs, but I could not find it. Does …

windows emacs winapi path customization
How to use bootstrap with 16 or 24 columns

I need some help setting bootstrap 2.0.4 to be 16 or 24 column instead of the default 12 columns i can't understand what am …

twitter-bootstrap customization less
How to custom display prompt in KornShell to show hostname and current directory?

I am using KornShell (ksh) on Solaris and currently my PS1 env var is: PS1="${HOSTNAME}:\${PWD} \$ " And the prompt …

unix shell environment-variables customization ksh
Android Animate Rotate

I did some digging in Android code, and saw the use of in the indeterminate progress bar. after trying to …

android animation progress-bar customization
How to change inside background color of UISearchBar component on iOS

I know how to remove/change UISearchBar background color around search field: [[self.searchBar.subviews objectAtIndex:0] removeFromSuperview]; self.searchBar.backgroundColor = […

ios objective-c customization uisearchbar background-color