File tree Expand file tree Collapse file tree 10 files changed +17
-21
lines changed Expand file tree Collapse file tree 10 files changed +17
-21
lines changed Original file line number Diff line number Diff line change 1414
1515 <androidx .appcompat.widget.LinearLayoutCompat
1616 android : layout_width =" match_parent"
17- android : layout_height =" match_parent "
17+ android : layout_height =" wrap_content "
1818 android : orientation =" vertical" >
1919
2020 <com .google.android.material.textview.MaterialTextView
Original file line number Diff line number Diff line change 1414
1515 <androidx .appcompat.widget.LinearLayoutCompat
1616 android : layout_width =" match_parent"
17- android : layout_height =" match_parent "
17+ android : layout_height =" wrap_content "
1818 android : orientation =" vertical" >
1919
2020 <com .google.android.material.textview.MaterialTextView
Original file line number Diff line number Diff line change 1414
1515 <androidx .appcompat.widget.LinearLayoutCompat
1616 android : layout_width =" match_parent"
17- android : layout_height =" match_parent "
17+ android : layout_height =" wrap_content "
1818 android : orientation =" vertical" >
1919
2020 <com .google.android.material.textview.MaterialTextView
9696 android : layout_height =" wrap_content"
9797 android : layout_gravity =" center"
9898 android : layout_margin =" 24dp"
99- android : orientation =" horizontal"
100- app : layout_constraintStart_toStartOf =" parent" >
99+ android : orientation =" horizontal" >
101100
102101 <com .google.android.material.button.MaterialButton
103102 style =" @style/Widget.Material3.Button.ElevatedButton"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2+ <FrameLayout xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : id =" @+id/container"
44 android : layout_width =" match_parent"
5- android : layout_height =" match_parent"
6- android : orientation =" vertical" >
5+ android : layout_height =" match_parent" >
76
87 <FrameLayout
98 android : id =" @+id/frame_layout_permissions"
109 android : layout_width =" match_parent"
1110 android : layout_height =" match_parent" />
12- </androidx .constraintlayout.widget.ConstraintLayout>
11+ </FrameLayout >
12+
Original file line number Diff line number Diff line change 88
99 <androidx .constraintlayout.widget.ConstraintLayout
1010 android : layout_width =" match_parent"
11- android : layout_height =" match_parent " >
11+ android : layout_height =" wrap_content " >
1212
1313 <com .google.android.material.textview.MaterialTextView
1414 android : id =" @+id/text_view_permissions_beginning"
Original file line number Diff line number Diff line change 1414
1515 <androidx .appcompat.widget.LinearLayoutCompat
1616 android : layout_width =" match_parent"
17- android : layout_height =" match_parent "
17+ android : layout_height =" wrap_content "
1818 android : orientation =" vertical" >
1919
2020 <com .google.android.material.textview.MaterialTextView
8383 android : layout_height =" wrap_content"
8484 android : layout_gravity =" center"
8585 android : layout_margin =" 24dp"
86- android : indeterminate =" true"
87- app : layout_constraintEnd_toEndOf =" parent"
88- app : layout_constraintStart_toStartOf =" parent"
89- app : layout_constraintTop_toTopOf =" parent" />
86+ android : indeterminate =" true" />
9087
9188 <com .google.android.material.button.MaterialButton
9289 android : id =" @+id/button_download"
Original file line number Diff line number Diff line change 1313
1414 <androidx .constraintlayout.widget.ConstraintLayout
1515 android : layout_width =" match_parent"
16- android : layout_height =" match_parent " >
16+ android : layout_height =" wrap_content " >
1717
1818 <com .google.android.material.textview.MaterialTextView
1919 android : id =" @+id/text_view_welcome"
Original file line number Diff line number Diff line change 1616
1717 <androidx .appcompat.widget.LinearLayoutCompat
1818 android : layout_width =" match_parent"
19- android : layout_height =" match_parent "
19+ android : layout_height =" wrap_content "
2020 android : orientation =" vertical" >
2121
2222 <com .google.android.material.textview.MaterialTextView
6666 <com .google.android.material.materialswitch.MaterialSwitch
6767 android : id =" @+id/material_switch_preference"
6868 android : layout_width =" match_parent"
69- android : layout_height =" match_parent "
69+ android : layout_height =" wrap_content "
7070 android : padding =" 24dp"
7171 android : text =" @string/switch_me"
7272 android : tooltipText =" @string/switch_me"
Original file line number Diff line number Diff line change 3131
3232 <androidx .appcompat.widget.LinearLayoutCompat
3333 android : layout_width =" match_parent"
34- android : layout_height =" match_parent "
34+ android : layout_height =" wrap_content "
3535 android : gravity =" center_vertical"
3636 android : orientation =" horizontal"
3737 android : padding =" 16dp" >
9595
9696 <androidx .appcompat.widget.LinearLayoutCompat
9797 android : layout_width =" match_parent"
98- android : layout_height =" match_parent "
98+ android : layout_height =" wrap_content "
9999 android : gravity =" center_vertical"
100100 android : orientation =" horizontal"
101101 android : padding =" 16dp" >
Original file line number Diff line number Diff line change 1212
1313 <androidx .appcompat.widget.LinearLayoutCompat
1414 android : layout_width =" match_parent"
15- android : layout_height =" match_parent "
15+ android : layout_height =" wrap_content "
1616 android : layout_gravity =" center_horizontal"
1717 android : gravity =" center"
1818 android : orientation =" vertical" >
You can’t perform that action at this time.
0 commit comments