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

Commit 0000f13d authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Fix background for alarm list items

Bug: 7391088
Change-Id: Ie929285e47b0e62edbe99a39a39fed8d3f151148
parent 9dad8db4
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);