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 23
23
app : layout_constraintEnd_toEndOf =" parent"
24
24
app : layout_constraintTop_toTopOf =" parent"
25
25
app : layout_constraintBottom_toTopOf =" @+id/container"
26
+ app : layout_constraintVertical_weight =" 1"
26
27
tools : ignore =" ContentDescription" /> <!-- TODO remove once the bug is fixed: https://issuetracker.google.com/issues/38281866-->
27
28
28
29
<ScrollView
29
30
android : id =" @+id/container"
30
31
android : layout_width =" wrap_content"
31
32
android : layout_height =" 0dp"
33
+ android : fillViewport =" true"
32
34
app : layout_constraintStart_toStartOf =" parent"
33
35
app : layout_constraintEnd_toEndOf =" parent"
34
36
app : layout_constraintTop_toBottomOf =" @+id/logo"
35
37
app : layout_constraintBottom_toTopOf =" @+id/main_tos_and_pp"
36
- app : layout_constraintVertical_bias = " 0.7 " >
38
+ app : layout_constraintVertical_weight = " 2 " >
37
39
38
40
<LinearLayout
39
41
android : id =" @+id/btn_holder"
40
- style =" @style/FirebaseUI.AuthMethodPicker.ButtonHolder" />
42
+ style =" @style/FirebaseUI.AuthMethodPicker.ButtonHolder"
43
+ android : gravity =" bottom" />
41
44
42
45
</ScrollView >
43
46
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ object Config {
35
35
const val cardView = " com.android.support:cardview-v7:$version "
36
36
const val customTabs = " com.android.support:customtabs:$version "
37
37
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 "
39
39
}
40
40
41
41
object Arch {
You can’t perform that action at this time.
0 commit comments