Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wiki for various classes #52

Open
A6uh opened this issue Mar 29, 2023 · 0 comments
Open

Update wiki for various classes #52

A6uh opened this issue Mar 29, 2023 · 0 comments

Comments

@A6uh
Copy link

A6uh commented Mar 29, 2023

For the Bar Visualizer
Usage
<com.chibde.visualizer.BarVisualizer android:id="@+id/visualizer" android:layout_width="match_parent" android:layout_height="250dp"/>

For the Circle Bar Visualizer
Usage
<com.chibde.visualizer.CircleBarVisualizer android:id="@+id/visualizer" android:layout_width="match_parent" android:layout_height="250dp"/>

For the Circle Visualizer
Usage
<com.chibde.visualizer.CircleVisualizer android:id="@+id/visualizer" android:layout_width="match_parent" android:layout_height="match_parent"/>
(Also missing > at the end)

For the Line Bar Visualizer
Usage
<com.chibde.visualizer.LineBarVisualizer android:id="@+id/visualizer" android:layout_width="match_parent" android:layout_height="250dp"/>

For the Line Visualizer
Usage
<com.chibde.visualizer.LineVisualizer android:id="@+id/visualizer" android:layout_width="match_parent" android:layout_height="250dp"/>

However the final SquareBar Visualizer has the correct usage case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant