aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/dimens.xml
diff options
context:
space:
mode:
authorKyle Horimoto <khorimoto@gmail.com>2015-10-20 18:18:47 -0700
committerKyle Horimoto <khorimoto@gmail.com>2015-10-21 12:18:22 -0700
commit4caf205c1abfd17dc4c605ec579df23df8f72d0e (patch)
tree91a9b7ace1a011ec2755b0aff4d26875f960ff39 /app/src/main/res/values/dimens.xml
parentd57ab6f788707defad29df2432eafe1bc4dd4e79 (diff)
downloadconnectbot-4caf205c1abfd17dc4c605ec579df23df8f72d0e.tar.gz
connectbot-4caf205c1abfd17dc4c605ec579df23df8f72d0e.tar.bz2
connectbot-4caf205c1abfd17dc4c605ec579df23df8f72d0e.zip
Lint and jlklein comments.
Diffstat (limited to 'app/src/main/res/values/dimens.xml')
-rw-r--r--app/src/main/res/values/dimens.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml
new file mode 100644
index 0000000..1889eb4
--- /dev/null
+++ b/app/src/main/res/values/dimens.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ ConnectBot: simple, powerful, open-source SSH client for Android
+ ~ Copyright 2015 Kenny Root, Jeffrey Sharkey
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources>
+ <dimen name="list_item_text_margin_left">72dp</dimen>
+ <dimen name="list_item_left_right_padding">16dp</dimen>
+ <dimen name="list_item_top_bottom_padding">20dp</dimen>
+</resources>