Android Theming Variables Glossary: Contacts

Android Theming Variables Glossary: Contacts

@snejugal, @SventraPopizz, @NeoKio, @AlexStrNik
This part of Android Theming Variables Glossary is about Contacts.

The next two variables are used not only in Contacts, but primarily they are seen here.

  • windowBackgroundWhiteGrayIcon sets the color of icons.
  • graySection sets the header background color like “Contacts”. The title on this header is set by windowBackgroundWhiteGrayText2.
The red area shows ”graySection” and the green area shows ”windowBackgroundWhiteGrayIcon”.

Fast scroll

  • fastScrollInactive sets the color of the scrollbar when not pressed.
  • fastScrollActive sets the color of the scrollbar when you hold and move it and the bubble that contains the letter on where you are.
  • fastScrollText sets the color of the letter inside the bubble when you hold and move the scrollbar.
The red area shows ”fastScrollActive”, the orange area is “fastScrollText”, and the green area is “fastScrollInactive”

“Invite friends” screen

  • contacts_inviteBackground sets the background of the bottom hint on the “Invite friends” screen.
  • contacts_inviteText sets the text color of the hint.

Unfortunately, the background of the badge when you select some friends to invite cannot be changed.

The red area shows ”contacts_inviteBackground” and the yellow underline shows “contacts_inviteText”


Report Page