Added a little blurb on sharing page

pull/14/head
Tim Su 15 years ago
parent c2954b19a7
commit 83e9b715d0

@ -17,28 +17,27 @@
android:layout_height="wrap_content"
android:padding="5dip"
android:orientation="vertical">
<TextView
android:id="@+id/title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
style="@style/TextAppearance.TAd_ItemTitle"
android:paddingBottom="15dip"
android:paddingTop="10dip"
android:textSize="22sp" />
<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:paddingBottom="5dip"
android:text="@string/actfm_EPA_assign_label" />
android:text="@string/actfm_EPA_assign_label" />
<LinearLayout
android:orientation="horizontal"
@ -155,6 +154,20 @@
android:layout_width="fill_parent"
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>
</ScrollView>

@ -30,8 +30,8 @@
<!-- filter list activity: refresh tags -->
<string name="actfm_FLA_menu_refresh">Refresh Tags</string>
<!-- =============================================== ProjectViewActivity == -->
<!-- ================================================== TagViewActivity == -->
<!-- Tag View Activity: Add Comment hint -->
<string name="TVA_add_comment">Add a comment...</string>
@ -68,7 +68,10 @@
<string name="actfm_TVA_tag_picture">Tag Picture</string>
<!-- ============================================ edit people dialog == -->
<!-- task sharing dialog: intro -->
<string name="actfm_EPA_intro">Use Astrid to share shopping lists, party plans, or team projects and instantly see when people get stuff done!</string>
<!-- task sharing dialog: window title -->
<string name="actfm_EPA_title">Share / Assign</string>

Loading…
Cancel
Save