diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..a4763d1 --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.gitignore b/.gitignore index d6d6a17..e455b2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ bin/* gen/* +lint.xml diff --git a/.project b/.project new file mode 100644 index 0000000..9d36b5f --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + DropBearServer + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/res/layout/about.xml b/res/layout/about.xml index dd445f0..674d159 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -49,6 +49,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center_horizontal" + android:singleLine="false" android:text="Lorem ipsum..." android:textColor="@color/white" /> @@ -66,16 +67,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center_horizontal" - android:text="Released under the GNU General Public License 2." - android:textColor="@color/white" /> - - @@ -145,6 +138,50 @@ android:textColor="@color/white" /> + + + + + + + + + + + + + + + android:text="What is root?" /> + + + @@ -41,7 +50,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="5dp" - android:clickable="false" + android:clickable="true" android:orientation="vertical" > + android:text="What is dropbear?" /> + + + diff --git a/res/layout/settings.xml b/res/layout/settings.xml index 7423092..183e8da 100644 --- a/res/layout/settings.xml +++ b/res/layout/settings.xml @@ -26,7 +26,6 @@ style="@style/content_page_large_text" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:clickable="true" android:text="General" />