OSDN Git Service

resolve merge conflicts of a6194d3d92 to ub-launcher3-calgary
authorSunny Goyal <sunnygoyal@google.com>
Fri, 19 Feb 2016 19:12:14 +0000 (11:12 -0800)
committerSunny Goyal <sunnygoyal@google.com>
Fri, 19 Feb 2016 19:12:14 +0000 (11:12 -0800)
Change-Id: I29b3c3bb2c070e34c78c62b8f9086e6f3c8bd277

1  2 
res/layout/widgets_view.xml
src/com/android/launcher3/BaseContainerView.java
src/com/android/launcher3/allapps/AllAppsContainerView.java
src/com/android/launcher3/widget/WidgetsContainerView.java

          android:elevation="2dp"
          android:visibility="invisible" />
  
-     <com.android.launcher3.widget.WidgetsRecyclerView
+     <FrameLayout
          android:id="@+id/main_content"
-         android:theme="@style/CustomOverscroll.Dark"
-         android:layout_width="match_parent"
-         android:layout_height="match_parent"
          android:layout_gravity="center"
          android:elevation="15dp"
-         android:visibility="gone" />
+         android:visibility="gone"
+         android:layout_width="match_parent"
+         android:layout_height="match_parent">
+         <com.android.launcher3.widget.WidgetsRecyclerView
+             android:id="@+id/widgets_list_view"
 -            android:theme="@style/Theme.Dark.CustomOverscroll"
++            android:theme="@style/CustomOverscroll.Dark"
+             android:layout_width="match_parent"
+             android:layout_height="match_parent" />
+     </FrameLayout>
  
  </com.android.launcher3.widget.WidgetsContainerView>