summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/gpodnetauth_device_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/gpodnetauth_device_row.xml')
-rw-r--r--app/src/main/res/layout/gpodnetauth_device_row.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/layout/gpodnetauth_device_row.xml b/app/src/main/res/layout/gpodnetauth_device_row.xml
new file mode 100644
index 000000000..d39c00571
--- /dev/null
+++ b/app/src/main/res/layout/gpodnetauth_device_row.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp">
+
+ <Button
+ android:id="@+id/selectDeviceButton"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ style="?attr/materialButtonOutlinedStyle" />
+</FrameLayout> \ No newline at end of file