Added a little blurb on sharing page

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

@ -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>

@ -31,7 +31,7 @@
<!-- filter list activity: refresh tags --> <!-- filter list activity: refresh tags -->
<string name="actfm_FLA_menu_refresh">Refresh Tags</string> <string name="actfm_FLA_menu_refresh">Refresh Tags</string>
<!-- =============================================== ProjectViewActivity == --> <!-- ================================================== TagViewActivity == -->
<!-- Tag View Activity: Add Comment hint --> <!-- Tag View Activity: Add Comment hint -->
<string name="TVA_add_comment">Add a comment...</string> <string name="TVA_add_comment">Add a comment...</string>
@ -69,6 +69,9 @@
<!-- ============================================ edit people dialog == --> <!-- ============================================ 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 --> <!-- task sharing dialog: window title -->
<string name="actfm_EPA_title">Share / Assign</string> <string name="actfm_EPA_title">Share / Assign</string>

Loading…
Cancel
Save