Skip to content

Commit

Permalink
fix multiline anchor spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
saschoar committed Jul 16, 2019
1 parent 60572ca commit 5422380
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sequencelayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 10
versionName "1.0.10"
versionCode 11
versionName "1.0.11"
archivesBaseName = "com.transferwise.sequencelayout-${versionName}"
}

Expand Down
6 changes: 3 additions & 3 deletions sequencelayout/src/main/res/layout/sequence_step.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="28dp"
android:ellipsize="end"
android:layout_marginRight="28dp"
android:paddingEnd="16dp"
android:paddingRight="16dp"
android:paddingStart="0dp"
android:paddingLeft="0dp"
android:paddingBottom="16dp"
tools:layout_width="64dp"
tools:text="30 Nov"
android:layout_marginRight="28dp"/>
tools:text="30 Nov"/>

<LinearLayout
android:layout_width="0dp"
Expand Down

0 comments on commit 5422380

Please sign in to comment.