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

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());
}