Remove shadow from "Apps and Notifications"
- Also create a util method to reuse it in different class. Test: visual Fixes: 128437380 Change-Id: I0e136feed3aead8c37e381095daebded55ef298d
This commit is contained in:
@@ -80,10 +80,10 @@ public class PrivacyDashboardFragmentTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void onViewCreated_shouldCallStyleActionBar() {
|
||||
public void onViewCreated_shouldSetActionBarShadowAnimation() {
|
||||
mFragment.onViewCreated(new View(mContext), new Bundle());
|
||||
|
||||
verify(mFragment).styleActionBar();
|
||||
assertThat(mFragment.getActivity().getActionBar().getElevation()).isEqualTo(0.f);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user