aws1994 / IntroScreen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

im new to android, im using androidx , these making some errors..??!!!

btmstage3 opened this issue · comments

you need to use suitable constraint layouts and tab layouts as per android X that's it!
for example :

<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#ffffff"
    tools:context=".Activities.OnboardingActivity">
 .
 .
 .
 .
</androidx.constraintlayout.widget.ConstraintLayout>