зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1063831 - Fix doorhanger divider color for Dark themes r=margaret
This commit is contained in:
Родитель
33accc61e1
Коммит
8fc5df7079
|
@ -129,6 +129,9 @@ public class DoorHanger extends LinearLayout {
|
|||
// Set a dark background, and use a smaller text size for dark-themed DoorHangers.
|
||||
setBackgroundColor(mResources.getColor(R.color.doorhanger_background_dark));
|
||||
mTextView.setTextAppearance(getContext(), R.style.TextAppearance_Widget_DoorHanger_Small);
|
||||
|
||||
// Set the inter-doorhanger divider color
|
||||
mDivider.setBackgroundColor(mDividerColor);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче