diff options
| author | Stephen Bird <sbird@cyngn.com> | 2016-09-06 11:38:08 -0700 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2017-08-04 13:42:00 +0300 |
| commit | 42542fd74513a195d5efc7cacc328d4b99b8be51 (patch) | |
| tree | 0f59440f152f4f6a22521d44b2bb8eac0f052e7e | |
| parent | 31573a2960dbd47287e03bf442a4f6f0b51e839f (diff) | |
[Glowpad] Remove marginBottom
On smaller devices this moves the glowpad too far
down, resulting in the bottom of the block target
to be cut off by any softkeys. Instead, glowpad
should figure out its placement according to gravity.
Glowpad don't need no marginBottom telling it
how to live its life.
Ticket: CYNGNOS-3119
Change-Id: Ic5584a47f7d94c7c3291a8e963413c7e9e4062c4
| -rw-r--r-- | res/layout/answer_fragment.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/answer_fragment.xml b/res/layout/answer_fragment.xml index bd9083c7..bf8cdbe8 100644 --- a/res/layout/answer_fragment.xml +++ b/res/layout/answer_fragment.xml @@ -25,7 +25,6 @@ android:layout_centerHorizontal="true" android:gravity="center" android:background="@color/glowpad_background_color" - android:layout_marginBottom="@dimen/glowpadview_margin_bottom" dc:targetDrawables="@array/incoming_call_widget_audio_with_sms_without_block_targets" dc:targetDescriptions="@array/incoming_call_widget_audio_with_sms_without_block_target_descriptions" |
