summaryrefslogtreecommitdiff
path: root/res/layout/fragment_home.xml
diff options
context:
space:
mode:
authorChristofer Ã…kersten <akersten@google.com>2019-01-16 11:48:33 -0800
committerChristofer Ã…kersten <akersten@google.com>2019-01-16 12:54:55 -0800
commit1416530bec3e8165a8fb6b18842d2f1cd51f2fb1 (patch)
treee5ccf1a49dfb5887a635591f3d9fbe0417277d04 /res/layout/fragment_home.xml
parentc978ed0dc3e5eeaeadd4766f84b163d3f54fc97b (diff)
downloadUniversalMediaPlayer-1416530bec3e8165a8fb6b18842d2f1cd51f2fb1.tar.gz
Remove apps/Pump directory
Test: Build in Android Studio Change-Id: If8fe5f2866c49a7cab7071c4929e7e2fce48dce3
Diffstat (limited to 'res/layout/fragment_home.xml')
-rw-r--r--res/layout/fragment_home.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/layout/fragment_home.xml b/res/layout/fragment_home.xml
new file mode 100644
index 0000000..6766635
--- /dev/null
+++ b/res/layout/fragment_home.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright 2018 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.
+-->
+
+<android.view.View
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="#ffb6c1"/>