如何勾勒出android的TextView文字?

Tom*_*ito 2 user-interface android widget

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

ABe*_*oon 17

所以,很晚,但MagicTextView将做文本概述,等等.

在此输入图像描述

<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" />
Run Code Online (Sandbox Code Playgroud)

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