added new icons by jen from task #114
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.0 KiB |
BIN
TravelPost/res/drawable/widget.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
@@ -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"
|
||||
/>
|
||||
|
||||