[markww-foursquared] 3 new revisions pushed by markww on 2010-09-29 13:57 GMT

1 view
Skip to first unread message

markww-fo...@googlecode.com

unread,
Sep 29, 2010, 9:57:18 AM9/29/10
to foursqu...@googlegroups.com
3 new revisions:

Revision: 8fba521b48
Author: mar...@gmail.com
Date: Wed Sep 29 06:51:29 2010
Log: Set background color of search venue activity.
http://code.google.com/r/markww-foursquared/source/detail?r=8fba521b48

Revision: f163998c27
Author: mar...@gmail.com
Date: Wed Sep 29 06:53:17 2010
Log: removing unused code and layout.
http://code.google.com/r/markww-foursquared/source/detail?r=f163998c27

Revision: 777f107426
Author: mar...@gmail.com
Date: Wed Sep 29 06:56:30 2010
Log: Removing unused layout.
http://code.google.com/r/markww-foursquared/source/detail?r=777f107426

==============================================================================
Revision: 8fba521b48
Author: mar...@gmail.com
Date: Wed Sep 29 06:51:29 2010
Log: Set background color of search venue activity.
http://code.google.com/r/markww-foursquared/source/detail?r=8fba521b48

Modified:
/main/res/layout/search_venues_activity.xml

=======================================
--- /main/res/layout/search_venues_activity.xml Mon Sep 27 10:19:14 2010
+++ /main/res/layout/search_venues_activity.xml Wed Sep 29 06:51:29 2010
@@ -25,7 +25,8 @@
android:id="@+id/listviewLayout"
android:orientation="vertical"
android:layout_width="fill_parent"
- android:layout_height="fill_parent">
+ android:layout_height="fill_parent"
+ android:background="@drawable/listview_item_manual">
<ListView
android:id="@+id/list"
android:layout_width="fill_parent"

==============================================================================
Revision: f163998c27
Author: mar...@gmail.com
Date: Wed Sep 29 06:53:17 2010
Log: removing unused code and layout.
http://code.google.com/r/markww-foursquared/source/detail?r=f163998c27

Deleted:
/main/res/layout/tip_activity_action_list_item.xml
Modified:
/main/src/com/joelapenna/foursquared/widget/SpecialListAdapter.java

=======================================
--- /main/res/layout/tip_activity_action_list_item.xml Wed Mar 24 18:19:45
2010
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!-- Copyright 2010 Mark Wyszomierski -->
-
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:gravity="center_vertical"
- android:padding="10dip"
- >
-
- <ImageView
- android:id="@+id/tipActivityActionListItemIcon"
- android:layout_height="26dip"
- android:layout_width="26dip"
- android:scaleType="fitCenter"
- android:gravity="center_vertical"
- android:layout_marginRight="10dip" />
-
- <TextView
- android:id="@+id/tipActivityActionListItemLabel"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:textColor="@color/black_end"
- android:textAppearance="@android:style/TextAppearance.Small"
- android:singleLine="true"
- android:ellipsize="marquee"
- android:layout_gravity="center_vertical" />
-
-</LinearLayout>
=======================================
--- /main/src/com/joelapenna/foursquared/widget/SpecialListAdapter.java Thu
Dec 17 07:17:34 2009
+++ /main/src/com/joelapenna/foursquared/widget/SpecialListAdapter.java Wed
Sep 29 06:53:17 2010
@@ -4,24 +4,20 @@

package com.joelapenna.foursquared.widget;

+import com.joelapenna.foursquare.types.Special;
+import com.joelapenna.foursquared.R;
+
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;

-import com.joelapenna.foursquare.types.Special;
-import com.joelapenna.foursquared.FoursquaredSettings;
-import com.joelapenna.foursquared.R;
-
/**
* @author avolovoy
*/
public class SpecialListAdapter extends BaseGroupAdapter<Special> {

- private static final String TAG = "SpecialListAdapter";
- private static final boolean DEBUG = FoursquaredSettings.DEBUG;
-
private LayoutInflater mInflater;
private int mLayoutToInflate;


==============================================================================
Revision: 777f107426
Author: mar...@gmail.com
Date: Wed Sep 29 06:56:30 2010
Log: Removing unused layout.
http://code.google.com/r/markww-foursquared/source/detail?r=777f107426

Deleted:
/main/res/layout/tip_add_dialog.xml

=======================================
--- /main/res/layout/tip_add_dialog.xml Fri Feb 26 12:24:43 2010
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
- <!-- Copyright 2009 Joe LaPenna -->
-
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/layout_root"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:paddingTop="9dip"
- android:paddingBottom="3dip"
- android:paddingLeft="3dip"
- android:paddingRight="1dip">
- <Spinner
- android:id="@+id/spinner"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:prompt="@string/tip_add_spinner_prompt"
- android:entries="@array/tipLists" />
- <EditText
- android:id="@+id/editText"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:inputType="textShortMessage|textAutoCorrect|textCapSentences|
textMultiLine"
- android:imeOptions=""
- android:lines="3"
- android:gravity="top" />
-</LinearLayout>

Reply all
Reply to author
Forward
0 new messages