Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix layout reference and adapt strings (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphBTC authored Jul 26, 2020
1 parent dca5652 commit fac1bd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/layout/bsd_lnurl_pay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
android:layout_height="wrap_content"
android:paddingTop="5dp"
android:paddingBottom="10dp"
android:text="@string/withdraw"
android:text="@string/pay"
android:textSize="22sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down Expand Up @@ -144,7 +144,7 @@
android:orientation="horizontal"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="1.0"
app:layout_constraintStart_toEndOf="@+id/withdrawAmount"
app:layout_constraintStart_toEndOf="@+id/sendAmount"
app:layout_constraintTop_toTopOf="parent">

<zapsolutions.zap.customView.NonClippingTextView
Expand Down Expand Up @@ -177,7 +177,7 @@
app:srcCompat="@color/gray" />

<TextView
android:id="@+id/withdrawSourceLabel"
android:id="@+id/payeeSourceLabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/transparent"
Expand Down Expand Up @@ -205,7 +205,7 @@
android:textSize="16sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/withdrawSourceLabel"
app:layout_constraintStart_toEndOf="@id/payeeSourceLabel"
app:layout_constraintTop_toBottomOf="@id/line2"
tools:text="lnurl.bigsun.xyz" />

Expand Down Expand Up @@ -276,7 +276,7 @@
android:layout_marginEnd="30dp"
android:layout_marginBottom="15dp"
android:background="@drawable/bg_clickable_item"
android:text="@string/withdraw"
android:text="@string/pay"
android:textAllCaps="false"
android:textColor="@color/lightningOrange"
android:textSize="16sp"
Expand Down

0 comments on commit fac1bd6

Please sign in to comment.