我是一名Android开发人员,只需加入Android系列不到1年。 我从设计师那里得到了ui设计。
我不知道该怎么做。
请看图片,“旋转”,角色'p'和'y'非常特别。
谁知道怎么办。
非常感谢!
更新
我从我的日食中获取截图
我的代码:
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:background="#88999999"
android:gravity="left"
android:orientation="vertical">
<TextView
style="@style/style1"
android:layout_width="match_parent"
android:layout_height="30px"
android:singleLine="true"
android:text="@string/text1" />
<TextView
style="@style/style1"
android:layout_width="match_parent"
android:layout_height="50px"
android:singleLine="true"
android:text="@string/text2" />
式:
<style name="style1" parent="@android:style/Widget.TextView">
<item name="android:fontFamily">DINOffcPro</item>
<item name="android:textColor">#CCCCCC</item>
<item name="android:textSize">21px</item>
<item name="android:textStyle">normal</item>
</style>
请注意: 1.refer https://stackoverflow.com/a/26556518/1146806; 我尝试这样做,但'y','g'无法完全显示。