summaryrefslogtreecommitdiff
path: root/data/res/layout/slice_secondary_text.xml
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2017-10-10 15:17:50 -0400
committerJustin Klaassen <justinklaassen@google.com>2017-10-10 15:17:50 -0400
commitf8cf773f7547bbf61d10f9fd58477face29a1abf (patch)
tree65d568b6b4c5b770e5740a8b4bf85a1a438398a4 /data/res/layout/slice_secondary_text.xml
parent6affb4632c3e4f0602870d6f8f7ca474ce2aea42 (diff)
downloadandroid-28-f8cf773f7547bbf61d10f9fd58477face29a1abf.tar.gz
Import Android SDK Platform P [4386628]
/google/data/ro/projects/android/fetch_artifact \ --bid 4386628 \ --target sdk_phone_armv7-win_sdk \ sdk-repo-linux-platforms-4386628.zip AndroidVersion.ApiLevel has been modified to appear as 28 Change-Id: I1ca80b2e38e31f64421db3ac16975a690a992bc4
Diffstat (limited to 'data/res/layout/slice_secondary_text.xml')
-rw-r--r--data/res/layout/slice_secondary_text.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/data/res/layout/slice_secondary_text.xml b/data/res/layout/slice_secondary_text.xml
new file mode 100644
index 00000000..80a15747
--- /dev/null
+++ b/data/res/layout/slice_secondary_text.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!-- Copyright (C) 2017 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- LinearLayout -->
+<TextView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textColor="?android:attr/textColorSecondary"
+ android:gravity="center"
+ android:layout_height="wrap_content"
+ android:padding="4dp"
+ android:layout_width="match_parent" />