Skip to content

Commit

Permalink
Placeholder size is now same as preview size (closes #21)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseyl1992 committed Jul 17, 2015
1 parent e5c8492 commit 16ef27e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# IDEA
/local.properties
/captures/

# User-specific stuff:
.idea/workspace.xml
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/fragment_add_question.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
android:padding="4dp"
android:drawingCacheQuality="low"
android:scaleType="centerInside"
android:src="@drawable/photo_placeholder"
android:src="@drawable/photo_placeholder_wide"
android:adjustViewBounds="true"
android:contentDescription="@string/add_post_image_choice1" />

Expand All @@ -110,7 +110,7 @@
android:padding="4dp"
android:drawingCacheQuality="low"
android:scaleType="centerInside"
android:src="@drawable/photo_placeholder"
android:src="@drawable/photo_placeholder_wide"
android:adjustViewBounds="true"
android:contentDescription="@string/add_post_image_choice2" />

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/view_poll_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:layout_height="wrap_content"
android:padding="4dp"
android:layout_gravity="center"
android:src="@drawable/photo_placeholder"
android:src="@drawable/photo_placeholder_wide"
android:adjustViewBounds="true"
android:contentDescription="@string/poll_item_image" />

Expand Down
Binary file added gfx/photo_placeholder_wide.psd
Binary file not shown.

0 comments on commit 16ef27e

Please sign in to comment.