diff --git a/app/src/main/res/font/exo.xml b/app/src/main/res/font/exo.xml deleted file mode 100644 index e58a4ba9..00000000 --- a/app/src/main/res/font/exo.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - diff --git a/app/src/main/res/font/exo_bold.ttf b/app/src/main/res/font/exo_bold.ttf deleted file mode 100644 index 8ea37706..00000000 Binary files a/app/src/main/res/font/exo_bold.ttf and /dev/null differ diff --git a/app/src/main/res/font/exo_bold_italic.ttf b/app/src/main/res/font/exo_bold_italic.ttf deleted file mode 100644 index 7ec56c94..00000000 Binary files a/app/src/main/res/font/exo_bold_italic.ttf and /dev/null differ diff --git a/app/src/main/res/font/exo_regular.ttf b/app/src/main/res/font/exo_regular.ttf deleted file mode 100644 index cf681a35..00000000 Binary files a/app/src/main/res/font/exo_regular.ttf and /dev/null differ diff --git a/app/src/main/res/font/exo_regular_italic.ttf b/app/src/main/res/font/exo_regular_italic.ttf deleted file mode 100644 index 5673caba..00000000 Binary files a/app/src/main/res/font/exo_regular_italic.ttf and /dev/null differ diff --git a/app/src/main/res/layout/item_log.xml b/app/src/main/res/layout/item_log.xml index f157c091..a4b8c37d 100644 --- a/app/src/main/res/layout/item_log.xml +++ b/app/src/main/res/layout/item_log.xml @@ -3,6 +3,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="monospace" - android:text="" - android:textAppearance="@style/AppearanceFoundation.Caption" + android:textAppearance="@style/TextAppearance.MaterialComponents.Caption" + android:textColor="?attr/colorOnSurface" android:textSize="10sp" /> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 7eca4bcc..edec6256 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -24,11 +24,6 @@ false - -