ImportKeys: Get reference to canonicalized key without saving and refactoring (WIP)
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text='@{userIdEmail != null ? "Key ID: " + userIdEmail : ""}'
|
||||
android:text='@{keyId != null ? "Key ID: " + keyId : ""}'
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="@{revoked || expired ? revokedExpiredColor : standardColor}" />
|
||||
|
||||
|
||||
@@ -419,6 +419,7 @@
|
||||
<string name="progress_done">"Done."</string>
|
||||
<string name="progress_cancel">"Cancel"</string>
|
||||
<string name="progress_cancelling">"cancelling…"</string>
|
||||
<string name="progress_downloading">"downloading…"</string>
|
||||
<string name="progress_saving">"saving…"</string>
|
||||
<string name="progress_importing">"importing…"</string>
|
||||
<string name="progress_benchmarking">"benchmarking…"</string>
|
||||
|
||||
Reference in New Issue
Block a user