Tablet Settings Layout is no longer stretched

am: c4a9b18121

Change-Id: Ie103fd6248bd206e517c5f7de880b76862b831ba
This commit is contained in:
Matthew Fritze
2016-09-29 00:27:17 +00:00
committed by android-build-merger
7 changed files with 22 additions and 5 deletions

View File

@@ -20,4 +20,6 @@
android:id="@+id/sliding_tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dashboard_header_margin_left"
android:layout_marginRight="@dimen/dashboard_header_margin_right"
android:background="?android:attr/colorPrimary"/>

View File

@@ -21,4 +21,5 @@
android:id="@+id/main_content"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:background="@color/material_grey_300"
/>

View File

@@ -15,7 +15,7 @@
limitations under the License.
-->
<Space
<View
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/support_spacer_height"