diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-29 13:39:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 13:39:45 +0100 |
commit | 0c8c9a89a371d6515c34d1c4f7417c26059ee969 (patch) | |
tree | be7b961ba1cbf0e3e688a0e9f1e8f2ce7808bcd1 /ui/preferences/src/main/res | |
parent | f9dd837362921df3fbcea424f9e064ecc696f367 (diff) | |
download | AntennaPod-0c8c9a89a371d6515c34d1c4f7417c26059ee969.zip |
Move about screen to :ui:preferences (#7039)
Diffstat (limited to 'ui/preferences/src/main/res')
-rw-r--r-- | ui/preferences/src/main/res/layout/settings_activity.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/preferences/src/main/res/layout/settings_activity.xml b/ui/preferences/src/main/res/layout/settings_activity.xml new file mode 100644 index 000000000..58aeb7f60 --- /dev/null +++ b/ui/preferences/src/main/res/layout/settings_activity.xml @@ -0,0 +1,6 @@ +<?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" /> |