summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2016-09-06 11:38:08 -0700
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-09-16 08:53:07 -0700
commite4599f1dfb882d89fed231f240d19c19319dbc8c (patch)
treef8262f8bb48e3242eb290a4f0e64256cf60a53ca
parent32b13a575048fce03522e7e7757a1d9cb7c4598c (diff)
downloadpackages_apps_InCallUI-e4599f1dfb882d89fed231f240d19c19319dbc8c.tar.gz
packages_apps_InCallUI-e4599f1dfb882d89fed231f240d19c19319dbc8c.tar.bz2
packages_apps_InCallUI-e4599f1dfb882d89fed231f240d19c19319dbc8c.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 (cherry picked from commit 9eb99c11b7162e6ee130bec2f72d94ec17ee476f)
-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"