Merge "Fix UI of testing TDLS in Dev Tools app"

This commit is contained in:
Yuhao Zheng
2013-11-11 18:41:39 +00:00
committed by Android (Google) Code Review

View File

@@ -219,6 +219,15 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/start_tdls" />
<Button android:id="@+id/stopTdls"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/stop_tdls" />
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -227,10 +236,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:minEms="10" />
<Button android:id="@+id/stopTdls"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/stop_tdls" />
</LinearLayout>
<!-- divider line -->