Fix transparency on widgets

This commit is contained in:
2016-04-25 22:22:37 -04:00
parent 7977d5247c
commit 2dc4fcbc46
5 changed files with 94 additions and 19 deletions

View File

@@ -62,7 +62,7 @@ public class HabitScoreViewTest extends ViewTest
@Test
public void testRender_withTransparentBackground() throws Throwable
{
view.setIsBackgroundTransparent(true);
view.setIsTransparencyEnabled(true);
assertRenders(view, "HabitScoreView/renderTransparent.png");
}