Fix card background (pre-Lollipop)
This commit is contained in:
parent
299c6a0c1d
commit
616322cd35
@ -687,7 +687,7 @@ public class ListHabitsFragment extends Fragment
|
||||
if (android.os.Build.VERSION.SDK_INT >= 21)
|
||||
llInner.setBackgroundResource(R.drawable.ripple_white);
|
||||
else
|
||||
llInner.setBackgroundColor(Color.WHITE);
|
||||
llInner.setBackgroundResource(R.drawable.card_background);
|
||||
}
|
||||
|
||||
return view;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user