All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.taig.android.widget.operation.viewSwitcher.scala Maven / Gradle / Ivy

The newest version!
package io.taig.android.widget.operation

import android.widget.ViewSwitcher

final class viewSwitcher(viewSwitcher: ViewSwitcher) {
  def toggle() =
    viewSwitcher.setDisplayedChild((viewSwitcher.getDisplayedChild + 1) % 2)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy