summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/equalizer.xml2
-rw-r--r--res/layout/preset_adapter_row.xml2
2 files changed, 2 insertions, 2 deletions
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 @@
<com.cyngn.audiofx.preset.InfiniteViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
- android:layout_height="40dp"
+ android:layout_height="wrap_content"
/>
<com.viewpagerindicator.CirclePageIndicator
diff --git a/res/layout/preset_adapter_row.xml b/res/layout/preset_adapter_row.xml
index 7a795ec..3b4160a 100644
--- a/res/layout/preset_adapter_row.xml
+++ b/res/layout/preset_adapter_row.xml
@@ -14,4 +14,4 @@
android:ellipsize="end"
android:maxLines="1"
android:layout_width="match_parent"
- android:layout_height="match_parent"/>
+ android:layout_height="wrap_content"/>