Skip to content

Commit

Permalink
[MaterialTimePicker] Make default theme overlay public
Browse files Browse the repository at this point in the history
Resolves #1892

GIT_ORIGIN_REV_ID=da647ca589d4da3f2cebcfaef422ff7504296f09
PiperOrigin-RevId: 344275691

(cherry picked from commit 890b727)
  • Loading branch information
msasikanth authored and dsn5ft committed Dec 15, 2020
1 parent 3a0de84 commit 0e04c9d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2020 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -27,6 +26,8 @@
<public name="clockHandColor" type="attr" />
<public name="clockNumberTextColor" type="attr" />

<public name="ThemeOverlay.MaterialComponents.MaterialTimePicker" type="style" />

<public name="Widget.MaterialComponents.TimePicker" type="style" />
<public name="Widget.MaterialComponents.TimePicker.Button" type="style" />
<public name="Widget.MaterialComponents.TimePicker.Display" type="style" />
Expand Down

0 comments on commit 0e04c9d

Please sign in to comment.