Skip to content

Commit ee0c052

Browse files
committed
3.2.4
1 parent 006d579 commit ee0c052

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.idea/workspace.xml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/w2sv/autocrop/activities/cropexamination/fragments/croppager/CropPagerFragment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)) {

app/src/main/res/layout/fragment_croppager.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@
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"
@@ -104,7 +105,6 @@
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

app/src/main/res/values/colors.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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>

0 commit comments

Comments
 (0)