diff --git a/Habitica/build.gradle b/Habitica/build.gradle
index 695be6833..253e49fec 100644
--- a/Habitica/build.gradle
+++ b/Habitica/build.gradle
@@ -153,7 +153,7 @@ android {
buildConfigField "String", "TESTING_LEVEL", "\"production\""
multiDexEnabled true
- versionCode 2099
+ versionCode 2101
versionName "1.9"
}
diff --git a/Habitica/res/layout/activity_gift_iap.xml b/Habitica/res/layout/activity_gift_iap.xml
index a0f71b0d5..b43818df9 100644
--- a/Habitica/res/layout/activity_gift_iap.xml
+++ b/Habitica/res/layout/activity_gift_iap.xml
@@ -113,7 +113,7 @@
android:layout_width="match_parent"
android:layout_height="36dp"
android:id="@+id/subscribeButton"
- style="@style/Button.Purple.Small"
+ style="@style/HabiticaButton.Purple.Small"
android:textAllCaps="false"
android:layout_marginTop="8dp"/>
diff --git a/Habitica/res/layout/activity_report_message.xml b/Habitica/res/layout/activity_report_message.xml
index 17f80237a..934dcec02 100644
--- a/Habitica/res/layout/activity_report_message.xml
+++ b/Habitica/res/layout/activity_report_message.xml
@@ -55,7 +55,8 @@
android:paddingLeft="24dp"
android:paddingRight="24dp"
android:paddingBottom="25dp"
- android:layout_marginBottom="0dp">
+ android:layout_marginBottom="0dp"
+ android:focusableInTouchMode="true">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Habitica/res/layout/fragment_subscription.xml b/Habitica/res/layout/fragment_subscription.xml
index 942478233..4a27ad0b0 100644
--- a/Habitica/res/layout/fragment_subscription.xml
+++ b/Habitica/res/layout/fragment_subscription.xml
@@ -223,7 +223,7 @@
android:layout_gravity="center"
android:text="@string/visit_habitica_website"
android:layout_marginBottom="50dp"
- style="@style/Button.Purple"
+ style="@style/HabiticaButton.Purple"
android:visibility="gone" />
diff --git a/Habitica/res/layout/fragment_tavern_detail.xml b/Habitica/res/layout/fragment_tavern_detail.xml
index 92ed98b1c..0fe41ebdf 100644
--- a/Habitica/res/layout/fragment_tavern_detail.xml
+++ b/Habitica/res/layout/fragment_tavern_detail.xml
@@ -8,8 +8,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@color/white"
- android:paddingBottom="?attr/actionBarSize">
+ android:background="@color/white">
+ style="@style/HabiticaButton.Yellow"/>
-
\ No newline at end of file
diff --git a/Habitica/res/layout/subscription_details.xml b/Habitica/res/layout/subscription_details.xml
index 10d7903ca..235bd5bd7 100644
--- a/Habitica/res/layout/subscription_details.xml
+++ b/Habitica/res/layout/subscription_details.xml
@@ -148,7 +148,7 @@
android:layout_height="32dp"
android:text="@string/visit_website"
android:layout_gravity="center"
- style="@style/Button.Purple.Small"/>
+ style="@style/HabiticaButton.Purple.Small"/>
\ No newline at end of file
diff --git a/Habitica/res/values/dimens.xml b/Habitica/res/values/dimens.xml
index a844a4b0a..9696b8b79 100644
--- a/Habitica/res/values/dimens.xml
+++ b/Habitica/res/values/dimens.xml
@@ -138,4 +138,5 @@
65dp
8dp
4dp
+ 38dp
diff --git a/Habitica/res/values/strings.xml b/Habitica/res/values/strings.xml
index 84ca937f7..0d1a30819 100644
--- a/Habitica/res/values/strings.xml
+++ b/Habitica/res/values/strings.xml
@@ -891,4 +891,7 @@
Report %s for violation:
Reason for report (optional)
Mystery Sets
+ Guild Description
+ Invite to Guild
+ Join Guild
diff --git a/Habitica/res/values/styles.xml b/Habitica/res/values/styles.xml
index 1129501d3..6df63d85d 100644
--- a/Habitica/res/values/styles.xml
+++ b/Habitica/res/values/styles.xml
@@ -303,29 +303,12 @@
- 16dp
-
-
-
-
-
-
-
-
+
+