added new icons by jen from task #114

This commit is contained in:
2011-02-11 15:06:58 +00:00
parent dafa2f284c
commit 26be6cea67
7 changed files with 3 additions and 2 deletions

View File

@@ -4,12 +4,12 @@
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="lib" path="libs/twitter4j-core-2.1.11.jar"/>
<classpathentry kind="src" path="FacebookLib_src"/>
<classpathentry kind="lib" path="/LocationLib/lib/wpsapi.jar">
<attributes>
<attribute name="javadoc_location" value="http://tcdevsvn1/ShyHookdocumentation"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="LocationLib_src"/>
<classpathentry kind="src" path="FacebookLib_src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@@ -21,6 +21,7 @@ public final class R {
public static final int skyhook_logo_alpha_small=0x7f020007;
public static final int tc_logo_complete=0x7f020008;
public static final int user=0x7f020009;
public static final int widget=0x7f02000a;
}
public static final class id {
public static final int authCode=0x7f060007;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@@ -7,7 +7,7 @@
<ImageButton
android:id="@+id/widgetbutton"
android:layout_gravity="center_horizontal"
android:background="@drawable/sign_post_icon_mod"
android:background="@drawable/widget"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>