Merge "Fix UI of testing TDLS in Dev Tools app"
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user