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 a2d60e0 commit 7107566Copy full SHA for 7107566
android/ws/res/layout/main.xml
@@ -85,12 +85,12 @@
85
style="?android:attr/buttonStyleSmall"
86
android:layout_width="wrap_content"
87
android:layout_height="wrap_content"
88
- android:layout_alignParentRight="true"
89
- android:layout_below="@id/message"
90
- android:layout_marginLeft="10dip"
+ android:layout_below="@id/messageText"
+ android:layout_marginStart="10dip"
91
android:enabled="false"
92
android:text="@string/send_label"
93
- android:textSize="@dimen/edit_text_size" />
+ android:textSize="@dimen/edit_text_size"
+ android:layout_alignParentEnd="true" />
94
95
<LinearLayout
96
android:id="@+id/logContainer"
0 commit comments