Skip to content

Commit 7107566

Browse files
author
Michael Cretzman
authored
fixing Send button
the Send button was not displaying. I have replaced its code with code to make it display.
1 parent a2d60e0 commit 7107566

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/ws/res/layout/main.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@
8585
style="?android:attr/buttonStyleSmall"
8686
android:layout_width="wrap_content"
8787
android:layout_height="wrap_content"
88-
android:layout_alignParentRight="true"
89-
android:layout_below="@id/message"
90-
android:layout_marginLeft="10dip"
88+
android:layout_below="@id/messageText"
89+
android:layout_marginStart="10dip"
9190
android:enabled="false"
9291
android:text="@string/send_label"
93-
android:textSize="@dimen/edit_text_size" />
92+
android:textSize="@dimen/edit_text_size"
93+
android:layout_alignParentEnd="true" />
9494

9595
<LinearLayout
9696
android:id="@+id/logContainer"

0 commit comments

Comments
 (0)