Added some copy to the beast mode preferences page

pull/14/head
Sam Bosley 12 years ago
parent 94d0952e5b
commit 3118803617

@ -9,6 +9,13 @@
android:layout_height="match_parent"
android:orientation="vertical" >
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="8dip"
android:textSize="16sp"
android:text="@string/EPr_beastMode_hint"/>
<com.commonsware.cwac.tlv.TouchListView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tlv="http://schemas.android.com/apk/res/com.timsu.astrid"
@ -27,8 +34,7 @@
<Button
android:id="@+id/reset"
android:layout_width="fill_parent"
android:layout_height="100dip"
android:text="@string/EPr_beastMode_reset"
android:layout_weight="1"/>
android:layout_height="50dip"
android:text="@string/EPr_beastMode_reset"/>
</LinearLayout>

@ -693,6 +693,8 @@
<string name="EPr_beastMode_desc">Customize the layout of the task edit screen</string>
<!-- slide 35j -->
<string name="EPr_beastMode_reset">Reset to defaults</string>
<string name="EPr_beastMode_hint">Customize your task edit screen by dragging the left handle on each row</string>
<!-- slide 34i: Preference: Task List Show Notes Description (disabled) -->
<string name="EPr_showNotes_desc_disabled">Description will be accessible from the task edit screen</string>

Loading…
Cancel
Save