diff options
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index fc4a6c3..171a1da 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon | 4 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon |
5 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD | 5 | * Copyright (C) 2017-2023 Pacien TRAN-GIRARD |
6 | * | 6 | * |
7 | * This program is free software: you can redistribute it and/or modify | 7 | * This program is free software: you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
@@ -44,6 +44,10 @@ | |||
44 | <item name="android:paddingTop">@dimen/activity_vertical_margin</item> | 44 | <item name="android:paddingTop">@dimen/activity_vertical_margin</item> |
45 | </style> | 45 | </style> |
46 | 46 | ||
47 | <style name="AppTheme.SectionTitle.Error"> | ||
48 | <item name="android:textColor">@color/textError</item> | ||
49 | </style> | ||
50 | |||
47 | <style name="AppTheme.List"> | 51 | <style name="AppTheme.List"> |
48 | <item name="android:layout_width">match_parent</item> | 52 | <item name="android:layout_width">match_parent</item> |
49 | <item name="android:layout_height">wrap_content</item> | 53 | <item name="android:layout_height">wrap_content</item> |