summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/gpodnetauth_device_group.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/gpodnetauth_device_group.xml')
-rw-r--r--app/src/main/res/layout/gpodnetauth_device_group.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/app/src/main/res/layout/gpodnetauth_device_group.xml b/app/src/main/res/layout/gpodnetauth_device_group.xml
new file mode 100644
index 000000000..8660779b3
--- /dev/null
+++ b/app/src/main/res/layout/gpodnetauth_device_group.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp">
+
+ <com.google.android.material.card.MaterialCardView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ app:strokeWidth="2dp"
+ app:strokeColor="?attr/currently_playing_background">
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:padding="8dp">
+ <TextView
+ android:id="@+id/groupContents"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"/>
+
+ <Button
+ android:id="@+id/selectGroupButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="right"
+ style="?attr/borderlessButtonStyle"
+ android:text="@string/gpodnetauth_sync_group_select"/>
+ </LinearLayout>
+
+ </com.google.android.material.card.MaterialCardView>
+</FrameLayout> \ No newline at end of file