File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2323 app : layout_constraintEnd_toEndOf =" parent"
2424 app : layout_constraintTop_toTopOf =" parent"
2525 app : layout_constraintBottom_toTopOf =" @+id/container"
26+ app : layout_constraintVertical_weight =" 1"
2627 tools : ignore =" ContentDescription" /> <!-- TODO remove once the bug is fixed: https://issuetracker.google.com/issues/38281866-->
2728
2829 <ScrollView
2930 android : id =" @+id/container"
3031 android : layout_width =" wrap_content"
3132 android : layout_height =" 0dp"
33+ android : fillViewport =" true"
3234 app : layout_constraintStart_toStartOf =" parent"
3335 app : layout_constraintEnd_toEndOf =" parent"
3436 app : layout_constraintTop_toBottomOf =" @+id/logo"
3537 app : layout_constraintBottom_toTopOf =" @+id/main_tos_and_pp"
36- app : layout_constraintVertical_bias = " 0.7 " >
38+ app : layout_constraintVertical_weight = " 2 " >
3739
3840 <LinearLayout
3941 android : id =" @+id/btn_holder"
40- style =" @style/FirebaseUI.AuthMethodPicker.ButtonHolder" />
42+ style =" @style/FirebaseUI.AuthMethodPicker.ButtonHolder"
43+ android : gravity =" bottom" />
4144
4245 </ScrollView >
4346
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ object Config {
3535 const val cardView = " com.android.support:cardview-v7:$version "
3636 const val customTabs = " com.android.support:customtabs:$version "
3737
38- const val constraint = " com.android.support.constraint:constraint-layout:1.1.1 "
38+ const val constraint = " com.android.support.constraint:constraint-layout:1.1.2 "
3939 }
4040
4141 object Arch {
You can’t perform that action at this time.
0 commit comments