diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-10-28 22:35:19 +0200 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-10-28 22:35:19 +0200 |
commit | 9035bac3ff801bb982bf54b02c0e9850d6afbc22 (patch) | |
tree | 5ffc2f5440ca70272bc9f4114d1a1794f5203152 /app/src/main/res/values/themes.xml | |
parent | c7f46a5deb9a4b5707440ea5dd125c25584e6469 (diff) |
Update dashboard UI and feature
Diffstat (limited to 'app/src/main/res/values/themes.xml')
-rw-r--r-- | app/src/main/res/values/themes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 3a7bad8..1e20ab1 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -8,5 +8,9 @@ <item name="colorControlNormal">#007fff</item> <!-- Status bar color. --> <!-- Customize your theme here. --> + <item name="android:textColor">@color/black_text</item> + <item name="android:textSize">16sp</item> </style> + + <!-- fonts : roboto 400 --> </resources>
\ No newline at end of file |