summaryrefslogtreecommitdiff
path: root/res/layout/fragment_audio.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_audio.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_audio.xml')
-rw-r--r--res/layout/fragment_audio.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/res/layout/fragment_audio.xml b/res/layout/fragment_audio.xml
new file mode 100644
index 0000000..1941d6c
--- /dev/null
+++ b/res/layout/fragment_audio.xml
@@ -0,0 +1,28 @@
+<?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.
+-->
+
+<androidx.recyclerview.widget.RecyclerView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/fragment_audio_recycler_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:paddingStart="16dp"
+ android:paddingEnd="16dp"
+ app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
+ tools:listitem="@layout/audio"/>