aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values-v11/styles.xml
diff options
context:
space:
mode:
authorJeremy Klein <jklein24@gmail.com>2015-10-21 13:09:07 -0700
committerJeremy Klein <jklein24@gmail.com>2015-10-21 13:09:07 -0700
commit950cc0fd0d89e41592006857c111c5a16f3a1819 (patch)
tree4376d6860cf9de47d17fd5f179b06a5910973816 /app/src/main/res/values-v11/styles.xml
parent5295bbcaae77e9cd797c3ff7ae8fc9dba5549604 (diff)
parent4e3a133f4b5d2e83287c4669f8cc9d94dd63a694 (diff)
downloadconnectbot-950cc0fd0d89e41592006857c111c5a16f3a1819.tar.gz
connectbot-950cc0fd0d89e41592006857c111c5a16f3a1819.tar.bz2
connectbot-950cc0fd0d89e41592006857c111c5a16f3a1819.zip
Merge pull request #304 from khorimoto/polish-ui-edit-host
Polish UI for add/edit host.
Diffstat (limited to 'app/src/main/res/values-v11/styles.xml')
-rw-r--r--app/src/main/res/values-v11/styles.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/app/src/main/res/values-v11/styles.xml b/app/src/main/res/values-v11/styles.xml
index 79f9633..37c3f6e 100644
--- a/app/src/main/res/values-v11/styles.xml
+++ b/app/src/main/res/values-v11/styles.xml
@@ -25,16 +25,23 @@
</style>
<style name="ListItemFirstLineText" parent="TextAppearance.AppCompat">
+ <item name="android:layout_alignParentTop">true</item>
<item name="android:textColor">?android:textColorPrimary</item>
<item name="android:textSize">16sp</item>
+ <item name="android:paddingTop">20dp</item>
+ <item name="android:layout_alignParentLeft">true</item>
</style>
<style name="ListItemSecondLineText" parent="TextAppearance.AppCompat">
+ <item name="android:layout_alignParentBottom">true</item>
<item name="android:textColor">?android:textColorSecondary</item>
<item name="android:textSize">14sp</item>
+ <item name="android:paddingBottom">20dp</item>
+ <item name="android:layout_alignParentLeft">true</item>
</style>
- <style name="SelectableItem">
- <item name="android:background">?android:attr/selectableItemBackground</item>
- </style>
+ <style name="SelectableItem">
+ <item name="android:background">?android:attr/selectableItemBackground</item>
+ </style>
+
</resources>