Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Merge pull request #519 from brave/home-activity-button
Browse files Browse the repository at this point in the history
Adjust home activity button in portrait mode
  • Loading branch information
bbondy committed Aug 13, 2015
2 parents 38c8ce8 + bdff271 commit da9c254
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|bottom"
android:id="@+id/action_button_container"
android:layout_marginBottom="16dp">
android:layout_marginBottom="@dimen/home_activity_bottom_margin">

<View
android:layout_width="214dp"
Expand Down
1 change: 1 addition & 0 deletions Application/LinkBubble/src/main/res/values-land/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
<dimen name="stat_bubble_size">110dp</dimen>
<dimen name="stat_bubble_text_size">24sp</dimen>
<dimen name="home_logo_margin_right">24dp</dimen>
<dimen name="home_activity_bottom_margin">16dp</dimen>
</resources>
1 change: 1 addition & 0 deletions Application/LinkBubble/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<dimen name="settings_icon_size">32dp</dimen>

<dimen name="snackbar_height">64dp</dimen>
<dimen name="home_activity_bottom_margin">64dp</dimen>

<dimen name="back_indicator_size">16dp</dimen>
<dimen name="badge_size">24dp</dimen>
Expand Down

0 comments on commit da9c254

Please sign in to comment.