From: Thad Hughes Date: Fri, 29 Nov 2013 20:38:08 +0000 (-0800) Subject: Picking back up in the middle of a major refactoring of the UI, tyring X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=06cd4cc9f779fb4fea8c384d30429036f8ddaea3 Picking back up in the middle of a major refactoring of the UI, tyring to introduct Actionbar Sherlock and the DownloadManager. Things are not likely to be working at this point. --- diff --git a/.classpath b/.classpath index 73b4bf7..b62bfa7 100644 --- a/.classpath +++ b/.classpath @@ -6,6 +6,7 @@ - + + diff --git a/libs/android-support-v4.jar b/libs/android-support-v4.jar new file mode 100644 index 0000000..428bdbc Binary files /dev/null and b/libs/android-support-v4.jar differ diff --git a/project.properties b/project.properties index 6f491fb..550d14c 100644 --- a/project.properties +++ b/project.properties @@ -11,4 +11,6 @@ split.density=false # Project target. target=android-17 -android.library.reference.1=../Util +android.library.reference.1=../JakeWharton-ActionBarSherlock-071a61c/actionbarsherlock +android.library.reference.1=../JakeWharton-ActionBarSherlock-071a61c/actionbarsherlock +android.library.reference.2=../Util diff --git a/res/layout/about_activity.xml b/res/layout/about_activity.xml index e473641..8b3410f 100644 --- a/res/layout/about_activity.xml +++ b/res/layout/about_activity.xml @@ -1,61 +1,48 @@ + + android:layout_width="match_parent" + android:layout_height="match_parent" > - - - - - - + android:drawableLeft="@drawable/icon" + android:text="@string/titleWithVersion" + android:textAppearance="?android:attr/textAppearanceLarge" /> + android:text="Copyright 2009-2013 Google Inc." + android:textAppearance="?android:attr/textAppearanceSmall" + tools:ignore="HardcodedText" /> + android:text="Thad Hughes" + android:textAppearance="?android:attr/textAppearanceMedium" + tools:ignore="HardcodedText" /> - + android:text="@string/contactMe" + android:textAppearance="?android:attr/textAppearanceSmall" /> + + /> + /> - - - @@ -16,12 +17,22 @@ android:layout_weight="1" android:hint="@string/managerFilterText" /> - + android:src="@android:drawable/ic_input_delete" + android:contentDescription="@string/clearSearchText"/> + + + + android:focusable="true" + tools:listitem="@layout/dictionary_manager_row" /> + + + + + + +