Skip to content

Commit 7132a74

Browse files
committed
Added few changes on feedback
1 parent 75c2e21 commit 7132a74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source-code/app/src/main/res/layout/dictation_template_item.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
android:layout_width="match_parent"
2626
android:layout_height="wrap_content"
2727
android:lineSpacingMultiplier="1.2"
28-
android:paddingBottom="@dimen/thumb_paddingTop"
28+
android:paddingBottom="@dimen/thumb_padding"
2929
android:paddingLeft="@dimen/thumb_paddingRight"
3030
android:paddingRight="@dimen/thumb_paddingRight"
3131
android:paddingTop="@dimen/thumb_paddingTop" />
@@ -36,9 +36,9 @@
3636
android:layout_width="match_parent"
3737
android:layout_height="wrap_content"
3838
android:layout_below="@+id/dict_title"
39+
android:layout_marginBottom="-14dp"
3940
android:lineSpacingMultiplier="1.2"
4041
android:maxLines="5"
41-
android:paddingBottom="@dimen/thumb_paddingTop"
4242
android:paddingLeft="@dimen/thumb_paddingRight"
4343
android:paddingRight="@dimen/thumb_paddingRight" />
4444

source-code/app/src/main/res/values/strings.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939

4040
<string name="about_us">This application has been developed using the BuildmLearn Toolkit.\n\nTo know more about BuildmLearn Toolkit visit http://buildmlearn.org/</string>
4141
<string name="title_activity_simulator">Simulator</string>
42-
<string name="title_activity_template">Template</string>
42+
<string name="title_activity_template">Templates</string>
4343

4444

4545
<!-- Info Template-->
4646
<string name="info_template_word">Word</string>
4747
<string name="info_template_word_hint">Enter title</string>
48-
<string name="info_template_meaning">Meaning</string>
48+
<string name="info_template_meaning">Description</string>
4949
<string name="info_template_meaning_hint">Enter description</string>
5050
<string name="info_template_add">Add</string>
5151
<string name="info_template_delete">Delete</string>

0 commit comments

Comments
 (0)