summaryrefslogtreecommitdiffstats
path: root/res/layout/setup_wifi_add_network.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/setup_wifi_add_network.xml')
-rw-r--r--res/layout/setup_wifi_add_network.xml23
1 files changed, 19 insertions, 4 deletions
diff --git a/res/layout/setup_wifi_add_network.xml b/res/layout/setup_wifi_add_network.xml
index c62f983..23577c5 100644
--- a/res/layout/setup_wifi_add_network.xml
+++ b/res/layout/setup_wifi_add_network.xml
@@ -20,13 +20,28 @@
android:layout_width="match_parent"
android:layout_height="@dimen/setup_add_network_item_height"
android:background="?android:attr/selectableItemBackground"
+ android:gravity="center_vertical"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
- android:paddingStart="?android:attr/listPreferredItemPaddingStart" >
+ android:paddingStart="?android:attr/listPreferredItemPaddingStart">
+
+ <LinearLayout
+ android:layout_width="@dimen/setup_preference_icon_frame_width"
+ android:layout_height="wrap_content"
+ android:layout_marginStart="@dimen/setup_preference_icon_frame_margin_start"
+ android:gravity="start|center_vertical"
+ android:paddingEnd="@dimen/setup_preference_icon_frame_padding_end">
+
+ <ImageView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/setup_ic_add_another_network" />
+
+ </LinearLayout>
<TextView
- style="@style/SetupAddWifiNetwork"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:text="@string/wifi_other_network" />
+ android:layout_height="wrap_content"
+ android:text="@string/wifi_other_network"
+ android:textAppearance="@style/TextAppearance.SetupWizardDescription" />
</LinearLayout>