diff --git a/astrid/res/layout/billing_activity.xml b/astrid/res/layout/billing_activity.xml index eb68e20fc..6642fb33d 100644 --- a/astrid/res/layout/billing_activity.xml +++ b/astrid/res/layout/billing_activity.xml @@ -48,9 +48,8 @@ android:layout_width="wrap_content" android:layout_gravity="left" android:text="@string/premium_description_1" - android:textSize="14dip" android:layout_marginBottom="12dip" - android:textColor="@color/black"/> + style="@style/TextAppearance.Premium_Billing"/> + style="@style/TextAppearance.Premium_Billing"/> + style="@style/TextAppearance.Premium_Billing"/> + style="@style/TextAppearance.Premium_Billing"/> + style="@style/TextAppearance.Premium_Billing"/> + style="@style/TextAppearance.Premium_Billing"/> diff --git a/astrid/res/values/colors.xml b/astrid/res/values/colors.xml index e4ee1377d..ab82f46ed 100644 --- a/astrid/res/values/colors.xml +++ b/astrid/res/values/colors.xml @@ -42,7 +42,6 @@ #fc1c2334 #fc243455 #fc1c1c1c - #000 diff --git a/astrid/res/values/styles.xml b/astrid/res/values/styles.xml index ec0c54261..29999aa26 100644 --- a/astrid/res/values/styles.xml +++ b/astrid/res/values/styles.xml @@ -437,4 +437,10 @@ 0dip + + + diff --git a/astrid/src/com/todoroo/astrid/billing/BillingActivity.java b/astrid/src/com/todoroo/astrid/billing/BillingActivity.java index 276163e68..a28dbef50 100644 --- a/astrid/src/com/todoroo/astrid/billing/BillingActivity.java +++ b/astrid/src/com/todoroo/astrid/billing/BillingActivity.java @@ -69,8 +69,8 @@ public class BillingActivity extends Activity { } private void setupButtons() { - buyMonth = (Button) findViewById(R.id.buy_month); - buyYear = (Button) findViewById(R.id.buy_year); + buyMonth = (Button) findViewById(R.id.premium_buy_month); + buyYear = (Button) findViewById(R.id.premium_buy_year); buyMonth.setEnabled(false); buyYear.setEnabled(false);