summaryrefslogtreecommitdiffstats
path: root/res/layout/ownerinfo.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-06-17 18:29:26 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-06-17 18:52:11 -0700
commit21ddce6969056d2e7464a6d8079c2a74379d53bd (patch)
treefebb8c25ffc2200d2dd520cb12575d148a442a90 /res/layout/ownerinfo.xml
parent0106a2efd265e1452108a33a72d66048a84b1205 (diff)
downloadpackages_apps_Settings-21ddce6969056d2e7464a6d8079c2a74379d53bd.zip
packages_apps_Settings-21ddce6969056d2e7464a6d8079c2a74379d53bd.tar.gz
packages_apps_Settings-21ddce6969056d2e7464a6d8079c2a74379d53bd.tar.bz2
Fix Security Settings padding
- for OwnerInfo / Trust Agent / Trusted Credentials / Device Admin - fix also scrollbars position - also layout code formatting See bug: #15384992 Setting Dashboard - padding updates Change-Id: Ib840c6dea62d7cead671b2ca8744502a7ecb435a
Diffstat (limited to 'res/layout/ownerinfo.xml')
-rw-r--r--res/layout/ownerinfo.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/res/layout/ownerinfo.xml b/res/layout/ownerinfo.xml
index 938fd96..b38e3f0 100644
--- a/res/layout/ownerinfo.xml
+++ b/res/layout/ownerinfo.xml
@@ -14,15 +14,17 @@
limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingStart="?android:attr/listPreferredItemPaddingStart"
+ android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
android:orientation="vertical"
- android:paddingStart="6dip"
- android:paddingEnd="6dip"
- android:layout_width="match_parent" android:layout_height="wrap_content"
android:scrollbars="vertical" >
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:scrollbarStyle="outsideOverlay"
android:fillViewport="true">
<LinearLayout