You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WooCommerce/src/main/kotlin/com/woocommerce/android/ui/payments/hub/depositsummary/PaymentsHubDepositSummaryScreen.kt
+11-7
Original file line number
Diff line number
Diff line change
@@ -158,11 +158,11 @@ private fun AlwaysVisiblePart(
158
158
onExpandCollapseClick()
159
159
}
160
160
.padding(
161
-
start = dimensionResource(id =R.dimen.major_100),
162
-
end = dimensionResource(id =R.dimen.major_100),
163
-
top = dimensionResource(id =R.dimen.major_150),
164
-
bottom = dimensionResource(id =R.dimen.major_100)
165
-
)
161
+
start = dimensionResource(id =R.dimen.major_100),
162
+
end = dimensionResource(id =R.dimen.major_100),
163
+
top = dimensionResource(id =R.dimen.major_150),
164
+
bottom = dimensionResource(id =R.dimen.major_100)
165
+
)
166
166
) {
167
167
Column(
168
168
modifier =Modifier.weight(1f)
@@ -226,8 +226,12 @@ private fun AlwaysVisiblePart(
226
226
}
227
227
}
228
228
val dividerPaddingAnimation by animateDpAsState(
229
-
if (isExpanded) dimensionResource(id =R.dimen.major_100) else dimensionResource(id =R.dimen.minor_00),
0 commit comments