diff --git a/Habitica/build.gradle b/Habitica/build.gradle
index e71f2cfa2..6640ceaa7 100644
--- a/Habitica/build.gradle
+++ b/Habitica/build.gradle
@@ -158,7 +158,7 @@ android {
multiDexEnabled true
resConfigs "en", "bg", "de", "en-rGB", "es", "fr", "hr-rHR", "in", "it", "iw", "ja", "ko", "lt", "nl", "pl", "pt-rBR", "pt-rPT", "ru", "tr", "zh", "zh-rTW"
- versionCode 2552
+ versionCode 2554
versionName "3.0"
}
diff --git a/Habitica/res/drawable/layout_rounded_bg_red.xml b/Habitica/res/drawable/layout_rounded_bg_red.xml
index c45e3d635..a261a2173 100644
--- a/Habitica/res/drawable/layout_rounded_bg_red.xml
+++ b/Habitica/res/drawable/layout_rounded_bg_red.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/Habitica/res/layout/activity_fixcharacter.xml b/Habitica/res/layout/activity_fixcharacter.xml
index 2acbd92a6..9820f8bea 100644
--- a/Habitica/res/layout/activity_fixcharacter.xml
+++ b/Habitica/res/layout/activity_fixcharacter.xml
@@ -61,7 +61,7 @@
@@ -103,7 +103,7 @@
@@ -145,7 +145,7 @@
@@ -187,7 +187,7 @@
@@ -229,7 +229,7 @@
@@ -266,13 +266,13 @@
android:layout_height="match_parent"
android:layout_width="0dp"
android:layout_weight="1"
- android:background="@drawable/layout_rounded_bg_window"
+ android:background="@color/transparent"
android:hint="@string/streak_label"
android:paddingStart="16dp">
diff --git a/Habitica/res/layout/activity_full_profile.xml b/Habitica/res/layout/activity_full_profile.xml
index 43372388a..ee5642f80 100644
--- a/Habitica/res/layout/activity_full_profile.xml
+++ b/Habitica/res/layout/activity_full_profile.xml
@@ -33,7 +33,38 @@
android:orientation="vertical">
+
+
+
+
+
+
+
@@ -119,7 +150,7 @@
@@ -153,6 +186,7 @@
android:layout_height="wrap_content"
android:text="@string/profile_gift_subscription"
style="?android:attr/buttonBarButtonStyle"
+ android:drawableTint="?colorPrimary"
android:textAllCaps="false"
android:textSize="13sp"
android:drawableTop="@drawable/icon_gift_subscription"/>
@@ -160,10 +194,9 @@
-
@@ -213,7 +246,7 @@
@@ -352,7 +385,7 @@
diff --git a/Habitica/res/layout/avatar_with_bars.xml b/Habitica/res/layout/avatar_with_bars.xml
index a2df10c55..2d5a4460f 100644
--- a/Habitica/res/layout/avatar_with_bars.xml
+++ b/Habitica/res/layout/avatar_with_bars.xml
@@ -13,68 +13,68 @@
android:layout_marginBottom="8dp">
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content">
+ android:id="@+id/avatarView"
+ android:layout_width="@dimen/avatar_header_width"
+ android:layout_height="@dimen/avatar_header_height"
+ android:layout_gravity="center_vertical"
+ android:layout_marginEnd="20dp"
+ android:contentDescription="@string/sidebar_avatar"
+ app:showBackground="true"
+ app:showMount="true"
+ app:showPet="true"/>
+
+
+ android:layout_marginBottom="@dimen/header_bar_spacing"
+ app:barForegroundColor="@color/background_red"
+ app:barBackgroundColor="@color/window_background"
+ app:description="@string/HP_default"/>
+ app:description="@string/XP_default"/>
-
-
+ app:description="@string/MP_default"/>
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center_vertical">
+ android:id="@+id/lvl_tv"
+ android:layout_width="wrap_content"
+ android:layout_height="36dp"
+ android:drawablePadding="6dp"
+ android:gravity="center"
+ android:textColor="@color/text_secondary"
+ android:textSize="12sp"
+ tools:text="Lvl 12 Warrior"/>
+ android:layout_width="0dp"
+ android:layout_height="0dp"
+ android:layout_weight="1"/>
+ android:id="@+id/currencyView"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
\ No newline at end of file
diff --git a/Habitica/res/layout/checklist_item_row.xml b/Habitica/res/layout/checklist_item_row.xml
index 115bae47f..142af01f4 100644
--- a/Habitica/res/layout/checklist_item_row.xml
+++ b/Habitica/res/layout/checklist_item_row.xml
@@ -21,8 +21,7 @@
android:layout_gravity="center" />
+ android:layout_height="match_parent"/>
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/Habitica/res/layout/daily_item_card.xml b/Habitica/res/layout/daily_item_card.xml
index b6e9e19eb..3262d8cf0 100644
--- a/Habitica/res/layout/daily_item_card.xml
+++ b/Habitica/res/layout/daily_item_card.xml
@@ -40,10 +40,6 @@
android:gravity="center"
android:background="@drawable/daily_checked"
android:layout_gravity="center" />
-
\ No newline at end of file
diff --git a/Habitica/res/layout/dialog_edittext.xml b/Habitica/res/layout/dialog_edittext.xml
index f38149dfd..45764adf7 100644
--- a/Habitica/res/layout/dialog_edittext.xml
+++ b/Habitica/res/layout/dialog_edittext.xml
@@ -12,8 +12,6 @@
android:id="@+id/editText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingBottom="16dp"
- android:paddingTop="16dp"
android:paddingStart="@dimen/spacing_large"
android:paddingEnd="@dimen/spacing_large" />
diff --git a/Habitica/res/layout/dialog_edittext_confirm_pw.xml b/Habitica/res/layout/dialog_edittext_confirm_pw.xml
index 79b106f81..dc9d6c843 100644
--- a/Habitica/res/layout/dialog_edittext_confirm_pw.xml
+++ b/Habitica/res/layout/dialog_edittext_confirm_pw.xml
@@ -12,8 +12,6 @@
android:id="@+id/editText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingBottom="16dp"
- android:paddingTop="16dp"
android:paddingStart="@dimen/spacing_large"
android:paddingEnd="@dimen/spacing_large" />
@@ -28,8 +26,6 @@
android:id="@+id/passwordEditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingBottom="16dp"
- android:paddingTop="16dp"
android:paddingStart="@dimen/spacing_large"
android:paddingEnd="@dimen/spacing_large" />
diff --git a/Habitica/res/layout/dialog_yesterdaily_task.xml b/Habitica/res/layout/dialog_yesterdaily_task.xml
index 6710e045a..68f7fc7ef 100644
--- a/Habitica/res/layout/dialog_yesterdaily_task.xml
+++ b/Habitica/res/layout/dialog_yesterdaily_task.xml
@@ -22,16 +22,11 @@
android:layout_height="match_parent"
tools:background="@color/red_10">
-
-
+ style="@style/FlatCardView">
-
+