summaryrefslogtreecommitdiff
path: root/data/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/layout')
-rw-r--r--data/res/layout/slice_grid.xml4
-rw-r--r--data/res/layout/slice_message.xml4
-rw-r--r--data/res/layout/slice_message_local.xml4
-rw-r--r--data/res/layout/slice_remote_input.xml4
4 files changed, 8 insertions, 8 deletions
diff --git a/data/res/layout/slice_grid.xml b/data/res/layout/slice_grid.xml
index 15ded7b3..70df76b0 100644
--- a/data/res/layout/slice_grid.xml
+++ b/data/res/layout/slice_grid.xml
@@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<android.app.slice.views.GridView
+<android.slice.views.GridView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -21,4 +21,4 @@
android:gravity="center_vertical"
android:background="?android:attr/activatedBackgroundIndicator"
android:clipToPadding="false">
-</android.app.slice.views.GridView>
+</android.slice.views.GridView>
diff --git a/data/res/layout/slice_message.xml b/data/res/layout/slice_message.xml
index 96f8078f..a3279b65 100644
--- a/data/res/layout/slice_message.xml
+++ b/data/res/layout/slice_message.xml
@@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<android.app.slice.views.MessageView
+<android.slice.views.MessageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -48,4 +48,4 @@
android:layout_alignStart="@android:id/title"
android:textAppearance="?android:attr/textAppearanceListItem"
android:maxLines="10" />
-</android.app.slice.views.MessageView>
+</android.slice.views.MessageView>
diff --git a/data/res/layout/slice_message_local.xml b/data/res/layout/slice_message_local.xml
index 5c767ba6..d4180f35 100644
--- a/data/res/layout/slice_message_local.xml
+++ b/data/res/layout/slice_message_local.xml
@@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<android.app.slice.views.MessageView
+<android.slice.views.MessageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -35,4 +35,4 @@
android:background="#ffeeeeee"
android:maxLines="10" />
-</android.app.slice.views.MessageView>
+</android.slice.views.MessageView>
diff --git a/data/res/layout/slice_remote_input.xml b/data/res/layout/slice_remote_input.xml
index 90d0c82b..dc570c43 100644
--- a/data/res/layout/slice_remote_input.xml
+++ b/data/res/layout/slice_remote_input.xml
@@ -15,7 +15,7 @@
limitations under the License.
-->
<!-- LinearLayout -->
-<android.app.slice.views.RemoteInputView
+<android.slice.views.RemoteInputView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/remote_input"
android:background="@drawable/slice_remote_input_bg"
@@ -73,4 +73,4 @@
</FrameLayout>
-</android.app.slice.views.RemoteInputView> \ No newline at end of file
+</android.slice.views.RemoteInputView> \ No newline at end of file