22 lines
No EOL
871 B
XML
22 lines
No EOL
871 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:orientation="vertical"
|
|
android:layout_height="wrap_content">
|
|
|
|
<com.google.android.material.materialswitch.MaterialSwitch
|
|
android:id="@+id/remove_audio"
|
|
android:layout_width="match_parent"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginHorizontal="20dp"
|
|
android:text="@string/remove_audio"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<com.google.android.material.materialswitch.MaterialSwitch
|
|
android:id="@+id/also_download_audio"
|
|
android:layout_width="match_parent"
|
|
android:layout_marginHorizontal="20dp"
|
|
android:text="@string/also_download_audio"
|
|
android:layout_height="wrap_content" />
|
|
|
|
</LinearLayout> |