Skip to content

Commit 4faa223

Browse files
committed
Update README instructions for new structure and location
1 parent 6aca97d commit 4faa223

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Material Theme Builder/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,16 @@ To systematically apply shape throughout your app, it helps to understand that c
1919
To change your theme's color scheme, replace the existing HEX color values with your custom HEX values. This project has both light and dark themes, toggle between them within the app to see your changes. Use our [color palette generator](https://material.io/design/color/the-color-system.html#tools-for-picking-colors) to help come up with pairings and check your color contrast.
2020

2121
## Get Started
22-
Clone the material-components-android repository
22+
Clone the material-components-android-examples repository
2323

2424
```
25-
git clone https://github.com/material-components/material-components-android.git
25+
git clone https://github.com/material-components/material-components-android-examples.git
2626
```
2727

28-
In Android Studio - Choose ‘Open an existing Android Studio Project’ and select ‘material-components-android’
28+
In Android Studio - Choose ‘Open an existing Android Studio Project’ and select ‘material-components-android-examples/Material Theme Builder
2929

30-
Sync and build the project. All of the library’s modules will be shown in the left-hand `Project` pane. Find `material-theme-builder`and expand the module - it should look like a standard Android Studio project.
30+
Sync, build and run the project. The project, by default, will be configured with the baseline Material theme.
3131

32-
Run the project by going to ‘Run>Run’ and selecting the ‘material-theme-builder’ run configuration. The project will build and deploy on a device or emulator and will be configured, by default, with the baseline Material theme.
32+
Under the ‘res’ folder, open `color.xml`, `type.xml` and `shape.xml`. Each file has detailed comments describing the Material subsystem it controls. Try modifying each subsystem, re-running the app and seeing how changes are propagated throughout the app.
3333

34-
Under the modules ‘res’ folder, open `color.xml`, `type.xml` and `shape.xml`. Each file has detailed comments describing the Material subsystem it controls. Try modifying each subsystem, re-running the app and seeing how changes are propagated throughout the app.
35-
36-
Once you build your Material theme, move the theme resources (`color.xml` `night/color.xml`, `type.xml`, `shape.xml`, `styles.xml`, `themes.xml` and `night/themes.xml`) over to your app to start using your Material theme in projects.
34+
Once you build your Material theme, move the theme resources (`color.xml`, `type.xml`, `shape.xml`, `styles.xml`, `themes.xml` and `night/themes.xml`) over to your app to start using your Material theme in your own projects.

0 commit comments

Comments
 (0)