From 8ffe9a63678583206591168f741bdcee07aa5897 Mon Sep 17 00:00:00 2001 From: ameba23 Date: Mon, 26 Apr 2021 12:27:38 +0200 Subject: [PATCH] Modify drawables to show one device with a qr code and one without --- .../OwnerRecoveryModeErrorFragment.java | 4 ++ .../res/drawable/qr_code_social_backup.xml | 24 +++++++ .../drawable/qr_code_social_backup_error.xml | 23 +++++++ .../fragment_recovery_owner_success.xml | 63 +++++++++++++++++++ 4 files changed, 114 insertions(+) create mode 100644 briar-android/src/main/java/org/briarproject/briar/android/socialbackup/recover/OwnerRecoveryModeErrorFragment.java create mode 100644 briar-android/src/main/res/drawable/qr_code_social_backup.xml create mode 100644 briar-android/src/main/res/drawable/qr_code_social_backup_error.xml create mode 100644 briar-android/src/main/res/layout/fragment_recovery_owner_success.xml diff --git a/briar-android/src/main/java/org/briarproject/briar/android/socialbackup/recover/OwnerRecoveryModeErrorFragment.java b/briar-android/src/main/java/org/briarproject/briar/android/socialbackup/recover/OwnerRecoveryModeErrorFragment.java new file mode 100644 index 000000000..ee522c56a --- /dev/null +++ b/briar-android/src/main/java/org/briarproject/briar/android/socialbackup/recover/OwnerRecoveryModeErrorFragment.java @@ -0,0 +1,4 @@ +package org.briarproject.briar.android.socialbackup.recover; + +public class OwnerRecoveryModeErrorFragment { +} diff --git a/briar-android/src/main/res/drawable/qr_code_social_backup.xml b/briar-android/src/main/res/drawable/qr_code_social_backup.xml new file mode 100644 index 000000000..549060c01 --- /dev/null +++ b/briar-android/src/main/res/drawable/qr_code_social_backup.xml @@ -0,0 +1,24 @@ + + + + + + + + + + diff --git a/briar-android/src/main/res/drawable/qr_code_social_backup_error.xml b/briar-android/src/main/res/drawable/qr_code_social_backup_error.xml new file mode 100644 index 000000000..59ca78963 --- /dev/null +++ b/briar-android/src/main/res/drawable/qr_code_social_backup_error.xml @@ -0,0 +1,23 @@ + + + + + + + + + + \ No newline at end of file diff --git a/briar-android/src/main/res/layout/fragment_recovery_owner_success.xml b/briar-android/src/main/res/layout/fragment_recovery_owner_success.xml new file mode 100644 index 000000000..6aa088376 --- /dev/null +++ b/briar-android/src/main/res/layout/fragment_recovery_owner_success.xml @@ -0,0 +1,63 @@ + + + + + + + +