XML可从String中绘制

时间:2014-02-01 11:12:38

标签: android string drawable

是否可以从字符串“TEXT”制作 XML drawable 并将其显示为背景?

为什么?

我有线性布局,其中包含文字,我想在背景中使用文字阴影作为指南,因为我想为我的应用程序使用多种语言我不想丢失很多时候用多种语言制作图像!

谢谢!

更新 文字阴影:我的意思是透明文本作为背景......当用户更改语言时,我想要更改此文本。

enter image description here

如你所知,我们可以从形状,颜色或笔触或其他任何东西中制作出可绘制的。

我的问题是我们可以使用XML创建一个可绘制的字符串。

例如,而不是使用此代码:

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval" >

<stroke
    android:width="2.0px"
    android:color="@color/stroke_main" />

<corners android:radius="360px" />

要获得中风,请使用以下内容:

<shape xmlns:android="http://schemas.android.com/apk/res/android"  >

<string
    android:string="@string/something" />

听起来很疯狂,但它可能很有用。

1 个答案:

答案 0 :(得分:-1)

使用TextView和字符串资源。在TextView上设置alpha