diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-03-17 22:38:21 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-03-17 22:38:21 +0000 |
commit | edc370ff7dfe13915247cc5f60dec61654ad8fed (patch) | |
tree | bbd4672302cb375a5a1489fabad0dd9c589759d3 /app/src/main/res/layout/activity_post_text.xml | |
parent | 41daebf702f150d7f3df0fa722d2c749931d859e (diff) | |
download | infinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.tar infinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.tar.gz infinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.tar.bz2 infinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.tar.lz infinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.tar.xz infinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.tar.zst infinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.zip |
Add superscript to MarkdownBottomBarRecyclerViewAdapter.
Diffstat (limited to 'app/src/main/res/layout/activity_post_text.xml')
-rw-r--r-- | app/src/main/res/layout/activity_post_text.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_post_text.xml b/app/src/main/res/layout/activity_post_text.xml index 41bfef50..8ae4fcb4 100644 --- a/app/src/main/res/layout/activity_post_text.xml +++ b/app/src/main/res/layout/activity_post_text.xml @@ -67,6 +67,7 @@ </LinearLayout> <RelativeLayout + android:id="@+id/subreddit_relative_layout_post_text_activity" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="8dp" |