aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/adapter_table_block.xml
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-10-28 15:09:55 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-10-28 15:09:55 +0000
commitbd37d81bfc85cf429c5781bfc7f003027c2c4644 (patch)
tree83fd71207161016b0332ff895fe8d3045c750bf0 /app/src/main/res/layout/adapter_table_block.xml
parent66d146a34aa54b72dbc22d51a4af255516f4e050 (diff)
downloadinfinity-for-reddit-bd37d81bfc85cf429c5781bfc7f003027c2c4644.tar
infinity-for-reddit-bd37d81bfc85cf429c5781bfc7f003027c2c4644.tar.gz
infinity-for-reddit-bd37d81bfc85cf429c5781bfc7f003027c2c4644.tar.bz2
infinity-for-reddit-bd37d81bfc85cf429c5781bfc7f003027c2c4644.tar.lz
infinity-for-reddit-bd37d81bfc85cf429c5781bfc7f003027c2c4644.tar.xz
infinity-for-reddit-bd37d81bfc85cf429c5781bfc7f003027c2c4644.tar.zst
infinity-for-reddit-bd37d81bfc85cf429c5781bfc7f003027c2c4644.zip
Refine markdown table scrolling. Refine horizontal gestures.
Diffstat (limited to 'app/src/main/res/layout/adapter_table_block.xml')
-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 e924f89e..29ce9279 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"?>
-<HorizontalScrollView
+<ml.docilealligator.infinityforreddit.customviews.TableHorinzontalScrollView
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="*" />
-</HorizontalScrollView>
+</ml.docilealligator.infinityforreddit.customviews.TableHorinzontalScrollView>