Merge "Decrease elevation for the reveal view." into ub-launcher3-burnaby

This commit is contained in:
Sunny Goyal
2015-05-22 22:26:41 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -19,6 +19,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:elevation="15dp"
android:elevation="2dp"
android:visibility="invisible"
android:focusable="false" />

View File

@@ -30,7 +30,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:elevation="15dp"
android:elevation="2dp"
android:focusable="false"
android:visibility="invisible" />