Fix Trusted Credentials layout

Now matches security layout. Tested on Volantis and Hammerhead in portrait
and landscape

Bug: 16381087
Change-Id: If7049f6cd241df360d9fb608e1e7e5d45e3d1d54
This commit is contained in:
Paul Lawrence
2014-07-25 09:45:38 -07:00
parent dec811201f
commit 0ee45d5bdc

View File

@@ -16,7 +16,9 @@
<TabHost
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:paddingStart="@dimen/settings_side_margin"
android:paddingEnd="@dimen/settings_side_margin">
<LinearLayout
android:orientation="vertical"