|
|
|
@ -24,19 +24,18 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
style="@style/TextAppearance.TAd_ItemTitle"
|
|
|
|
style="@style/TextAppearance.TAd_ItemTitle"
|
|
|
|
android:paddingBottom="15dip"
|
|
|
|
|
|
|
|
android:paddingTop="10dip"
|
|
|
|
android:paddingTop="10dip"
|
|
|
|
android:textSize="22sp" />
|
|
|
|
android:textSize="22sp" />
|
|
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
<View
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="1dip"
|
|
|
|
android:layout_height="1dip"
|
|
|
|
|
|
|
|
android:layout_margin="15dip"
|
|
|
|
android:background="@android:drawable/divider_horizontal_dark" />
|
|
|
|
android:background="@android:drawable/divider_horizontal_dark" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingTop="15dip"
|
|
|
|
|
|
|
|
android:paddingBottom="5dip"
|
|
|
|
android:paddingBottom="5dip"
|
|
|
|
android:text="@string/actfm_EPA_assign_label" />
|
|
|
|
android:text="@string/actfm_EPA_assign_label" />
|
|
|
|
|
|
|
|
|
|
|
|
@ -155,6 +154,20 @@
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
|
|
|
android:layout_height="1dip"
|
|
|
|
|
|
|
|
android:layout_margin="15dip"
|
|
|
|
|
|
|
|
android:background="@android:drawable/divider_horizontal_dark" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:paddingTop="15dip"
|
|
|
|
|
|
|
|
android:text="@string/actfm_EPA_intro"
|
|
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
|
|
android:textColor="#ffaa00"/>
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
</ScrollView>
|
|
|
|
</ScrollView>
|
|
|
|
|