summaryrefslogtreecommitdiff
path: root/prebuilts/gradle/BasicMediaDecoder
diff options
context:
space:
mode:
authorAlexander Lucas <alexlucas@google.com>2015-04-07 15:09:30 -0700
committerAlexander Lucas <alexlucas@google.com>2015-04-07 15:09:30 -0700
commit47d9436bea5b124cffa6ddffcc9982aa548fb436 (patch)
tree0c1df96d06aca3a30439726aa33c941a99acf8a7 /prebuilts/gradle/BasicMediaDecoder
parent627d55c9ff4ba689c4138d97b3d887db24ee4a8c (diff)
downloadbuild-47d9436bea5b124cffa6ddffcc9982aa548fb436.tar.gz
resolved conflicts for merge of 5c8cae0b to lmp-mr1-dev
Change-Id: I98ff0bc0bd16a23887c67aba0c928e584ccaf726
Diffstat (limited to 'prebuilts/gradle/BasicMediaDecoder')
-rwxr-xr-xprebuilts/gradle/BasicMediaDecoder/Application/src/main/res/layout/activity_main.xml36
-rw-r--r--prebuilts/gradle/BasicMediaDecoder/NOTICE15
2 files changed, 36 insertions, 15 deletions
diff --git a/prebuilts/gradle/BasicMediaDecoder/Application/src/main/res/layout/activity_main.xml b/prebuilts/gradle/BasicMediaDecoder/Application/src/main/res/layout/activity_main.xml
new file mode 100755
index 00000000..be1aa49d
--- /dev/null
+++ b/prebuilts/gradle/BasicMediaDecoder/Application/src/main/res/layout/activity_main.xml
@@ -0,0 +1,36 @@
+<!--
+ Copyright 2013 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 xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
+
+ <LinearLayout style="@style/Widget.SampleMessageTile"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical">
+
+ <TextView style="@style/Widget.SampleMessage"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="@dimen/horizontal_page_margin"
+ android:layout_marginRight="@dimen/horizontal_page_margin"
+ android:layout_marginTop="@dimen/vertical_page_margin"
+ android:layout_marginBottom="@dimen/vertical_page_margin"
+ android:text="@string/intro_message" />
+ </LinearLayout>
+</LinearLayout>
diff --git a/prebuilts/gradle/BasicMediaDecoder/NOTICE b/prebuilts/gradle/BasicMediaDecoder/NOTICE
deleted file mode 100644
index e37ec1ad..00000000
--- a/prebuilts/gradle/BasicMediaDecoder/NOTICE
+++ /dev/null
@@ -1,15 +0,0 @@
-This sample uses the following software:
-
-Copyright 2015 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.