Skip to content

Commit

Permalink
Merge pull request #70 from lewismcgeary/higher_logo_resolution
Browse files Browse the repository at this point in the history
add higher resolution logo fixes #65
  • Loading branch information
lewismcgeary committed Feb 6, 2016
2 parents e260fe5 + 7f40731 commit c692dc3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class ExplainRulesActivity extends AppIntro2 {

@Override
public void init(@Nullable Bundle savedInstanceState) {
CustomAppIntroFragment summaryFragment = CustomAppIntroFragment.newInstance(getString(R.string.rules_summary_title), getString(R.string.rules_summary_text), R.drawable.life_logo_no_shadow_96, ContextCompat.getColor(getApplicationContext(), R.color.rulesViewPagerBackground));
CustomAppIntroFragment summaryFragment = CustomAppIntroFragment.newInstance(getString(R.string.rules_summary_title), getString(R.string.rules_summary_text), R.drawable.life_logo_no_shadow_368, ContextCompat.getColor(getApplicationContext(), R.color.rulesViewPagerBackground));
addSlide(summaryFragment);
addSlide(AppIntroFragment.newInstance(getString(R.string.rules_fewer_than_two_title), getString(R.string.rules_fewer_than_two_text), R.drawable.rules_fewer_than_two_neighbours, ContextCompat.getColor(getApplicationContext(), R.color.rulesViewPagerBackground)));
addSlide(AppIntroFragment.newInstance(getString(R.string.rules_two_or_three_title), getString(R.string.rules_two_or_three_text), R.drawable.rules_two_or_three_neighbours, ContextCompat.getColor(getApplicationContext(), R.color.rulesViewPagerBackground)));
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
app:layout_scrollFlags="scroll"
app:layout_behavior="io.github.lewismcgeary.androidgameoflife.ShrinkingLogoBehavior"
android:elevation="@dimen/tool_bar_elevation"
android:src="@drawable/life_logo_no_shadow_96"/>
android:src="@drawable/life_logo_no_shadow_368"/>
<android.support.design.widget.FloatingActionButton
android:id="@+id/start_reset_fab"
android:transitionName="@string/fab_transition_name"
Expand Down

0 comments on commit c692dc3

Please sign in to comment.