Set shownotes background to black when theme is 'dark'. fixes #106

This commit is contained in:
daniel oeh 2013-02-23 22:31:51 +01:00
parent eb09aff2e6
commit cca91b12b9

View File

@ -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(