File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 <com .google.android.material.textview.MaterialTextView
2020 android : id =" @+id/dialog_title"
21- style =" ?attr/textAppearanceTitleLarge "
21+ style =" ?attr/textAppearanceHeadlineSmall "
2222 android : layout_width =" 0dp"
2323 android : layout_height =" wrap_content"
2424 android : layout_marginTop =" 16dp"
25- android : autoSizeMaxTextSize =" 22sp "
26- android : autoSizeMinTextSize =" 18sp "
25+ android : autoSizeMaxTextSize =" 24sp "
26+ android : autoSizeMinTextSize =" 20sp "
2727 android : autoSizeStepGranularity =" 2sp"
2828 android : autoSizeTextType =" uniform"
29- android : maxLines =" 1 "
29+ android : maxLines =" 4 "
3030 android : textAlignment =" center"
3131 app : layout_constraintEnd_toEndOf =" parent"
3232 app : layout_constraintStart_toStartOf =" parent"
Original file line number Diff line number Diff line change 11<androidx .coordinatorlayout.widget.CoordinatorLayout xmlns : android =" http://schemas.android.com/apk/res/android"
22 xmlns : app =" http://schemas.android.com/apk/res-auto"
3+ xmlns : tools =" http://schemas.android.com/tools"
34 android : layout_width =" match_parent"
45 android : layout_height =" match_parent"
56 android : fitsSystemWindows =" true"
3132 android : layout_height =" ?attr/actionBarSize"
3233 android : layout_marginHorizontal =" 4dp"
3334 android : elevation =" 0dp"
34- app : layout_collapseMode =" pin" />
35+ app : layout_collapseMode =" pin"
36+ tools : title =" @string/pref_used_library_summary" />
3537 </com .google.android.material.appbar.CollapsingToolbarLayout>
3638 </com .google.android.material.appbar.AppBarLayout>
3739
Original file line number Diff line number Diff line change 11<androidx .coordinatorlayout.widget.CoordinatorLayout xmlns : android =" http://schemas.android.com/apk/res/android"
22 xmlns : app =" http://schemas.android.com/apk/res-auto"
3+ xmlns : tools =" http://schemas.android.com/tools"
34 android : layout_width =" match_parent"
45 android : layout_height =" match_parent"
56 android : fitsSystemWindows =" true"
3132 android : layout_height =" ?attr/actionBarSize"
3233 android : layout_marginHorizontal =" 4dp"
3334 android : elevation =" 0dp"
34- app : layout_collapseMode =" pin" />
35+ app : layout_collapseMode =" pin"
36+ tools : title =" @string/app_settings" />
3537
3638 </com .google.android.material.appbar.CollapsingToolbarLayout>
3739
Original file line number Diff line number Diff line change 1818
1919 <com .google.android.material.textview.MaterialTextView
2020 android : id =" @+id/dialog_title"
21- style =" ?attr/textAppearanceTitleLarge "
21+ style =" ?attr/textAppearanceHeadlineSmall "
2222 android : layout_width =" 0dp"
2323 android : layout_height =" wrap_content"
2424 android : layout_marginTop =" 16dp"
25- android : autoSizeMaxTextSize =" 22sp "
26- android : autoSizeMinTextSize =" 18sp "
25+ android : autoSizeMaxTextSize =" 24sp "
26+ android : autoSizeMinTextSize =" 20sp "
2727 android : autoSizeStepGranularity =" 2sp"
2828 android : autoSizeTextType =" uniform"
29- android : maxLines =" 1 "
29+ android : maxLines =" 4 "
3030 android : scrollbars =" none"
3131 android : textAlignment =" center"
3232 app : layout_constraintEnd_toEndOf =" parent"
Original file line number Diff line number Diff line change 1515 style =" ?attr/textAppearanceHeadlineSmall"
1616 android : layout_width =" match_parent"
1717 android : layout_height =" wrap_content"
18+ android : autoSizeMaxTextSize =" 24sp"
19+ android : autoSizeMinTextSize =" 20sp"
20+ android : autoSizeStepGranularity =" 2sp"
21+ android : autoSizeTextType =" uniform"
22+ android : maxLines =" 4"
1823 android : paddingHorizontal =" 14dp"
1924 android : paddingBottom =" 24dp"
2025 android : textAlignment =" center"
Original file line number Diff line number Diff line change 1515 style =" ?attr/textAppearanceHeadlineSmall"
1616 android : layout_width =" match_parent"
1717 android : layout_height =" wrap_content"
18+ android : autoSizeMaxTextSize =" 24sp"
19+ android : autoSizeMinTextSize =" 20sp"
20+ android : autoSizeStepGranularity =" 2sp"
21+ android : autoSizeTextType =" uniform"
22+ android : maxLines =" 4"
1823 android : paddingHorizontal =" 14dp"
1924 android : paddingBottom =" 24dp"
2025 android : textAlignment =" center"
You can’t perform that action at this time.
0 commit comments