summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2016-09-06 11:38:08 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-09-07 13:54:23 -0700
commit9eb99c11b7162e6ee130bec2f72d94ec17ee476f (patch)
tree35771507afd4d803d67375452b24bc3fa34b02d9
parent5dfaf366742a97e945d0c779042c2f8d897a458c (diff)
downloadandroid_packages_apps_InCallUI-9eb99c11b7162e6ee130bec2f72d94ec17ee476f.tar.gz
android_packages_apps_InCallUI-9eb99c11b7162e6ee130bec2f72d94ec17ee476f.tar.bz2
android_packages_apps_InCallUI-9eb99c11b7162e6ee130bec2f72d94ec17ee476f.zip
[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.xml1
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"