aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-28 15:02:05 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-28 16:26:22 -0600
commit5989298d3fc3a0fda4d3f88d5a13b4506ccb0cae (patch)
treec35218576543ae94fcc488a9e89ef3d7e5a1acb1
parentTunnelEditor: abstract out section font (diff)
downloadwireguard-android-5989298d3fc3a0fda4d3f88d5a13b4506ccb0cae.tar.xz
wireguard-android-5989298d3fc3a0fda4d3f88d5a13b4506ccb0cae.zip
TunnelEditor: subdue section font
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--ui/src/main/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/values/styles.xml b/ui/src/main/res/values/styles.xml
index a4004966..ed1f9cd0 100644
--- a/ui/src/main/res/values/styles.xml
+++ b/ui/src/main/res/values/styles.xml
@@ -54,7 +54,7 @@
</style>
<style name="DetailText" parent="TextAppearance.MaterialComponents.Body1" />
- <style name="SectionText" parent="TextAppearance.MaterialComponents.Headline6" />
+ <style name="SectionText" parent="TextAppearance.MaterialComponents.Subtitle1" />
<style name="TextInputLayoutBase" parent="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
<item name="boxStrokeColor">?attr/colorSecondary</item>