Merge pull request #2806 from sigmabeta/android-ui-quickfixes

Android: Prevent MainActivity toolbar from rendering behind status bar.
This commit is contained in:
Ryan Houdek 2015-08-06 16:00:06 -05:00
commit eefe710571
2 changed files with 6 additions and 7 deletions

View file

@ -76,13 +76,13 @@ android {
}
dependencies {
compile 'com.android.support:support-v13:22.2.0'
compile 'com.android.support:cardview-v7:22.2.0'
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:design:22.2.0'
compile 'com.android.support:support-v13:22.2.1'
compile 'com.android.support:cardview-v7:22.2.1'
compile 'com.android.support:recyclerview-v7:22.2.1'
compile 'com.android.support:design:22.2.1'
// Android TV UI libraries.
compile 'com.android.support:leanback-v17:22.2.0'
compile 'com.android.support:leanback-v17:22.2.1'
// For showing the banner as a circle a-la Material Design Guidelines
compile 'de.hdodenhof:circleimageview:1.2.2'

View file

@ -3,8 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/coordinator_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">
android:layout_height="match_parent">
<android.support.design.widget.AppBarLayout
android:id="@+id/appbar"