今奥全景相机
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.

10 lines
1.5 KiB

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:paddingLeft="10.0dip" android:paddingRight="10.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageButton android:id="@id/ibtn_community_search" android:background="@drawable/search_actionbar_selector" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_centerVertical="true" />
<LinearLayout android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true">
<Button android:textSize="18.0sp" android:textColor="@color/white" android:id="@id/btn_community_recommend" android:background="@null" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="15.0dip" android:text="@string/recommend" />
<Button android:textSize="18.0sp" android:textColor="@color/grey" android:id="@id/btn_community_newest" android:background="@null" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/newest" />
</LinearLayout>
<ImageButton android:id="@id/ibtn_community_add_dynamic" android:background="@drawable/add_dynamic_actionbar_selector" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_centerVertical="true" />
</RelativeLayout>