We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460c278 commit 6d7bc86Copy full SHA for 6d7bc86
1 file changed
app/src/main/res/layout/fragment_note.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<RelativeLayout
3
- xmlns:android="http://schemas.android.com/apk/res/android"
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
4
android:id="@+id/note_Fragment_holder"
5
android:layout_width="match_parent"
6
android:layout_height="match_parent">
@@ -32,7 +32,7 @@
32
android:layout_width="wrap_content"
33
android:layout_height="wrap_content"
34
android:textStyle="italic"
35
- android:text=""
+ tools:text="123"
36
android:padding="5dp"
37
android:layout_alignParentBottom="true"
38
android:layout_alignParentEnd="true"
0 commit comments