summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-06-18 13:39:06 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-06-18 13:39:14 -0400
commitdfc3cb51fab1e1c0274ce1a8f065eecb0449f4ba (patch)
treeeff326a70d9810fbef1badb5950b9cd0ea627004
parent23cdd9f00af6a133d8e5014e8e2d78607cd13523 (diff)
Added default value
-rw-r--r--AutoArt.apkbin1367842 -> 1367863 bytes
-rw-r--r--src/res/layout/activity_auto_art.xml2
2 files changed, 2 insertions, 0 deletions
diff --git a/AutoArt.apk b/AutoArt.apk
index b0cae12..73bc67d 100644
--- a/AutoArt.apk
+++ b/AutoArt.apk
Binary files differ
diff --git a/src/res/layout/activity_auto_art.xml b/src/res/layout/activity_auto_art.xml
index 760a1df..b6f5f22 100644
--- a/src/res/layout/activity_auto_art.xml
+++ b/src/res/layout/activity_auto_art.xml
@@ -22,6 +22,7 @@
android:inputType="number"
android:id="@+id/image_width_edit"
android:layout_marginTop="20sp"
+ android:text="500"
/>
<TextView
android:text="@string/height_text"
@@ -38,6 +39,7 @@
android:inputType="number"
android:id="@+id/image_height_edit"
android:layout_below="@id/image_height_text"
+ android:text="500"
/>
<Button
android:layout_width="match_parent"