summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feedinfo.xml
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-10-04 11:38:37 +0200
committerGitHub <noreply@github.com>2019-10-04 11:38:37 +0200
commit72f7713fff9468c4dbe1b1fc57e733fba021eb80 (patch)
tree33e8ef35496cc2630a99f30a8513bbf2903a35f2 /app/src/main/res/layout/feedinfo.xml
parent7fde9f73c6729bdc4bf8e1b4fc385f69fd1bd8ae (diff)
parentf0e8453bb53879943ac924367237c655efc4de2b (diff)
downloadAntennaPod-72f7713fff9468c4dbe1b1fc57e733fba021eb80.zip
Merge pull request #3468 from ByteHamster/androidx
Migration to AndroidX
Diffstat (limited to 'app/src/main/res/layout/feedinfo.xml')
-rw-r--r--app/src/main/res/layout/feedinfo.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/feedinfo.xml b/app/src/main/res/layout/feedinfo.xml
index 50061c4d8..416fc3aec 100644
--- a/app/src/main/res/layout/feedinfo.xml
+++ b/app/src/main/res/layout/feedinfo.xml
@@ -24,7 +24,7 @@
android:layout_height="wrap_content"
android:orientation="vertical">
- <android.support.v7.widget.GridLayout
+ <androidx.gridlayout.widget.GridLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
@@ -107,7 +107,7 @@
tools:text="http://www.example.com/feed"
tools:background="@android:color/holo_green_dark"/>
- </android.support.v7.widget.GridLayout>
+ </androidx.gridlayout.widget.GridLayout>
<TextView
style="@style/AntennaPod.TextView.Heading"