We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09da30 commit bc97eeeCopy full SHA for bc97eee
1 file changed
app/src/main/kotlin/info/appdev/chartexample/notimportant/MainActivity.kt
@@ -209,7 +209,7 @@ class MainActivity : ComponentActivity() {
209
//add(new ContentItem("Realm.io Examples", "See more examples that use Realm.io mobile database."));
210
211
add(ContentItem("Compose Horizontal"))
212
- add(ComposeItem("Horizontal", "Render bar chart horizontally.", HorizontalBarComposeActivity::class.java).toDemoBase())
+ add(ComposeItem("HorizontalCompose", "Render bar chart horizontally compose", HorizontalBarComposeActivity::class.java).toDemoBase())
213
214
add(ContentItem("Demonstrate and fix issues"))
215
add(ContentItem("Gradient", "Show a gradient edge case", GradientActivity::class.java))
0 commit comments