Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Revert "Closes #2124: Replace pocket onboarding screenshot"
Browse files Browse the repository at this point in the history
This reverts commit c90eaa5.
  • Loading branch information
dnarcese authored and mcomella committed May 9, 2019
1 parent 0027bb3 commit 15a56b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file removed app/src/main/res/drawable-xhdpi/pocket_channel.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions app/src/main/res/layout/pocket_onboarding.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:id="@+id/titleText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="13dp"
android:layout_marginBottom="27dp"
android:layout_marginTop="74dp"
android:text="@string/pocket_home_tutorial_title"
android:textSize="34sp"
Expand All @@ -24,12 +24,12 @@
android:textAlignment="center"/>

<ImageView
android:src="@drawable/pocket_channel"
android:src="@drawable/pocket_mega_tile"
tools:ignore="ContentDescription"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="27dp"
android:layout_marginTop="13dp"
android:layout_marginTop="27dp"
android:layout_gravity="center"
android:scaleType="fitCenter" />

Expand All @@ -39,7 +39,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="27dp"
android:text="@string/pocket_home_tutorial_description"
android:textSize="18sp"
android:textSize="16sp"
android:textColor="#CCF9F9FA"
android:fontFamily="@string/font_ember_regular"
android:textAlignment="center"/>
Expand Down

0 comments on commit 15a56b9

Please sign in to comment.