change: Refer to Pachli as a Nivenly project in AboutFragment (#785)
This commit is contained in:
parent
30ec3982ff
commit
6f1aaaa884
@ -106,7 +106,7 @@
|
|||||||
app:layout_constraintTop_toBottomOf="@+id/accountInfo" />
|
app:layout_constraintTop_toBottomOf="@+id/accountInfo" />
|
||||||
|
|
||||||
<app.pachli.core.ui.ClickableSpanTextView
|
<app.pachli.core.ui.ClickableSpanTextView
|
||||||
android:id="@+id/aboutLicenseInfoTextView"
|
android:id="@+id/aboutNivenlyFoundation"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="24dp"
|
android:layout_marginTop="24dp"
|
||||||
@ -118,6 +118,22 @@
|
|||||||
app:layout_constraintEnd_toEndOf="@+id/copyDeviceInfo"
|
app:layout_constraintEnd_toEndOf="@+id/copyDeviceInfo"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/about_powered_by"
|
app:layout_constraintTop_toBottomOf="@id/about_powered_by"
|
||||||
|
android:text="@string/about_nivenly_foundation" />
|
||||||
|
|
||||||
|
|
||||||
|
<app.pachli.core.ui.ClickableSpanTextView
|
||||||
|
android:id="@+id/aboutLicenseInfoTextView"
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="24dp"
|
||||||
|
android:hyphenationFrequency="full"
|
||||||
|
android:lineSpacingMultiplier="1.2"
|
||||||
|
android:textIsSelectable="true"
|
||||||
|
android:layout_marginStart="@dimen/text_content_margin"
|
||||||
|
android:layout_marginEnd="@dimen/text_content_margin"
|
||||||
|
app:layout_constraintEnd_toEndOf="@+id/copyDeviceInfo"
|
||||||
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
app:layout_constraintTop_toBottomOf="@id/aboutNivenlyFoundation"
|
||||||
tools:text="@string/about_pachli_license" />
|
tools:text="@string/about_pachli_license" />
|
||||||
|
|
||||||
<app.pachli.core.ui.ClickableSpanTextView
|
<app.pachli.core.ui.ClickableSpanTextView
|
||||||
|
@ -64,4 +64,5 @@
|
|||||||
<string name="notification_log_download_failed">Download failed: %1$s</string>
|
<string name="notification_log_download_failed">Download failed: %1$s</string>
|
||||||
<string name="notitication_log_filter_dialog_title">Show log priorities</string>
|
<string name="notitication_log_filter_dialog_title">Show log priorities</string>
|
||||||
<string name="action_refresh">Refresh</string>
|
<string name="action_refresh">Refresh</string>
|
||||||
|
<string name="about_nivenly_foundation">Pachli is a <a href="https://nivenly.org">Nivenly Foundation</a> project.</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user