A UI framework for adding XYO themed toolbars and dialogs to your android application.
- JDK 1.8
- Android SDK
- Kotlin
- Build Tools 28+
You can add sdk-ui-android to your existing app by cloning the project and manually adding it to your build.gradle:
git clone [email protected]:XYOracleNetwork/sdk-ui-android.git
or by using jitPack:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
dependencies {
implementation 'com.github.XYOracleNetwork:sdk-ui-android:1.0.2'
}
Most of the UI components can be added to an existing XML layout file. Look at the ui-android-sample folder for examples
<company.xy.sdk.ui.views.XYButton
android:id="@+id/myButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="XY Button"/>
This project is licensed under the MIT License - see the LICENSE.md file for details
Made with ❤️ by [XY - The Persistent Company] (https://xy.company)