Skip to content

Update wiki for various classes #52

Description

@A6uh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions