Skip to content

Commit 6d7bc86

Browse files
committed
Add tools:text to word count textview
refs #141
1 parent 460c278 commit 6d7bc86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/res/layout/fragment_note.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<RelativeLayout
3-
xmlns:android="http://schemas.android.com/apk/res/android"
2+
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
44
android:id="@+id/note_Fragment_holder"
55
android:layout_width="match_parent"
66
android:layout_height="match_parent">
@@ -32,7 +32,7 @@
3232
android:layout_width="wrap_content"
3333
android:layout_height="wrap_content"
3434
android:textStyle="italic"
35-
android:text=""
35+
tools:text="123"
3636
android:padding="5dp"
3737
android:layout_alignParentBottom="true"
3838
android:layout_alignParentEnd="true"

0 commit comments

Comments
 (0)