change package name to uiuios
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.launcher3.DropTargetBar xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<com.android.uiuios.DropTargetBar xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dynamic_grid_drop_target_size"
|
||||
android:layout_gravity="center_horizontal|top"
|
||||
@@ -23,7 +23,7 @@
|
||||
android:visibility="invisible">
|
||||
|
||||
<!-- Delete target -->
|
||||
<com.android.launcher3.DeleteDropTarget
|
||||
<com.android.uiuios.DeleteDropTarget
|
||||
android:id="@+id/delete_target_text"
|
||||
style="@style/DropTargetButton"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -33,7 +33,7 @@
|
||||
android:text="@string/remove_drop_target_label" />
|
||||
|
||||
<!-- Uninstall target -->
|
||||
<com.android.launcher3.SecondaryDropTarget
|
||||
<com.android.uiuios.SecondaryDropTarget
|
||||
android:id="@+id/uninstall_target_text"
|
||||
style="@style/DropTargetButton"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -42,4 +42,4 @@
|
||||
android:gravity="center"
|
||||
android:text="@string/uninstall_drop_target_label" />
|
||||
|
||||
</com.android.launcher3.DropTargetBar>
|
||||
</com.android.uiuios.DropTargetBar>
|
||||
Reference in New Issue
Block a user