summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-29 13:39:45 +0100
committerGitHub <noreply@github.com>2024-03-29 13:39:45 +0100
commit0c8c9a89a371d6515c34d1c4f7417c26059ee969 (patch)
treebe7b961ba1cbf0e3e688a0e9f1e8f2ce7808bcd1 /app/src/main/res
parentf9dd837362921df3fbcea424f9e064ecc696f367 (diff)
downloadAntennaPod-0c8c9a89a371d6515c34d1c4f7417c26059ee969.zip
Move about screen to :ui:preferences (#7039)
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/settings_activity.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/res/layout/settings_activity.xml b/app/src/main/res/layout/settings_activity.xml
deleted file mode 100644
index 91fe40373..000000000
--- a/app/src/main/res/layout/settings_activity.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<androidx.fragment.app.FragmentContainerView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/settingsContainer"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />