added qr drawable

This commit is contained in:
aklyushova 2025-02-20 14:49:51 +03:00 committed by SunZar
parent 7b3f9ea54c
commit a3544d6fd6
2 changed files with 2 additions and 0 deletions

View File

@ -19,4 +19,5 @@ public interface UserRepository {
//void register(@NonNull String id, @NonNull Consumer<Status<FullUserEntity>> callback);
// void login(@NonNull String username, @NonNull String password, @NonNull Consumer<Status<Void>> callback);
}

View File

@ -3,3 +3,4 @@
<path android:fillColor="@android:color/white" android:pathData="M9.5,6.5v3h-3v-3H9.5M11,5H5v6h6V5L11,5zM9.5,14.5v3h-3v-3H9.5M11,13H5v6h6V13L11,13zM17.5,6.5v3h-3v-3H17.5M19,5h-6v6h6V5L19,5zM13,13h1.5v1.5H13V13zM14.5,14.5H16V16h-1.5V14.5zM16,13h1.5v1.5H16V13zM13,16h1.5v1.5H13V16zM14.5,17.5H16V19h-1.5V17.5zM16,16h1.5v1.5H16V16zM17.5,14.5H19V16h-1.5V14.5zM17.5,17.5H19V19h-1.5V17.5zM22,7h-2V4h-3V2h5V7zM22,22v-5h-2v3h-3v2H22zM2,22h5v-2H4v-3H2V22zM2,2v5h2V4h3V2H2z"/>
</vector>