summaryrefslogtreecommitdiff
path: root/data/res/layout/slice_message.xml
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2017-10-24 19:48:11 -0400
committerJustin Klaassen <justinklaassen@google.com>2017-10-24 19:48:11 -0400
commit110792c30570865a5543d485c822a74a1ee7578b (patch)
tree0eeef0157907da6525e3bb552dcb07596bcf3d0a /data/res/layout/slice_message.xml
parent8340dfee17f46c2bb369063027aef2600410e3b0 (diff)
downloadandroid-28-110792c30570865a5543d485c822a74a1ee7578b.tar.gz
Import Android SDK Platform P [4413397]
/google/data/ro/projects/android/fetch_artifact \ --bid 4413397 \ --target sdk_phone_armv7-win_sdk \ sdk-repo-linux-platforms-4413397.zip AndroidVersion.ApiLevel has been modified to appear as 28 Change-Id: I3a745ab6f437389fbddb34a99d2919da45b47a7d
Diffstat (limited to 'data/res/layout/slice_message.xml')
-rw-r--r--data/res/layout/slice_message.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/res/layout/slice_message.xml b/data/res/layout/slice_message.xml
index a3279b65..96f8078f 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.slice.views.MessageView
+<android.app.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.slice.views.MessageView>
+</android.app.slice.views.MessageView>