Now all tutorial textures have same size. Add tutorial texture for fifth page

This commit is contained in:
Alibek Omarov 2018-03-01 20:50:46 +03:00
parent a1af4dba99
commit 57847a7dd3
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 23 KiB

BIN
res/drawable/page4_en.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -53,7 +53,7 @@ public class XashTutorialActivity extends TutorialActivity
addFragment(new Step.Builder().setTitle(getString(R.string.page_title4))
.setContent(getString(R.string.page_content4))
.setBackgroundColor(Color.parseColor("#555555")) // int background color
// .setDrawable(R.drawable.ic_launcher) // int top drawable
.setDrawable(R.drawable.page4_en)
.build());
}