view_dialog_item.xml 733 Bytes
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">

    <com.wd.common.widget.BebasNeueTextView
        android:id="@+id/tv_name"
        android:layout_width="@dimen/rmrb_dp30"
        android:layout_height="@dimen/rmrb_dp30"
        android:layout_marginLeft="@dimen/rmrb_dp8"
        android:layout_marginRight="@dimen/rmrb_dp8"
        android:layout_marginTop="@dimen/rmrb_dp5"
        android:layout_marginBottom="@dimen/rmrb_dp5"
        android:background="@drawable/news_paper_timer_bg"
        android:gravity="center"
        android:textSize="@dimen/rmrb_dp16" />
</FrameLayout>