diff options
author | Pacien TRAN-GIRARD | 2017-07-03 22:33:51 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2017-07-03 22:33:51 +0200 |
commit | 7dfc7b2fb2fb1006bf210ea6396c6e898e74d40e (patch) | |
tree | a0eb66ec7beb9a3c677a72eecc17ce7d9eb3c6ff /app/src/main/res/values/styles.xml | |
parent | ab577b06a6eaa9b8dd950b79b658ed8c08eef1c9 (diff) | |
download | tincapp-7dfc7b2fb2fb1006bf210ea6396c6e898e74d40e.tar.gz |
List configured VPN on startup screen
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 9f0eb8e..0b3ed77 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml | |||
@@ -47,6 +47,10 @@ | |||
47 | <item name="android:clickable">true</item> | 47 | <item name="android:clickable">true</item> |
48 | </style> | 48 | </style> |
49 | 49 | ||
50 | <style name="AppTheme.ListBlock.Placeholder"> | ||
51 | <item name="android:textStyle">italic</item> | ||
52 | </style> | ||
53 | |||
50 | <style name="AppTheme.BlockTitle"> | 54 | <style name="AppTheme.BlockTitle"> |
51 | <item name="android:layout_width">match_parent</item> | 55 | <item name="android:layout_width">match_parent</item> |
52 | <item name="android:layout_height">wrap_content</item> | 56 | <item name="android:layout_height">wrap_content</item> |