diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-10-28 16:28:26 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-10-28 16:28:26 +0000 |
commit | 27152bf1d5f2f329d7afd578073fc718215957c2 (patch) | |
tree | 117cf841915d19f248f4cdd61213d33e5b5e24c3 /app/src/main/res/layout/adapter_table_block.xml | |
parent | ec3a0930e9919ce8ccdb382a983d8430c1533c7b (diff) | |
download | infinity-for-reddit-27152bf1d5f2f329d7afd578073fc718215957c2.tar infinity-for-reddit-27152bf1d5f2f329d7afd578073fc718215957c2.tar.gz infinity-for-reddit-27152bf1d5f2f329d7afd578073fc718215957c2.tar.bz2 infinity-for-reddit-27152bf1d5f2f329d7afd578073fc718215957c2.tar.lz infinity-for-reddit-27152bf1d5f2f329d7afd578073fc718215957c2.tar.xz infinity-for-reddit-27152bf1d5f2f329d7afd578073fc718215957c2.tar.zst infinity-for-reddit-27152bf1d5f2f329d7afd578073fc718215957c2.zip |
Refine TableHorizontalScrollView MotionEvent processing.
Diffstat (limited to 'app/src/main/res/layout/adapter_table_block.xml')
-rw-r--r-- | app/src/main/res/layout/adapter_table_block.xml | 4 |
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 29ce9279..35f6178b 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.TableHorinzontalScrollView +<ml.docilealligator.infinityforreddit.customviews.TableHorizontalScrollView 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.TableHorinzontalScrollView> +</ml.docilealligator.infinityforreddit.customviews.TableHorizontalScrollView> |