aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/act_help_topic.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-20 13:47:36 -0700
committerKenny Root <kenny@the-b.org>2015-08-20 13:47:36 -0700
commit717ead96315e6a94098c3acc8d57521c646a2cc2 (patch)
treebb6830edb5ca4fd523c04526ea205d8ff3767c68 /app/src/main/res/layout/act_help_topic.xml
parent98979cf93c4f8ae6006ee50dde20a3a2cc83b6c9 (diff)
parentae8b6d36493fc3629afe997a9700d001d6594b60 (diff)
downloadconnectbot-717ead96315e6a94098c3acc8d57521c646a2cc2.tar.gz
connectbot-717ead96315e6a94098c3acc8d57521c646a2cc2.tar.bz2
connectbot-717ead96315e6a94098c3acc8d57521c646a2cc2.zip
Merge pull request #138 from kruton/xml-style
Update XML style and reformat all files with it
Diffstat (limited to 'app/src/main/res/layout/act_help_topic.xml')
-rw-r--r--app/src/main/res/layout/act_help_topic.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/act_help_topic.xml b/app/src/main/res/layout/act_help_topic.xml
index 7123d63..f02e35e 100644
--- a/app/src/main/res/layout/act_help_topic.xml
+++ b/app/src/main/res/layout/act_help_topic.xml
@@ -19,9 +19,9 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:orientation="vertical"
>
<org.connectbot.util.HelpTopicView