字母在Edittext中看起来并不完全正确 click here for screenshot
<EditText
android:id="@+id/txtsearch"
android:layout_width="match_parent"
android:layout_height="43dp"
android:gravity="bottom"
android:hint="Ara"
android:layout_gravity="bottom|right"
android:background="@drawable/border"
android:textColor="@color/siyah" />
border.xml:
机器人:形状=&#34;矩形&#34;&GT;
<corners
android:radius="5dp"
/>
<solid android:color="#ffffff"
/>
<stroke
android:width="3dip"
android:color="#8f1d1d" />