summaryrefslogtreecommitdiffstats
path: root/res/layout/qsb_container.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/qsb_container.xml')
-rw-r--r--res/layout/qsb_container.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/qsb_container.xml b/res/layout/qsb_container.xml
index b75e3b541..6fa843d63 100644
--- a/res/layout/qsb_container.xml
+++ b/res/layout/qsb_container.xml
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<com.android.launcher3.QsbContainerView
+<com.android.launcher3.qsb.QsbContainerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
@@ -23,8 +23,8 @@
android:padding="0dp" >
<fragment
- android:name="com.android.launcher3.QsbContainerView$QsbFragment"
+ android:name="com.android.launcher3.qsb.QsbContainerView$QsbFragment"
android:layout_width="match_parent"
android:tag="qsb_view"
android:layout_height="match_parent"/>
-</com.android.launcher3.QsbContainerView> \ No newline at end of file
+</com.android.launcher3.qsb.QsbContainerView> \ No newline at end of file