summaryrefslogtreecommitdiffstats
path: root/res/layout/audio_effects_dialog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/audio_effects_dialog.xml')
-rw-r--r--res/layout/audio_effects_dialog.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/audio_effects_dialog.xml b/res/layout/audio_effects_dialog.xml
index 83892c224..4715d54b8 100644
--- a/res/layout/audio_effects_dialog.xml
+++ b/res/layout/audio_effects_dialog.xml
@@ -65,16 +65,16 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
android:id="@+id/bBStrengthKnob"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_weight="1"
custom:label="@string/bass_boost_strength"
- custom:background="@drawable/knob_bg"
custom:foreground="@drawable/knob" />
<com.android.gallery3d.ui.Knob
android:id="@+id/vIStrengthKnob"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_weight="1"
custom:label="@string/virtualizer_strength"
- custom:background="@drawable/knob_bg"
custom:foreground="@drawable/knob" />
</LinearLayout>