aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorYuutaW <17158086+Trumeet@users.noreply.github.com>2019-03-02 09:59:43 -0800
committerYuutaW <17158086+Trumeet@users.noreply.github.com>2019-03-02 09:59:43 -0800
commite64ce1da0ef49a56fa904b38c48b76298e1f892a (patch)
tree82bffbfca5f1e3ee48ccc3002e06d9513ebac713 /app/src/main/res/values/attrs.xml
parente7be393b842d8445ae47bc59e88980a99b6e468e (diff)
downloadWorkMode-e64ce1da0ef49a56fa904b38c48b76298e1f892a.tar
WorkMode-e64ce1da0ef49a56fa904b38c48b76298e1f892a.tar.gz
WorkMode-e64ce1da0ef49a56fa904b38c48b76298e1f892a.tar.bz2
WorkMode-e64ce1da0ef49a56fa904b38c48b76298e1f892a.zip
feat(app): add about dialog
Signed-off-by: YuutaW <17158086+Trumeet@users.noreply.github.com>
Diffstat (limited to 'app/src/main/res/values/attrs.xml')
-rw-r--r--app/src/main/res/values/attrs.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml
index 9e90cdd..9185e25 100644
--- a/app/src/main/res/values/attrs.xml
+++ b/app/src/main/res/values/attrs.xml
@@ -5,4 +5,9 @@
<attr name="switchBarMarginEnd" format="dimension" />
<attr name="switchBarBackgroundColor" format="color" />
<attr name="switchBarBackgroundActivatedColor" format="color" />
+
+ <declare-styleable name="HtmlTextView">
+ <attr name="html" format="string|reference" />
+ <attr name="enableLinks" format="boolean|reference" />
+ </declare-styleable>
</resources> \ No newline at end of file