[tor-commits] [orbot/master] removed unused old wizard layout
n8fr8 at torproject.org
n8fr8 at torproject.org
Mon Feb 27 04:24:19 UTC 2012
commit db094d53060a81b25bed7a05e47a6cbfe2f68167
Author: Nathan Freitas <nathan at freitas.net>
Date: Thu Feb 23 14:37:02 2012 -0500
removed unused old wizard layout
---
res/layout/layout_wizard_welcome.xml | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
diff --git a/res/layout/layout_wizard_welcome.xml b/res/layout/layout_wizard_welcome.xml
deleted file mode 100644
index b0c3faf..0000000
--- a/res/layout/layout_wizard_welcome.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
- <ScrollView android:id="@+id/helpscrollview"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
- <LinearLayout
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:padding="3px">
-<TextView android:text="@string/wizard_welcome_msg" android:textColor="#ffffff" android:id="@+id/WizardRootTextView01" android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
-
-
-
- </LinearLayout>
- </ScrollView>
-</LinearLayout>
-
More information about the tor-commits
mailing list