Loading res/layout/widgets_view.xml +7 −14 Original line number Diff line number Diff line Loading @@ -34,19 +34,12 @@ android:focusable="false" android:visibility="invisible" /> <LinearLayout android:id="@+id/widgets_content" android:layout_width="match_parent" android:layout_height="match_parent" android:clipChildren="false" android:elevation="15dp" android:visibility="gone" android:orientation="vertical" > <com.android.launcher3.widget.WidgetsContainerRecyclerView android:id="@+id/widgets_list_view" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/quantum_panel_dark"/> </LinearLayout> android:background="@drawable/quantum_panel_dark" android:elevation="15dp" android:visibility="gone" /> </com.android.launcher3.widget.WidgetsContainerView> No newline at end of file src/com/android/launcher3/widget/WidgetsContainerView.java +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ public class WidgetsContainerView extends BaseContainerView // public View getContentView() { return findViewById(R.id.widgets_content); return mView; } public View getRevealView() { Loading Loading
res/layout/widgets_view.xml +7 −14 Original line number Diff line number Diff line Loading @@ -34,19 +34,12 @@ android:focusable="false" android:visibility="invisible" /> <LinearLayout android:id="@+id/widgets_content" android:layout_width="match_parent" android:layout_height="match_parent" android:clipChildren="false" android:elevation="15dp" android:visibility="gone" android:orientation="vertical" > <com.android.launcher3.widget.WidgetsContainerRecyclerView android:id="@+id/widgets_list_view" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/quantum_panel_dark"/> </LinearLayout> android:background="@drawable/quantum_panel_dark" android:elevation="15dp" android:visibility="gone" /> </com.android.launcher3.widget.WidgetsContainerView> No newline at end of file
src/com/android/launcher3/widget/WidgetsContainerView.java +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ public class WidgetsContainerView extends BaseContainerView // public View getContentView() { return findViewById(R.id.widgets_content); return mView; } public View getRevealView() { Loading