8686 android : layout_marginLeft =" 20dp"
8787 android : layout_marginRight =" 20dp"
8888 app : layout_constraintTop_toBottomOf =" @id/link_buttons_layout"
89- app : layout_constraintBottom_toBottomOf = " parent " >
89+ app : layout_constraintBottom_toTopOf = " @id/privacy_policy_layout " >
9090
9191 <com .google.android.material.textview.MaterialTextView
9292 android : id =" @+id/app_version_text_view"
120120
121121 </androidx .constraintlayout.widget.ConstraintLayout>
122122
123+ <androidx .constraintlayout.widget.ConstraintLayout
124+ android : id =" @+id/privacy_policy_layout"
125+ android : layout_width =" match_parent"
126+ android : layout_height =" wrap_content"
127+ android : layout_marginLeft =" 20dp"
128+ android : layout_marginRight =" 20dp"
129+ app : layout_constraintTop_toBottomOf =" @id/app_info_layout"
130+ app : layout_constraintBottom_toBottomOf =" parent" >
131+
132+ <TextView
133+ android : id =" @+id/privacy_button"
134+ android : layout_width =" wrap_content"
135+ android : layout_height =" wrap_content"
136+ android : layout_marginTop =" 10dp"
137+ app : layout_constraintTop_toTopOf =" parent"
138+ app : layout_constraintLeft_toLeftOf =" parent"
139+ app : layout_constraintRight_toRightOf =" parent"
140+ android : textColor =" @color/greyc"
141+ android : text =" @string/privacy_policy" />
142+
143+ </androidx .constraintlayout.widget.ConstraintLayout>
144+
123145</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments