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"> + + + + + + +