diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-06 22:19:01 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-07 11:28:59 +0530 |
commit | bea80163cea2130d9cd8511257562ba541b9f540 (patch) | |
tree | 6beeb2cf6428855f84630a98a8e9685cccd8b69e /app | |
parent | 91f29f6a4036520a30439a1e9ffdac503d93b948 (diff) |
ui-compose: import Manrope font
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle.kts | 1 | ||||
-rw-r--r-- | app/src/main/res/font/manrope.xml | 28 | ||||
-rw-r--r-- | app/src/main/res/font/manrope_bold.ttf | bin | 92228 -> 0 bytes | |||
-rw-r--r-- | app/src/main/res/font/manrope_extrabold.ttf | bin | 93144 -> 0 bytes | |||
-rw-r--r-- | app/src/main/res/font/manrope_extralight.ttf | bin | 92272 -> 0 bytes | |||
-rw-r--r-- | app/src/main/res/font/manrope_light.ttf | bin | 92400 -> 0 bytes | |||
-rw-r--r-- | app/src/main/res/font/manrope_medium.ttf | bin | 92464 -> 0 bytes | |||
-rw-r--r-- | app/src/main/res/font/manrope_regular.ttf | bin | 92376 -> 0 bytes | |||
-rw-r--r-- | app/src/main/res/font/manrope_semibold.ttf | bin | 92380 -> 0 bytes |
9 files changed, 1 insertions, 28 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c88370e4..77d3d1bf 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -50,6 +50,7 @@ dependencies { implementation(projects.openpgpKtx) implementation(projects.passgen.diceware) implementation(projects.passgen.random) + implementation(projects.uiCompose) implementation(libs.androidx.activity.ktx) implementation(libs.androidx.appcompat) implementation(libs.androidx.autofill) diff --git a/app/src/main/res/font/manrope.xml b/app/src/main/res/font/manrope.xml deleted file mode 100644 index c1ecac5c..00000000 --- a/app/src/main/res/font/manrope.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><!-- - ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. - ~ SPDX-License-Identifier: GPL-3.0-only - --> - -<font-family xmlns:app="http://schemas.android.com/apk/res-auto"> - <font - app:font="@font/manrope_extralight" - app:fontWeight="200" /> - <font - app:font="@font/manrope_light" - app:fontWeight="300" /> - <font - app:font="@font/manrope_regular" - app:fontWeight="400" /> - <font - app:font="@font/manrope_medium" - app:fontWeight="500" /> - <font - app:font="@font/manrope_semibold" - app:fontWeight="600" /> - <font - app:font="@font/manrope_bold" - app:fontWeight="700" /> - <font - app:font="@font/manrope_extrabold" - app:fontWeight="800" /> -</font-family> diff --git a/app/src/main/res/font/manrope_bold.ttf b/app/src/main/res/font/manrope_bold.ttf Binary files differdeleted file mode 100644 index 8bbf0bd1..00000000 --- a/app/src/main/res/font/manrope_bold.ttf +++ /dev/null diff --git a/app/src/main/res/font/manrope_extrabold.ttf b/app/src/main/res/font/manrope_extrabold.ttf Binary files differdeleted file mode 100644 index 3f68dffc..00000000 --- a/app/src/main/res/font/manrope_extrabold.ttf +++ /dev/null diff --git a/app/src/main/res/font/manrope_extralight.ttf b/app/src/main/res/font/manrope_extralight.ttf Binary files differdeleted file mode 100644 index 9d21d775..00000000 --- a/app/src/main/res/font/manrope_extralight.ttf +++ /dev/null diff --git a/app/src/main/res/font/manrope_light.ttf b/app/src/main/res/font/manrope_light.ttf Binary files differdeleted file mode 100644 index f255257a..00000000 --- a/app/src/main/res/font/manrope_light.ttf +++ /dev/null diff --git a/app/src/main/res/font/manrope_medium.ttf b/app/src/main/res/font/manrope_medium.ttf Binary files differdeleted file mode 100644 index c73d7741..00000000 --- a/app/src/main/res/font/manrope_medium.ttf +++ /dev/null diff --git a/app/src/main/res/font/manrope_regular.ttf b/app/src/main/res/font/manrope_regular.ttf Binary files differdeleted file mode 100644 index c02b01be..00000000 --- a/app/src/main/res/font/manrope_regular.ttf +++ /dev/null diff --git a/app/src/main/res/font/manrope_semibold.ttf b/app/src/main/res/font/manrope_semibold.ttf Binary files differdeleted file mode 100644 index 30ee0310..00000000 --- a/app/src/main/res/font/manrope_semibold.ttf +++ /dev/null |