文本对齐垂直不在标签中起作用

时间:2016-01-16 07:50:40

标签: android

我有关于垂直对齐的问题。我的代码如下;

<?xml version="1.0" encoding="utf-8"?>
<co.hairmod.android.post.create.TokenLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_height="20dp"
    android:layout_width="wrap_content"
    android:orientation="horizontal"
    android:gravity="center_vertical">
<RelativeLayout
    android:layout_width="wrap_content"
    android:layout_height="20dp">

    <TextView android:id="@+id/name"
        android:layout_width="wrap_content"
        android:layout_height="20dp"
        android:background="@drawable/catalog_tag_textview_cornered"
        android:textColor="@android:color/white"
        android:textSize="14dp"
        android:paddingLeft="23dp"
        android:paddingRight="10dp"
        android:text="deneme"/>

    <TextView
        android:layout_width="20dp"
        android:layout_height="20dp"
        android:background="@drawable/white_circle"
        android:textColor="@color/main_photo_orange_circle_color"
        android:gravity="center"
        android:textSize="14dp"
        android:text="X"/>

</RelativeLayout>


</co.hairmod.android.post.create.TokenLayout>

但我的外表是这样的;

enter image description here

它不是完全垂直对齐。我已经尝试过各种方式,填充,边距。但它还没有奏效。

1 个答案:

答案 0 :(得分:0)

添加android:layout_centerVertical =&#34; true&#34;属性为TextView