changing widget layouts

pull/14/head
Andrew Shaw 14 years ago
parent 7759ab098a
commit 6eb8af2d1d

@ -26,9 +26,9 @@ import com.todoroo.andlib.utility.Preferences;
public class ActFmInvoker { public class ActFmInvoker {
/** NOTE: these values are development values & will not work on production */ /** NOTE: these values are development values & will not work on production */
private static final String URL = "//astrid.com/api/"; private static final String URL = "//10.0.2.2:3000/api/";
private static final String APP_ID = "bf6170638298af8ed9a8c79995b1fc0f"; private static final String APP_ID = "a4732a32859dbcd3e684331acd36432c";
private static final String APP_SECRET = "d15d25c63323bddcaa48928dccac1207"; private static final String APP_SECRET = "e389bfc82a0d932332f9a8bd8203735f";
public static final String PROVIDER_FACEBOOK = "facebook"; public static final String PROVIDER_FACEBOOK = "facebook";
public static final String PROVIDER_GOOGLE= "google"; public static final String PROVIDER_GOOGLE= "google";

@ -11,8 +11,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
android:paddingLeft="40dp" android:paddingLeft="5dp">
android:paddingRight="5dp">
<TextView <TextView
android:id="@+id/widget_title" android:id="@+id/widget_title"

@ -11,8 +11,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
android:paddingLeft="40dp" android:paddingLeft="5dp">
android:paddingRight="5dp">
<TextView <TextView
android:id="@+id/widget_title" android:id="@+id/widget_title"

@ -11,7 +11,7 @@
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
android:paddingLeft="40dp" android:paddingLeft="5dp"
android:paddingRight="5dp"> android:paddingRight="5dp">
<TextView <TextView

Loading…
Cancel
Save