diff --git a/Habitica/res/drawable-hdpi/speechbubble_caret.png b/Habitica/res/drawable-hdpi/speechbubble_caret.png new file mode 100644 index 000000000..a74021cdd Binary files /dev/null and b/Habitica/res/drawable-hdpi/speechbubble_caret.png differ diff --git a/Habitica/res/drawable-mdpi/speechbubble_caret.png b/Habitica/res/drawable-mdpi/speechbubble_caret.png new file mode 100644 index 000000000..201cc54d0 Binary files /dev/null and b/Habitica/res/drawable-mdpi/speechbubble_caret.png differ diff --git a/Habitica/res/drawable-xhdpi/speechbubble_caret.png b/Habitica/res/drawable-xhdpi/speechbubble_caret.png new file mode 100644 index 000000000..60a434569 Binary files /dev/null and b/Habitica/res/drawable-xhdpi/speechbubble_caret.png differ diff --git a/Habitica/res/drawable-xxhdpi/speechbubble_caret.png b/Habitica/res/drawable-xxhdpi/speechbubble_caret.png new file mode 100644 index 000000000..d53063c90 Binary files /dev/null and b/Habitica/res/drawable-xxhdpi/speechbubble_caret.png differ diff --git a/Habitica/res/layout/overlay_tutorial.xml b/Habitica/res/layout/overlay_tutorial.xml index a46327175..adef2b2c6 100644 --- a/Habitica/res/layout/overlay_tutorial.xml +++ b/Habitica/res/layout/overlay_tutorial.xml @@ -1,26 +1,29 @@ + android:layout_height="match_parent" + android:layout_width="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:clickable="true" + android:fitsSystemWindows="true" + android:id="@+id/background"> + android:layout_width="match_parent" + android:background="@android:color/black" + android:alpha="0.6"/> + - + app:namePlate="Justin" + app:npcDrawable="@drawable/justin_textbox"/> diff --git a/Habitica/res/layout/speechbubble.xml b/Habitica/res/layout/speechbubble.xml index 306a71d36..78824e57c 100644 --- a/Habitica/res/layout/speechbubble.xml +++ b/Habitica/res/layout/speechbubble.xml @@ -19,16 +19,16 @@ android:layout_marginTop="46dp" android:background="@drawable/white_rounded_bg" android:orientation="vertical" - android:paddingBottom="14dp" + android:paddingBottom="16dp" android:paddingLeft="21dp" android:paddingRight="21dp" - android:paddingTop="16dp"> + android:paddingTop="24dp" + android:layout_marginBottom="10dp"> - @@ -37,7 +37,8 @@ style="?android:attr/buttonBarStyle" android:layout_width="match_parent" android:layout_height="match_parent" - android:orientation="horizontal"> + android:orientation="horizontal" + android:layout_marginTop="8dp">