aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/act_help.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/act_help.xml')
-rw-r--r--app/src/main/res/layout/act_help.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/main/res/layout/act_help.xml b/app/src/main/res/layout/act_help.xml
index b4bb808..146eaa1 100644
--- a/app/src/main/res/layout/act_help.xml
+++ b/app/src/main/res/layout/act_help.xml
@@ -52,5 +52,23 @@
android:textAppearance="?android:attr/textAppearanceMedium"
/>
+ <Button
+ android:id="@+id/hints_button"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/hints"/>
+
+ <Button
+ android:id="@+id/shortcuts_button"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/keyboard_shortcuts"/>
+
+ <Button
+ android:id="@+id/eula_button"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/terms_and_conditions"/>
+
</LinearLayout>
</ScrollView>