You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
1.1 KiB
9 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" |
|
xmlns:android="http://schemas.android.com/apk/res/android"> |
|
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content"> |
|
<com.viatech.community.views.BannerViewPager android:id="@id/vp_layout_community_recommend_item_banner" android:layout_width="fill_parent" android:layout_height="wrap_content" /> |
|
<LinearLayout android:orientation="horizontal" android:id="@id/layout_layout_community_recommend_item_banner" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" /> |
|
</RelativeLayout> |
|
<TextView android:textSize="14.0sp" android:textColor="@color/font_normal" android:background="@null" android:paddingLeft="10.0dip" android:paddingTop="3.0dip" android:paddingBottom="3.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/dailybest" /> |
|
</LinearLayout> |