aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_markdown_bottom_bar.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-09-17 16:21:50 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-09-17 16:21:50 +0000
commit2f27074478538206dc8cb1f762365535b9de20f0 (patch)
treef54c251e204c8f40938016b2f3328a92696ff23f /app/src/main/res/layout/item_markdown_bottom_bar.xml
parent1fc2848813b521632d459e0a80cfc2e9d2c31451 (diff)
downloadinfinity-for-reddit-2f27074478538206dc8cb1f762365535b9de20f0.tar
infinity-for-reddit-2f27074478538206dc8cb1f762365535b9de20f0.tar.gz
infinity-for-reddit-2f27074478538206dc8cb1f762365535b9de20f0.tar.bz2
infinity-for-reddit-2f27074478538206dc8cb1f762365535b9de20f0.tar.lz
infinity-for-reddit-2f27074478538206dc8cb1f762365535b9de20f0.tar.xz
infinity-for-reddit-2f27074478538206dc8cb1f762365535b9de20f0.tar.zst
infinity-for-reddit-2f27074478538206dc8cb1f762365535b9de20f0.zip
Start implementing markdown toolbar.
Diffstat (limited to 'app/src/main/res/layout/item_markdown_bottom_bar.xml')
-rw-r--r--app/src/main/res/layout/item_markdown_bottom_bar.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_markdown_bottom_bar.xml b/app/src/main/res/layout/item_markdown_bottom_bar.xml
new file mode 100644
index 00000000..53ef5b84
--- /dev/null
+++ b/app/src/main/res/layout/item_markdown_bottom_bar.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ImageView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:padding="8dp"
+ android:background="?actionBarItemBackground"
+ android:clickable="true"
+ android:focusable="true" /> \ No newline at end of file