Browse Source

added Bug Reports web link to About section

dev
jahway603 4 years ago
parent
commit
7ae222f043
  1. 41
      app/src/main/res/layout/activity_about.xml
  2. 4
      app/src/main/res/values/strings.xml

41
app/src/main/res/layout/activity_about.xml

@ -193,6 +193,45 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/GithubText" />
<TextView
android:id="@+id/BugReports"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:text="@string/bugreports"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/divider4" />
<TextView
android:id="@+id/BugReportsText"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="2dp"
android:layout_marginEnd="16dp"
android:text="@string/bugreports_link"
android:textColorLink="@android:color/white"
android:autoLink="web"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/BugReports" />
<View
android:id="@+id/divider9"
android:layout_width="0dp"
android:layout_height="2dp"
android:layout_marginStart="8dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="8dp"
android:background="?android:attr/listDivider"
android:visibility="visible"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/BugReportsText" />
<TextView
android:id="@+id/Credit"
android:layout_width="0dp"
@ -204,7 +243,7 @@
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/divider4" />
app:layout_constraintTop_toBottomOf="@id/divider9" />
<TextView
android:id="@+id/CreditText"

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

@ -89,11 +89,13 @@
<string name="discord">Join our Discord</string>
<string name="discord_link" translatable="false">https://www.myhush.org/discord/</string>
<string name="telegram">Visit our Telegram</string>
<string name="telegram_link" translatable="false">https://t.me/Hush_Coin</string>
<string name="telegram_link" translatable="false">https://www.myhush.org/telegram/</string>
<string name="twitter">Twitter</string>
<string name="twitter_link" translatable="false">https://www.myhush.org/twitter/</string>
<string name="github">GitHub</string>
<string name="github_link" translatable="false">https://github.com/MyHush/SilentDragonAndroid</string>
<string name="bugreports">Bug Reports</string>
<string name="bugreports_link" translatable="false">https://github.com/MyHush/SilentDragonAndroid/issues/new</string>
<string name="credits">Credits</string>
<string name="credits_link" translatable="false">http://www.myhush.org/credits_SDA/</string>
<string name="license">License</string>

Loading…
Cancel
Save