Skip to content

Commit 5422380

Browse files
committed
fix multiline anchor spacing
1 parent 60572ca commit 5422380

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

sequencelayout/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
defaultConfig {
1212
minSdkVersion 16
1313
targetSdkVersion 28
14-
versionCode 10
15-
versionName "1.0.10"
14+
versionCode 11
15+
versionName "1.0.11"
1616
archivesBaseName = "com.transferwise.sequencelayout-${versionName}"
1717
}
1818

sequencelayout/src/main/res/layout/sequence_step.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
android:layout_width="wrap_content"
1414
android:layout_height="wrap_content"
1515
android:layout_marginEnd="28dp"
16-
android:ellipsize="end"
16+
android:layout_marginRight="28dp"
1717
android:paddingEnd="16dp"
1818
android:paddingRight="16dp"
1919
android:paddingStart="0dp"
2020
android:paddingLeft="0dp"
21+
android:paddingBottom="16dp"
2122
tools:layout_width="64dp"
22-
tools:text="30 Nov"
23-
android:layout_marginRight="28dp"/>
23+
tools:text="30 Nov"/>
2424

2525
<LinearLayout
2626
android:layout_width="0dp"

0 commit comments

Comments
 (0)