aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/layout/tunnel_detail_peer.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-28 15:00:15 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-28 16:26:22 -0600
commit0235f19543b25c35b97a569b5b1922bd1e18a186 (patch)
treefa06002cd5da2312e83d395a733835bbe40b3637 /ui/src/main/res/layout/tunnel_detail_peer.xml
parentTunnelEditor: properly align mtu and listen port (diff)
downloadwireguard-android-0235f19543b25c35b97a569b5b1922bd1e18a186.tar.xz
wireguard-android-0235f19543b25c35b97a569b5b1922bd1e18a186.zip
TunnelEditor: abstract out section font
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/layout/tunnel_detail_peer.xml')
-rw-r--r--ui/src/main/res/layout/tunnel_detail_peer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/layout/tunnel_detail_peer.xml b/ui/src/main/res/layout/tunnel_detail_peer.xml
index ac1a9660..65b03a62 100644
--- a/ui/src/main/res/layout/tunnel_detail_peer.xml
+++ b/ui/src/main/res/layout/tunnel_detail_peer.xml
@@ -27,7 +27,7 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/peer_title"
- style="@style/TextAppearance.MaterialComponents.Headline6"
+ style="@style/SectionText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/peer"