Add resources for light theme
Bug: 10407819 Change-Id: Ie232b2d48a8d67355d7c31a878ebaa79aae7c44d
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
-->
|
||||
|
||||
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/signal"
|
||||
android:id="@+id/signal"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/wifi_signal"
|
||||
android:src="?attr/wifi_signal"
|
||||
android:contentDescription="@null" />
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
android:id="@+id/title_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignBottom="@id/title"
|
||||
android:gravity="bottom"
|
||||
android:orientation="horizontal">
|
||||
<TextView
|
||||
@@ -52,7 +51,7 @@
|
||||
android:layout_marginStart="8dip"
|
||||
android:layout_marginEnd="8dip"
|
||||
android:layout_marginBottom="8dip"
|
||||
android:src="@*android:drawable/ic_menu_moreoverflow_holo_dark"
|
||||
android:src="?attr/ic_menu_moreoverflow"
|
||||
android:background="?android:attr/actionBarItemBackground"
|
||||
android:contentDescription="@string/wifi_menu_more_options" />
|
||||
|
||||
@@ -124,7 +123,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_menu_add" />
|
||||
android:src="?attr/ic_menu_add" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/other"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="8dip"
|
||||
android:src="@drawable/ic_wps" />
|
||||
android:src="?attr/ic_wps" />
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/wps_timeout_bar"
|
||||
|
||||
Reference in New Issue
Block a user