Skip to content

Commit

Permalink
Update to "ZecWallet"
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Apr 6, 2019
1 parent d461aa9 commit 446b7fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
app:layout_constraintTop_toBottomOf="@+id/txtSettingsConnString" android:layout_marginEnd="16dp"
app:layout_constraintEnd_toEndOf="parent"/>
<TextView
android:text="zec-qt-wallet connection address"
android:text="ZecWallet connection address"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/textView"
Expand Down Expand Up @@ -79,14 +79,14 @@
android:layout_marginStart="16dp" android:layout_marginTop="16dp"
app:layout_constraintTop_toBottomOf="@+id/textView10"/>
<TextView
android:text="zec-qt-wallet server version"
android:text="ZecWallet server version"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/textView10" app:layout_constraintStart_toStartOf="parent"
android:layout_marginStart="16dp" android:layout_marginTop="16dp"
app:layout_constraintTop_toBottomOf="@+id/lblVersionName" android:textStyle="bold"/>
<TextView
android:text="ZecQT Wallet android version"
android:text="ZecWallet android version"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:id="@+id/textView3" android:layout_marginTop="16dp"
Expand Down

0 comments on commit 446b7fc

Please sign in to comment.