Skip to content

Commit

Permalink
Bah. Stupid runtime errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
risesoftware committed Sep 14, 2016
1 parent 4db29f6 commit 4c25ed4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion onboarder/src/main/res/layout-land/fragment_onboarder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
android:adjustViewBounds="true"
android:scaleType="fitCenter"
android:contentDescription="@null"
tools:background="@drawable/DieForMusic"
tools:background="@drawable/die"
/>
</FrameLayout>

Expand Down
2 changes: 1 addition & 1 deletion onboarder/src/main/res/layout/fragment_onboarder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
android:layout_gravity="bottom|center_horizontal"
android:scaleType="fitCenter"
android:contentDescription="@null"
tools:background="@drawable/DieForMusic"
tools:background="@drawable/die"
/>
</FrameLayout>

Expand Down
8 changes: 0 additions & 8 deletions onboarder/src/main/res/values-h720dp/dimen.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
<!-- Used for -->
<!-- Nexus 7 -->
<!-- Nexus 5x -->
<!-- Nexus 6p -->
<!-- Nexus 6 -->



<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="text_section_min_height">250dp</dimen>
Expand Down

0 comments on commit 4c25ed4

Please sign in to comment.