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

6 lines
811 B

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:id="@id/loAlertHeader" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="@dimen/textSize_alert_title" android:textColor="@color/textColor_alert_title" android:gravity="center" android:id="@id/tvAlertTitle" android:layout_width="fill_parent" android:layout_height="@dimen/height_alert_title" />
<TextView android:textSize="@dimen/textSize_alert_msg" android:textColor="@color/textColor_alert_msg" android:gravity="center" android:id="@id/tvAlertMsg" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/marginBottom_alert_msg" />
</LinearLayout>