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

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:paddingLeft="4.0dip" android:paddingRight="4.0dip" android:layout_width="fill_parent" android:layout_height="@dimen/actionbar_height"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@id/actionbar_countdown" android:padding="4.0dip" android:layout_width="@dimen/actionbar_height" android:layout_height="fill_parent" android:src="@drawable/btn_takepicture_countdown" />
<TextView android:textSize="@dimen/text_size" android:textColor="@android:color/white" android:gravity="center|left" android:id="@id/actionbar_countdown_text" android:layout_width="wrap_content" android:layout_height="fill_parent" android:text="" android:layout_toRightOf="@id/actionbar_countdown" />
<TextView android:textSize="@dimen/title_size" android:textColor="@android:color/white" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/app_name" android:layout_centerInParent="true" />
<ImageView android:id="@id/actionbar_setting" android:padding="9.0dip" android:layout_width="@dimen/actionbar_height" android:layout_height="fill_parent" android:src="@drawable/btn_setting" android:layout_alignParentRight="true" />
<ImageView android:id="@id/actionbar_camera_sd_album" android:padding="9.0dip" android:layout_width="@dimen/actionbar_height" android:layout_height="fill_parent" android:src="@drawable/camera_sd_selector" android:layout_toLeftOf="@id/actionbar_setting" />
</RelativeLayout>