mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-04 10:19:18 +02:00
Add fingerprint to about screen
This commit is contained in:
parent
2480e9feaf
commit
837f798b3e
3 changed files with 30 additions and 0 deletions
|
@ -283,6 +283,31 @@
|
|||
</LinearLayout>
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
<androidx.cardview.widget.CardView
|
||||
app:cardUseCompatPadding="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<LinearLayout
|
||||
android:padding="8dp"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:textAppearance="?android:textAppearanceLarge"
|
||||
android:text="@string/about_developer_key_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<TextView
|
||||
android:textAppearance="?android:textAppearanceMedium"
|
||||
android:text="@string/about_developer_key_text"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
</LinearLayout>
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
|
|
|
@ -40,4 +40,6 @@
|
|||
|
||||
<string name="about_diagnose_title">Fehlerdiagnose</string>
|
||||
<string name="about_diagnose_text">Tippen Sie hier, um Details anzuzeigen, die bei einer Fehlerdiagnose helfen können</string>
|
||||
|
||||
<string name="about_developer_key_title">Fingerabdruck des GPG-Schlüssels des Entwicklers</string>
|
||||
</resources>
|
||||
|
|
|
@ -74,4 +74,7 @@
|
|||
|
||||
<string name="about_diagnose_title">Error diagnose</string>
|
||||
<string name="about_diagnose_text">Tap here to access details which help diagnosing errors</string>
|
||||
|
||||
<string name="about_developer_key_title">Developer GPG-Key fingerprint</string>
|
||||
<string name="about_developer_key_text" translatable="false">2E5C672DE893055D04F5B7BC36B449FB5364BDC4</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue