使用下面的代码创建三角形形状并使其成为textview背景

android:fromDegrees="-45"

android:toDegrees="45"

android:pivotX="0%"

android:pivotY="1%" >

android:width="10dp"

android:color="#00000000" />

并使用下面的代码来旋转textview

android:id="@+id/won_text"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_alignParentLeft="true"

android:paddingTop="20dp"

android:rotation="-45"

android:text="@string/won"

android:textAppearance="?android:attr/textAppearanceLarge"

android:textColor="@android:color/white"

android:textSize="34sp" />

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐