summaryrefslogtreecommitdiff
path: root/res/layout/share.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-30 19:30:47 +0400
committerAndrew Dolgov <[email protected]>2013-03-30 19:30:47 +0400
commit5792022b559eb3ac886f363f76b6f3857efb8d29 (patch)
treefcca5293c9cb88e9961785335654f0710277d553 /res/layout/share.xml
parentf7c533d5d92e7fcec2bf910463406299740be26b (diff)
support showing article author (requires api 5)
bump version
Diffstat (limited to 'res/layout/share.xml')
-rw-r--r--res/layout/share.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/share.xml b/res/layout/share.xml
index f1803130..3b0dd682 100644
--- a/res/layout/share.xml
+++ b/res/layout/share.xml
@@ -25,7 +25,8 @@
android:ems="10"
android:hint="@string/share_url_hint"
android:singleLine="true" />
-
+
+
<EditText
android:id="@+id/content"
android:layout_width="wrap_content"
@@ -40,7 +41,8 @@
<requestFocus />
</EditText>
-
+
+
<Button
android:id="@+id/share_button"
android:layout_width="100dp"