aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-05-23 03:49:40 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-05-23 03:49:40 +0000
commit5d050204e7f533958215004c0cdf24ec664c8437 (patch)
tree80239568781b0428b128031fedb5a9815b9961ee /app/src/main/res/layout
parentf6474881a0983d954e0b246f7f03cb92d9f69654 (diff)
downloadinfinity-for-reddit-5d050204e7f533958215004c0cdf24ec664c8437.tar
infinity-for-reddit-5d050204e7f533958215004c0cdf24ec664c8437.tar.gz
infinity-for-reddit-5d050204e7f533958215004c0cdf24ec664c8437.tar.bz2
infinity-for-reddit-5d050204e7f533958215004c0cdf24ec664c8437.tar.lz
infinity-for-reddit-5d050204e7f533958215004c0cdf24ec664c8437.tar.xz
infinity-for-reddit-5d050204e7f533958215004c0cdf24ec664c8437.tar.zst
infinity-for-reddit-5d050204e7f533958215004c0cdf24ec664c8437.zip
Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/adapter_table_block.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/adapter_table_block.xml b/app/src/main/res/layout/adapter_table_block.xml
index a4adce5f..e924f89e 100644
--- a/app/src/main/res/layout/adapter_table_block.xml
+++ b/app/src/main/res/layout/adapter_table_block.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<ml.docilealligator.infinityforreddit.customviews.SwipeLockScrollView
+<HorizontalScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -13,4 +13,4 @@
android:layout_height="wrap_content"
android:stretchColumns="*" />
-</ml.docilealligator.infinityforreddit.customviews.SwipeLockScrollView>
+</HorizontalScrollView>