Skip to content

Commit

Permalink
Fix long token name on tx details (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatovital authored Jan 14, 2021
1 parent 4f2c466 commit aaaa6e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/layout/view_tx_amount.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@
<TextView
android:id="@+id/amount_title"
style="@style/TextDark"
android:textColor="@color/text_emphasis_medium"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
android:layout_marginStart="16dp"
android:text="-0.00023 ETH"
android:textColor="@color/text_emphasis_medium"
app:layout_constraintBottom_toBottomOf="@+id/logo"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/logo"
app:layout_constraintTop_toTopOf="@+id/logo" />
</merge>

0 comments on commit aaaa6e0

Please sign in to comment.