Browse Source

It is called SilentDragon

chat
Jonathan "Duke" Leto 5 years ago
parent
commit
0b42d85d8d
  1. 8
      app/src/main/res/layout/activity_settings.xml
  2. 2
      app/src/main/res/values/strings.xml

8
app/src/main/res/layout/activity_settings.xml

@ -32,7 +32,7 @@
app:layout_constraintTop_toBottomOf="@+id/txtSettingsConnString" android:layout_marginEnd="16dp"
app:layout_constraintEnd_toEndOf="parent"/>
<TextView
android:text="HushWallet connection address"
android:text="SilentDragon connection address"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/textView"
@ -55,7 +55,7 @@
android:layout_marginStart="8dp" app:layout_constraintEnd_toEndOf="parent"
android:layout_marginEnd="8dp"/>
<TextView
android:text="If checked, the app will only attempt a direct connection to HushWallet, and not route traffic over the internet via the external helper service. Please see the FAQ for more details"
android:text="If checked, the app will only attempt a direct connection to SilentDragon, and not route traffic over the internet via the external helper service. Please see the FAQ for more details"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:id="@+id/textView4" app:layout_constraintStart_toStartOf="parent"
@ -79,14 +79,14 @@
android:layout_marginStart="16dp" android:layout_marginTop="16dp"
app:layout_constraintTop_toBottomOf="@+id/textView10"/>
<TextView
android:text="HushWallet server version"
android:text="SilentDragon 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="HushWallet android version"
android:text="SilentDragon android version"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:id="@+id/textView3" android:layout_marginTop="16dp"

2
app/src/main/res/values/strings.xml

@ -1,5 +1,5 @@
<resources>
<string name="app_name">HushWallet</string>
<string name="app_name">SilentDragon</string>
<string name="action_settings">Settings</string>
<string name="title_activity_scrolling">ScrollingActivity</string>

Loading…
Cancel
Save