summaryrefslogtreecommitdiffstats
path: root/res/layout/managed_service_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/managed_service_settings.xml')
-rw-r--r--res/layout/managed_service_settings.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/layout/managed_service_settings.xml b/res/layout/managed_service_settings.xml
index e01da59..b2fc0b2 100644
--- a/res/layout/managed_service_settings.xml
+++ b/res/layout/managed_service_settings.xml
@@ -18,19 +18,27 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
+
<FrameLayout
android:layout_width="match_parent"
android:layout_height="0px"
android:layout_weight="1">
+
<ListView android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:paddingStart="@dimen/settings_side_margin"
+ android:paddingEnd="@dimen/settings_side_margin"
android:drawSelectorOnTop="false"
- android:fastScrollEnabled="true" />
+ android:fastScrollEnabled="true"
+ android:scrollbarStyle="outsideInset" />
+
<TextView android:id="@android:id/empty"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:textAppearance="?android:attr/textAppearanceMedium" />
+
</FrameLayout>
+
</LinearLayout>