File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
java/com/w2sv/autocrop/activities/cropexamination/fragments/croppager Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ class CropPagerFragment :
116116 scroller.cancel()
117117 crossFade(
118118 binding.cancelAutoScrollButton,
119- binding.bottomButtonRow
119+ binding.snackbarRepelledLayout
120120 )
121121 }
122- ? : binding.bottomButtonRow .show()
122+ ? : binding.snackbarRepelledLayout .show()
123123
124124 if (! BooleanPreferences .cropPagerInstructionsShown)
125125 lifecycleScope.launchDelayed(resources.getLong(R .integer.delay_small)) {
Original file line number Diff line number Diff line change 8686 android : layout_alignParentBottom =" true" >
8787
8888 <com .w2sv.autocrop.ui.SnackbarRepelledLayout
89- android : id =" @+id/bottom_elements "
89+ android : id =" @+id/snackbar_repelled_layout "
9090 android : layout_width =" match_parent"
9191 android : layout_height =" wrap_content"
9292 android : layout_marginHorizontal =" @dimen/margin_top_left_image_button"
93- android : layout_marginBottom =" ?attr/actionBarSize" >
93+ android : layout_marginBottom =" ?attr/actionBarSize"
94+ android : visibility =" invisible" >
9495
9596 <com .w2sv.autocrop.activities.cropexamination.fragments.croppager.views.DiscardingStatisticsTextView
9697 android : id =" @+id/discarding_statistics_tv"
104105 android : layout_width =" match_parent"
105106 android : layout_height =" wrap_content"
106107 android : layout_marginBottom =" 15dp"
107- android : visibility =" invisible"
108108 android : gravity =" end" >
109109
110110 <com .w2sv.autocrop.activities.cropexamination.fragments.croppager.views.ManualCropButton
Original file line number Diff line number Diff line change 44 <color name =" pseudo_black" >#1C1C1E</color >
55 <color name =" magenta_bright" >#BC275E</color >
66 <color name =" magenta_saturated" >#911945</color >
7- <color name =" magenta_dark" >#7F1F3F</color >
87 <color name =" wine_red" >#B00020</color >
98 <color name =" ocean_blue" >#1a0ac7</color >
109 <color name =" turquoise_greenish" >#008577</color >
You can’t perform that action at this time.
0 commit comments