paris icon indicating copy to clipboard operation
paris copied to clipboard

Supporting Material Library

Open Zoha131 opened this issue 5 years ago • 0 comments

Adding MaterialButtonProxy to support dynamic style for MaterialButton.

As stated in the issue: #91 I am submitting this PR for review.

The problems I am facing:

  1. Keeping the Material Theme Style For TextColor and TextAppearance when the user does not pass any value then by default it does not pick the material theme color
  2. Setting style using the style resources When I tried to add style using the style resource then I get some unexpected behavior. It does not work as intended.

Code Structure I have used:

  • I have created two modules: paris-material & sample-material . All of my codes are in these modules.
  • I have not written any test cases as I am not 100% sure if it is possible to style Material Library using Paris

Zoha131 avatar Jan 22 '20 16:01 Zoha131