如何勾勒出android TextView文字?

时间:2010-07-13 20:56:20

标签: android user-interface widget

有没有办法概述android的TextView文本?

2 个答案:

答案 0 :(得分:16)

所以,很晚,但MagicTextView会做文字大纲,等等。

enter image description here

<com.qwerjk.better_text.MagicTextView
    xmlns:qwerjk="http://schemas.android.com/apk/res/com.qwerjk.better_text"
    android:textSize="78dp"
    android:textColor="#ff333333"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    qwerjk:strokeColor="#FFff0000"
    qwerjk:strokeJoinStyle="miter"
    qwerjk:strokeWidth="5"
    android:text="Magic" />

注意:我做了这个,并且为了未来的旅行者发布的内容比OP更多。  它是临界垃圾邮件,但是在主题上,也许可以接受?

答案 1 :(得分:1)

根据这一点,似乎没有简单的方法:Android textview outline text