Set shownotes background to black when theme is 'dark'. fixes #106
This commit is contained in:
parent
eb09aff2e6
commit
cca91b12b9
@ -77,7 +77,7 @@ public class ItemDescriptionFragment extends SherlockFragment {
|
||||
&& Build.VERSION.SDK_INT <= Build.VERSION_CODES.ICE_CREAM_SANDWICH_MR1) {
|
||||
webvDescription.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
|
||||
}
|
||||
webvDescription.setBackgroundColor(0);
|
||||
webvDescription.setBackgroundColor(getResources().getColor(R.color.black));
|
||||
}
|
||||
webvDescription.getSettings().setUseWideViewPort(false);
|
||||
webvDescription.getSettings().setLayoutAlgorithm(
|
||||
|
Loading…
x
Reference in New Issue
Block a user