From fc884dacbfa75bae98dca2fd9553cae9bb34ba6f Mon Sep 17 00:00:00 2001 From: Diogo Ferreira Date: Sun, 23 Aug 2015 19:22:53 +0100 Subject: audiofx: Fix preset display being cut with Large Text When the Large Text accessibility option is enabled, the preset name would get a few of its pixels cut. This patchset solves that by measuring the viewpager to have the size of its maximum child. Change-Id: I35a0f16f8a07b79181a8eaec59d93d58713148e2 --- res/layout/equalizer.xml | 2 +- res/layout/preset_adapter_row.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/layout/equalizer.xml b/res/layout/equalizer.xml index 883385d..9b5d358 100644 --- a/res/layout/equalizer.xml +++ b/res/layout/equalizer.xml @@ -22,7 +22,7 @@ + android:layout_height="wrap_content"/> -- cgit v1.2.3