aboutsummaryrefslogtreecommitdiff
path: root/apps/OboeTester/app/src/main/res/layout/activity_echo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/OboeTester/app/src/main/res/layout/activity_echo.xml')
-rw-r--r--apps/OboeTester/app/src/main/res/layout/activity_echo.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/OboeTester/app/src/main/res/layout/activity_echo.xml b/apps/OboeTester/app/src/main/res/layout/activity_echo.xml
index 128a2160..65cd6ea7 100644
--- a/apps/OboeTester/app/src/main/res/layout/activity_echo.xml
+++ b/apps/OboeTester/app/src/main/res/layout/activity_echo.xml
@@ -4,10 +4,11 @@
xmlns:tools="http://schemas.android.com/tools"
tools:context="com.mobileer.oboetester.EchoActivity"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="wrap_content"
+ android:fillViewport="true" >
<LinearLayout
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"