AntennaPod/ui/preferences/src/main/res/layout/gpodnetauth_device_row.xml

15 lines
442 B
XML

<?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>