控制Android天文台的边距

时间:2015-12-12 13:23:09

标签: android android-layout textview chronometer

我有一个带有Chronometer的布局,位于2 TextView:

之间
<TextView
    android:id="@+id/feed_current"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="@string/current"
    android:textSize="14sp"
    android:textColor="@color/feed_last_and_current"
    android:layout_alignTop="@+id/feed_last"
    android:layout_centerHorizontal="true"
    android:padding="0dp" />

<Chronometer
    android:id="@+id/feed_chronometer"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:textSize="40sp"
    android:textColor="@color/panel_text"
    android:layout_alignLeft="@id/feed_current"
    android:layout_below="@id/feed_current"
    android:padding="0dp" />

<TextView
    android:id="@+id/feed_action"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="@string/start"
    android:textSize="25sp"
    android:paddingBottom="3dp"
    android:textColor="#FFFFFF"
    android:layout_below="@+id/feed_detail"
    android:layout_alignLeft="@+id/feed_chronometer"
    android:layout_alignStart="@+id/feed_chronometer" />

我已经尝试了所有东西,但天文台似乎在它和周围环境之间创造了一个边缘。

Chronometer and surroundings 你知道如何消除这些差距吗?

由于

1 个答案:

答案 0 :(得分:1)

您可以为商品设置负边距。

因此,对于您的底部TextView,您可以拥有return db.VenueAddress.upsert({ addressId:address.addressId, venueId: venue.venueId, street: address.street, zipCode: address.zipCode, venueAddressDeletedAt: null },{individualHooks: true}).then(function(test){ // note individualHooks }); 或任何需要的边距。