summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/filter_dialog_relative_cardview.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-06-21 12:49:02 +0200
committerByteHamster <info@bytehamster.com>2020-06-21 13:17:36 +0200
commit7de9e0d4c1807bff054c1aef999fc600088ab521 (patch)
treec22e722c152aa5b95955391e41c681bff6cc8ca1 /app/src/main/res/layout/filter_dialog_relative_cardview.xml
parentf243bcd4cce1f3af9449c74fa38f6c90f2ea9d22 (diff)
downloadAntennaPod-7de9e0d4c1807bff054c1aef999fc600088ab521.zip
Using state lists for colors
Diffstat (limited to 'app/src/main/res/layout/filter_dialog_relative_cardview.xml')
-rw-r--r--app/src/main/res/layout/filter_dialog_relative_cardview.xml55
1 files changed, 0 insertions, 55 deletions
diff --git a/app/src/main/res/layout/filter_dialog_relative_cardview.xml b/app/src/main/res/layout/filter_dialog_relative_cardview.xml
deleted file mode 100644
index e3dc94f64..000000000
--- a/app/src/main/res/layout/filter_dialog_relative_cardview.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <androidx.cardview.widget.CardView xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="260dp"
- android:layout_height="48dp"
- android:layout_marginBottom="10dp"
- android:clipChildren="true"
- app:cardCornerRadius="24dp"
- app:cardElevation="0dp">
-
- <RadioGroup
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="horizontal">
-
- <RadioButton
- android:id="@+id/filter_dialog_radioButton1"
- android:layout_width="130dp"
- android:layout_height="48dp"
- android:layout_weight="1"
- android:background="@color/master_switch_background_light"
- android:button="@android:color/transparent"
- android:checked="false"
- android:gravity="center" />
-
- <RadioButton
- android:id="@+id/filter_dialog_radioButton2"
- android:layout_width="130dp"
- android:layout_height="48dp"
- android:layout_weight="1"
- android:background="@color/master_switch_background_light"
- android:button="@android:color/transparent"
- android:checked="false"
- android:gravity="center" />
- </RadioGroup>
- </androidx.cardview.widget.CardView>
-
- <RadioButton
- android:id="@+id/filter_dialog_radioButton3"
- android:layout_width="50dp"
- android:layout_height="48dp"
- android:layout_marginStart="270dp"
- android:layout_marginLeft="270dp"
- android:layout_marginEnd="0dp"
- android:layout_marginRight="0dp"
- android:background="@drawable/filter_dialog_x_off"
- android:button="@android:color/transparent"
- android:checked="false" />
-
-
-</RelativeLayout> \ No newline at end of file