You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But with only this the indicator will be on the left side of the screen so I set an id to the indicator view and added a contraint for it in the linkToScrollBar method if the parent is a contraint layout:
I even set it up with a regular RelativeLayout and converted it. Nothing works in Constraint Layout
RelativeLayout version:
ConstraintLayout
<android.support.constraint.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"
tools:context="com.companionfree.kdmgenerator.main.MainActivity"
android:id="@+id/relativeLayout">
</android.support.constraint.ConstraintLayout>
The text was updated successfully, but these errors were encountered: