UI fix for wifi setup in xl
- Show "connecting" and "connected" text - Modify layout for "Add network" Bug: 3347865 Change-Id: I9c9b33b9033e7fb4f885717f00507c1360400725
This commit is contained in:
@@ -95,6 +95,22 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="360dip"
|
||||
android:visibility="gone" />
|
||||
<LinearLayout
|
||||
android:id="@+id/connecting_status_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="360dip"
|
||||
android:visibility="gone">
|
||||
<TextView
|
||||
android:id="@+id/connecting_status"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:lineSpacingExtra="12dip"
|
||||
android:inputType="textMultiLine"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:clickable="false"
|
||||
android:longClickable="false" />
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<!-- Divider -->
|
||||
|
||||
Reference in New Issue
Block a user