diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-03-28 00:53:18 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-03-28 00:53:18 +0530 |
commit | c7d1c4baba2ccaf955e5bc55660663ac98c769df (patch) | |
tree | 32ecf07555f6da20ed2d0dffcb6fd8eade37b978 | |
parent | 76423ce868e8e691fec8aec34f20d7d3f9689d48 (diff) |
ui: adjust log viewer text sizes
10sp is below the minimum 11sp recommended for readability
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | ui/src/main/res/layout/log_viewer_entry.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/src/main/res/layout/log_viewer_entry.xml b/ui/src/main/res/layout/log_viewer_entry.xml index 07a63b05..762d2ddf 100644 --- a/ui/src/main/res/layout/log_viewer_entry.xml +++ b/ui/src/main/res/layout/log_viewer_entry.xml @@ -16,7 +16,6 @@ android:layout_height="wrap_content" android:textAppearance="?attr/textAppearanceBodySmall" android:textColor="?android:attr/textColorPrimary" - android:textSize="10sp" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" tools:text="Fri Mar 13 10:17:37 GMT+05:30 2020" /> |