diff --git a/Habitica/AndroidManifest.xml b/Habitica/AndroidManifest.xml index bd28190d5..ff1ac794f 100644 --- a/Habitica/AndroidManifest.xml +++ b/Habitica/AndroidManifest.xml @@ -2,7 +2,7 @@ diff --git a/Habitica/res/drawable/pill_bg_gray.xml b/Habitica/res/drawable/pill_bg_gray.xml new file mode 100644 index 000000000..c5f636827 --- /dev/null +++ b/Habitica/res/drawable/pill_bg_gray.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Habitica/res/layout/purchase_subscription_view.xml b/Habitica/res/layout/purchase_subscription_view.xml index a3556cd59..e37a85b97 100644 --- a/Habitica/res/layout/purchase_subscription_view.xml +++ b/Habitica/res/layout/purchase_subscription_view.xml @@ -1,72 +1,72 @@ - - + + android:layout_width="50dp" + android:layout_height="match_parent" + android:background="@color/brand_700" + android:id="@+id/subscriptionSelectedFrameView"> - + android:id="@+id/subscriptionSelectedView" + android:layout_width="16dp" + android:layout_height="16dp" + android:background="@drawable/subscription_unselected" + android:layout_gravity="center"/> + + + + android:id="@+id/priceLabel" + android:textColor="@color/brand_100" + android:textSize="24sp" + tools:text="$ 21" + /> - - - + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:id="@+id/descriptionTextView" + android:textColor="@color/brand_100" + tools:text="recurring every month" + /> + + android:id="@+id/gemCapTextView" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + tools:text="@string/subscribe1month.gemcap" + style="@style/Pill" + android:layout_marginTop="4dp" + android:layout_marginRight="8dp" + android:layout_marginEnd="8dp"/> - + android:id="@+id/hourglassTextView" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + tools:text="+1 Mystic Hourglass" + style="@style/Pill" + android:layout_marginTop="4dp"/> + \ No newline at end of file diff --git a/Habitica/res/values/styles.xml b/Habitica/res/values/styles.xml index 82173ad53..27336e251 100644 --- a/Habitica/res/values/styles.xml +++ b/Habitica/res/values/styles.xml @@ -217,7 +217,7 @@