diff options
author | cyBerta <richy@cyborgsociety.org> | 2013-12-21 00:49:13 +0100 |
---|---|---|
committer | cyBerta <richy@cyborgsociety.org> | 2013-12-21 01:06:35 +0100 |
commit | dbf1265f736c00aa31289e75818b1ec56311d31c (patch) | |
tree | 03b4851373e2f9b98e1bc80775afd0506d8169b8 /res/layout | |
parent | 8387712a5488b3aadd308b67e7659b8f187d501b (diff) | |
parent | af5268b24a546f9a7a2693ec3ae339dd6ca7ea4f (diff) |
there's no about fragment anymore
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/about.xml | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index 40a15794..875bba64 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -1,7 +1,10 @@ -<?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="wrap_content" - android:layout_height="wrap_content" > + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/dashboardLayout" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + tools:context=".Dashboard" > <LinearLayout android:layout_width="match_parent" @@ -39,10 +42,6 @@ android:layout_height="wrap_content" android:autoLink="all" /> - <Space - android:layout_width="match_parent" - android:layout_height="10sp" /> - <TextView android:layout_width="match_parent" android:layout_height="wrap_content" @@ -74,10 +73,6 @@ android:layout_width="match_parent" android:layout_height="20sp" /> - <Space - android:layout_width="match_parent" - android:layout_height="20sp" /> - <TextView android:layout_width="match_parent" android:layout_height="wrap_content" @@ -105,4 +100,4 @@ android:text="@string/copyright_openssl" /> </LinearLayout> -</ScrollView>
\ No newline at end of file +</ScrollView> |