Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa626d97 authored by Isaac Katzenelson's avatar Isaac Katzenelson Committed by Android Git Automerger
Browse files

am 0000f13d: Fix background for alarm list items

* commit '0000f13d':
  Fix background for alarm list items
parents 1d10338d 0000f13d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -498,7 +498,7 @@ public class AlarmClock extends Activity implements LoaderManager.LoaderCallback
            mColorLit = res.getColor(R.color.clock_white);
            mColorDim = res.getColor(R.color.clock_gray);
            mBackgroundColorSelected = res.getColor(R.color.alarm_selected_color);
            mBackgroundColor = res.getColor(R.color.blackish);
            mBackgroundColor = res.getColor(R.color.alarm_whiteish);


            mRobotoBold = Typeface.create("sans-serif-condensed", Typeface.BOLD);