Skip to content

Commit 3ff6c3a

Browse files
committed
SAMPLE : Update the layout a bit and changed example app name
1 parent d62b26e commit 3ff6c3a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
tools:context="com.matpag.sample.MainActivity">
1010

1111
<TextView
12+
android:layout_marginTop="5dp"
1213
android:layout_width="match_parent"
1314
android:layout_height="wrap_content"
1415
android:text="ClickDrawableEditText"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<resources>
2-
<string name="app_name">ClickDrawableTextView</string>
2+
<string name="app_name">ClickDrawable Showcase</string>
33
</resources>

0 commit comments

Comments
 (0)