Skip to content

Commit

Permalink
Add some bottom padding to the message in the delete color dialog fra…
Browse files Browse the repository at this point in the history
…gment prior to lollipop.
  • Loading branch information
vbarthel-fr committed Mar 7, 2015
1 parent 919acb1 commit 5df451c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="@dimen/fragment_dialog_delete_color_message_padding_bottom"
android:paddingLeft="@dimen/default_padding"
android:paddingRight="@dimen/default_padding"
android:text="@string/fragment_dialog_delete_color_message" />
Expand Down
6 changes: 6 additions & 0 deletions CameraColorPicker/app/src/main/res/values-v21/dimens.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<resources>

<!-- Delete color dialog fragment -->
<dimen name="fragment_dialog_delete_color_message_padding_bottom">0dp</dimen>

</resources>
3 changes: 3 additions & 0 deletions CameraColorPicker/app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
<!-- Row Color Item -->
<dimen name="row_color_item_preview_size">40dp</dimen>

<!-- Delete color dialog fragment -->
<dimen name="fragment_dialog_delete_color_message_padding_bottom">16dp</dimen>

</resources>

0 comments on commit 5df451c

Please sign in to comment.