summaryrefslogtreecommitdiff
path: root/app/src/main/templates/about.html
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2015-08-31 10:50:56 +0200
committerMartin Fietz <Martin.Fietz@gmail.com>2015-08-31 10:52:00 +0200
commit0514a486f6802cc7026bd4bfe2bd5e7af1768738 (patch)
tree4dc401d5bf130fa83f35acf1dd2f6cbe37050520 /app/src/main/templates/about.html
parentad0212c039a0a9116c48c1d7bb7ef0beac0d6670 (diff)
downloadAntennaPod-0514a486f6802cc7026bd4bfe2bd5e7af1768738.zip
Apply theme to about activity, smaller changes to appearence
Diffstat (limited to 'app/src/main/templates/about.html')
-rw-r--r--app/src/main/templates/about.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/app/src/main/templates/about.html b/app/src/main/templates/about.html
index 887b547f4..e6b47f285 100644
--- a/app/src/main/templates/about.html
+++ b/app/src/main/templates/about.html
@@ -4,16 +4,22 @@
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<style type="text/css">
+ @font-face {
+ font-family: 'Roboto-Light';
+ src: url('file:///android_asset/Roboto-Light.ttf');
+ }
+
* {
- font-family: Helvetica
+ color: %s;
+ font-family: roboto-Light;
+ font-size: 12pt;
}
+
header {
display: block;
margin-left: auto;
margin-right: auto;
padding-bottom: 500px;
-
-
}
versiontag {
@@ -39,7 +45,7 @@
</head>
<body>
<div id="header" align="center">
- <img src="logo.png" alt="Logo" width="100px" height="100px"/>
+ <img src="file:///android_asset/logo.png" alt="Logo" width="100px" height="100px"/>
<p>AntennaPod, Version @versionname@</p>
<p>Commit: @commit@</p>