Fixed all Accessibility lint warnings in Settings app.

Change-Id: Ida98444f8942d3618d84c0a6f78cc3653ea4ad24
This commit is contained in:
alanv
2012-05-21 17:55:19 -07:00
parent 0901a3c213
commit 0aa7c4f141
35 changed files with 122 additions and 36 deletions

View File

@@ -69,6 +69,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/encroid_waiting" android:src="@drawable/encroid_waiting"
android:contentDescription="@null"
/> />
<Button <Button

View File

@@ -37,6 +37,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:src="@drawable/encroid_resignin" android:src="@drawable/encroid_resignin"
android:contentDescription="@null"
/> />
<TextView android:id="@+id/passwordLabel" <TextView android:id="@+id/passwordLabel"

View File

@@ -34,6 +34,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentTop="true" android:layout_alignParentTop="true"
android:src="@drawable/encroid_resignin" android:src="@drawable/encroid_resignin"
android:contentDescription="@null"
/> />
<TextView android:id="@+id/passwordLabel" <TextView android:id="@+id/passwordLabel"

View File

@@ -33,6 +33,7 @@
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:paddingRight="65dip" android:paddingRight="65dip"
android:src="@drawable/encroid_waiting" android:src="@drawable/encroid_waiting"
android:contentDescription="@null"
/> />
<TextView <TextView

View File

@@ -18,4 +18,5 @@
android:id="@+id/syncStatusIcon" android:id="@+id/syncStatusIcon"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" /> android:layout_gravity="center"
android:contentDescription="@null" />

View File

@@ -41,6 +41,7 @@
<ImageView android:id="@+id/android_beam_image" <ImageView android:id="@+id/android_beam_image"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:contentDescription="@null"
/> />
</LinearLayout> </LinearLayout>

View File

@@ -30,7 +30,8 @@
android:layout_height="48dip" android:layout_height="48dip"
android:layout_rowSpan="3" android:layout_rowSpan="3"
android:layout_marginRight="8dip" android:layout_marginRight="8dip"
android:scaleType="centerInside" /> android:scaleType="centerInside"
android:contentDescription="@null" />
<TextView <TextView
android:id="@android:id/title" android:id="@android:id/title"

View File

@@ -26,7 +26,8 @@
<ImageView android:id="@+id/icon" <ImageView android:id="@+id/icon"
android:layout_width="@android:dimen/app_icon_size" android:layout_width="@android:dimen/app_icon_size"
android:layout_height="@android:dimen/app_icon_size" android:layout_height="@android:dimen/app_icon_size"
android:scaleType="fitCenter" /> android:scaleType="fitCenter"
android:contentDescription="@null" />
<TextView android:id="@+id/title" <TextView android:id="@+id/title"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@@ -27,6 +27,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:src="@drawable/encroid_progress" android:src="@drawable/encroid_progress"
android:contentDescription="@null"
/> />
</LinearLayout> </LinearLayout>

View File

@@ -35,6 +35,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/ic_lockscreen_ime" android:src="@drawable/ic_lockscreen_ime"
android:clickable="true" android:clickable="true"
android:contentDescription="@string/crypt_keeper_switch_input_method"
android:padding="8dip" android:padding="8dip"
android:layout_gravity="center" android:layout_gravity="center"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"

View File

@@ -64,6 +64,7 @@
android:layout_weight="1" android:layout_weight="1"
android:layout_gravity="bottom|right" android:layout_gravity="bottom|right"
android:src="@drawable/encroid_waiting" android:src="@drawable/encroid_waiting"
android:contentDescription="@null"
/> />
<Button <Button

View File

@@ -40,7 +40,8 @@
android:id="@+id/app_icon" android:id="@+id/app_icon"
android:layout_width="48dip" android:layout_width="48dip"
android:layout_height="48dip" android:layout_height="48dip"
android:scaleType="centerInside" /> android:scaleType="centerInside"
android:contentDescription="@null" />
<LinearLayout <LinearLayout
android:id="@+id/app_titles" android:id="@+id/app_titles"

View File

@@ -44,7 +44,8 @@
android:layout_height="@android:dimen/app_icon_size" android:layout_height="@android:dimen/app_icon_size"
android:layout_marginRight="16dip" android:layout_marginRight="16dip"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:scaleType="fitCenter"/> android:scaleType="fitCenter"
android:contentDescription="@null" />
<TextView android:id="@+id/admin_name" <TextView android:id="@+id/admin_name"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@@ -74,7 +75,8 @@
<ImageView android:id="@+id/add_msg_expander" <ImageView android:id="@+id/add_msg_expander"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center_vertical" /> android:gravity="center_vertical"
android:contentDescription="@null" />
<TextView android:id="@+id/add_msg" <TextView android:id="@+id/add_msg"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"

View File

@@ -38,6 +38,7 @@
android:layout_width="@android:dimen/app_icon_size" android:layout_width="@android:dimen/app_icon_size"
android:layout_height="@android:dimen/app_icon_size" android:layout_height="@android:dimen/app_icon_size"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:contentDescription="@null"
/> />
</LinearLayout> </LinearLayout>

View File

@@ -26,7 +26,8 @@
<ImageView android:id="@+id/icon" <ImageView android:id="@+id/icon"
android:layout_width="@android:dimen/app_icon_size" android:layout_width="@android:dimen/app_icon_size"
android:layout_height="@android:dimen/app_icon_size" android:layout_height="@android:dimen/app_icon_size"
android:scaleType="fitCenter" /> android:scaleType="fitCenter"
android:contentDescription="@null" />
<TextView android:id="@+id/title" <TextView android:id="@+id/title"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@@ -95,7 +95,8 @@
android:layout_marginLeft="1dip" android:layout_marginLeft="1dip"
android:layout_marginRight="1dip" android:layout_marginRight="1dip"
android:layout_marginBottom="4dip" android:layout_marginBottom="4dip"
android:scaleType="center" /> android:scaleType="center"
android:contentDescription="@null" />
<TextView <TextView
android:id="@+id/total_size_text" android:id="@+id/total_size_text"
android:paddingTop="6dip" android:paddingTop="6dip"
@@ -131,7 +132,8 @@
android:layout_marginLeft="1dip" android:layout_marginLeft="1dip"
android:layout_marginRight="1dip" android:layout_marginRight="1dip"
android:layout_marginBottom="4dip" android:layout_marginBottom="4dip"
android:scaleType="center" /> android:scaleType="center"
android:contentDescription="@null" />
<TextView <TextView
android:id="@+id/application_size_text" android:id="@+id/application_size_text"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
@@ -168,7 +170,8 @@
android:layout_marginLeft="1dip" android:layout_marginLeft="1dip"
android:layout_marginRight="1dip" android:layout_marginRight="1dip"
android:layout_marginBottom="4dip" android:layout_marginBottom="4dip"
android:scaleType="center" /> android:scaleType="center"
android:contentDescription="@null" />
<TextView <TextView
android:id="@+id/external_code_size_text" android:id="@+id/external_code_size_text"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
@@ -206,7 +209,8 @@
android:layout_marginLeft="1dip" android:layout_marginLeft="1dip"
android:layout_marginRight="1dip" android:layout_marginRight="1dip"
android:layout_marginBottom="4dip" android:layout_marginBottom="4dip"
android:scaleType="center" /> android:scaleType="center"
android:contentDescription="@null" />
<TextView <TextView
android:id="@+id/data_size_text" android:id="@+id/data_size_text"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
@@ -243,7 +247,8 @@
android:layout_marginLeft="1dip" android:layout_marginLeft="1dip"
android:layout_marginRight="1dip" android:layout_marginRight="1dip"
android:layout_marginBottom="4dip" android:layout_marginBottom="4dip"
android:scaleType="center" /> android:scaleType="center"
android:contentDescription="@null" />
<TextView <TextView
android:id="@+id/external_data_size_text" android:id="@+id/external_data_size_text"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
@@ -298,7 +303,8 @@
android:layout_marginLeft="1dip" android:layout_marginLeft="1dip"
android:layout_marginRight="1dip" android:layout_marginRight="1dip"
android:layout_marginBottom="4dip" android:layout_marginBottom="4dip"
android:scaleType="center" /> android:scaleType="center"
android:contentDescription="@null" />
<TextView <TextView
android:id="@+id/cache_size_text" android:id="@+id/cache_size_text"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"

View File

@@ -23,7 +23,8 @@
android:layout_height="1dip" android:layout_height="1dip"
android:scaleType="fitXY" android:scaleType="fitXY"
android:gravity="fill_horizontal" android:gravity="fill_horizontal"
android:src="@android:drawable/divider_horizontal_dark" /> android:src="@android:drawable/divider_horizontal_dark"
android:contentDescription="@null" />
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@@ -33,7 +33,8 @@
android:layout_height="@android:dimen/app_icon_size" android:layout_height="@android:dimen/app_icon_size"
android:layout_marginRight="11dip" android:layout_marginRight="11dip"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:scaleType="fitCenter"/> android:scaleType="fitCenter"
android:contentDescription="@null"/>
<LinearLayout <LinearLayout
android:orientation="vertical" android:orientation="vertical"

View File

@@ -26,6 +26,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:src="@drawable/nav_divider" android:src="@drawable/nav_divider"
android:contentDescription="@null"
/> />
<!-- Details button --> <!-- Details button -->
@@ -36,6 +37,7 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:padding="8dip" android:padding="8dip"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
android:src="@drawable/ic_bt_config" /> android:src="@drawable/ic_bt_config"
android:contentDescription="@string/bluetooth_device_details" />
</LinearLayout> </LinearLayout>

View File

@@ -26,6 +26,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:src="@drawable/nav_divider" android:src="@drawable/nav_divider"
android:contentDescription="@null"
/> />
<!-- Details button --> <!-- Details button -->
@@ -36,6 +37,7 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:padding="8dip" android:padding="8dip"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
android:src="@drawable/ic_bt_config" /> android:src="@drawable/ic_bt_config"
android:contentDescription="@string/bluetooth_profile_details" />
</LinearLayout> </LinearLayout>

View File

@@ -31,7 +31,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingTop="20dip" android:paddingTop="20dip"
android:visibility="gone" /> android:visibility="gone"
android:contentDescription="@null" />
<CheckBox android:id="@+id/automatic_mode" <CheckBox android:id="@+id/automatic_mode"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@@ -30,7 +30,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingTop="20dip" android:paddingTop="20dip"
android:visibility="gone"/> android:visibility="gone"
android:contentDescription="@null" />
<!-- Dummy --> <!-- Dummy -->
<SeekBar android:id="@*android:id/seekbar" <SeekBar android:id="@*android:id/seekbar"
@@ -61,6 +62,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="16dip" android:padding="16dip"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/volume_media_mute"
/> />
<SeekBar android:id="@+id/media_volume_seekbar" <SeekBar android:id="@+id/media_volume_seekbar"
@@ -101,6 +103,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="16dip" android:padding="16dip"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/volume_ring_mute"
/> />
<SeekBar android:id="@+id/ringer_volume_seekbar" <SeekBar android:id="@+id/ringer_volume_seekbar"
@@ -143,6 +146,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="16dip" android:padding="16dip"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/volume_notification_mute"
/> />
<SeekBar android:id="@+id/notification_volume_seekbar" <SeekBar android:id="@+id/notification_volume_seekbar"
@@ -178,7 +182,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="16dip" android:padding="16dip"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
/> android:contentDescription="@string/volume_alarm_mute" />
<SeekBar android:id="@+id/alarm_volume_seekbar" <SeekBar android:id="@+id/alarm_volume_seekbar"
android:layout_width="0dip" android:layout_width="0dip"
android:layout_height="wrap_content" android:layout_height="wrap_content"

View File

@@ -29,7 +29,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="6dip" android:layout_marginLeft="6dip"
android:layout_marginRight="6dip" android:layout_marginRight="6dip"
android:layout_gravity="center" /> android:layout_gravity="center"
android:contentDescription="@null" />
<RelativeLayout <RelativeLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"

View File

@@ -31,7 +31,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="6dip" android:layout_marginLeft="6dip"
android:layout_marginRight="6dip" android:layout_marginRight="6dip"
android:layout_gravity="center" /> android:layout_gravity="center"
android:contentDescription="@null" />
<RelativeLayout <RelativeLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"

View File

@@ -27,7 +27,8 @@
android:layout_width="48dip" android:layout_width="48dip"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginRight="6dip" android:layout_marginRight="6dip"
android:layout_gravity="center" /> android:layout_gravity="center"
android:contentDescription="@null" />
<RelativeLayout <RelativeLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
@@ -65,7 +66,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_marginTop="5dip" android:layout_marginTop="5dip"
android:layout_below="@id/percent" android:layout_below="@id/percent"
android:layout_gravity="center_vertical" /> android:layout_gravity="center_vertical"
android:contentDescription="@null" />
<TextView android:id="@+android:id/summary" <TextView android:id="@+android:id/summary"
android:layout_width="wrap_content" android:layout_width="wrap_content"

View File

@@ -36,7 +36,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:src="@drawable/nav_divider" /> android:src="@drawable/nav_divider"
android:contentDescription="@null" />
<!-- CheckBox --> <!-- CheckBox -->
<CheckBox xmlns:android="http://schemas.android.com/apk/res/android" <CheckBox xmlns:android="http://schemas.android.com/apk/res/android"

View File

@@ -70,7 +70,8 @@
android:gravity="center_vertical" android:gravity="center_vertical"
android:clickable="true" android:clickable="true"
android:focusable="true" android:focusable="true"
android:background="?android:attr/selectableItemBackground" > android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/spellchecker_quick_settings" >
<View <View
android:layout_width="2dip" android:layout_width="2dip"
android:layout_height="match_parent" android:layout_height="match_parent"
@@ -83,7 +84,8 @@
android:paddingLeft="5dip" android:paddingLeft="5dip"
android:paddingRight="5dip" android:paddingRight="5dip"
android:src="@drawable/ic_sysbar_quicksettings" android:src="@drawable/ic_sysbar_quicksettings"
android:layout_gravity="center" /> android:layout_gravity="center"
android:contentDescription="@string/spellchecker_quick_settings" />
</LinearLayout> </LinearLayout>
<View <View
android:id="@+id/pref_right_separator2" android:id="@+id/pref_right_separator2"
@@ -102,5 +104,6 @@
android:layout_gravity="right" android:layout_gravity="right"
android:clickable="true" android:clickable="true"
android:focusable="true" android:focusable="true"
android:background="?android:attr/selectableItemBackground" /> android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/spellchecker_language" />
</LinearLayout> </LinearLayout>

View File

@@ -27,14 +27,16 @@
android:src="@drawable/ic_sync_error_holo" android:src="@drawable/ic_sync_error_holo"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_marginRight="8dip" android:layout_marginRight="8dip"
android:layout_height="wrap_content" /> android:layout_height="wrap_content"
android:contentDescription="@string/sync_failed" />
<com.android.settings.widget.AnimatedImageView <com.android.settings.widget.AnimatedImageView
android:id="@+id/sync_active" android:id="@+id/sync_active"
android:src="@drawable/ic_list_sync_anim" android:src="@drawable/ic_list_sync_anim"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginRight="8dip" /> android:layout_marginRight="8dip"
android:contentDescription="@string/sync_active" />
<CheckBox xmlns:android="http://schemas.android.com/apk/res/android" <CheckBox xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/checkbox" android:id="@android:id/checkbox"

View File

@@ -18,4 +18,5 @@
android:id="@+id/signal" android:id="@+id/signal"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/wifi_signal" /> android:src="@drawable/wifi_signal"
android:contentDescription="@null" />

View File

@@ -20,4 +20,5 @@
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginRight="4dip" android:layout_marginRight="4dip"
android:gravity="center" android:gravity="center"
android:layout_gravity="center_vertical" /> android:layout_gravity="center_vertical"
android:contentDescription="@null" />

View File

@@ -38,7 +38,8 @@
android:layout_height="@android:dimen/app_icon_size" android:layout_height="@android:dimen/app_icon_size"
android:layout_marginRight="11dip" android:layout_marginRight="11dip"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:scaleType="fitCenter"/> android:scaleType="fitCenter"
android:contentDescription="@null" />
<LinearLayout <LinearLayout
android:orientation="vertical" android:orientation="vertical"

View File

@@ -52,7 +52,8 @@
android:layout_marginLeft="8dip" android:layout_marginLeft="8dip"
android:layout_marginBottom="8dip" android:layout_marginBottom="8dip"
android:src="@drawable/ic_menu_add" android:src="@drawable/ic_menu_add"
android:background="?android:attr/actionBarItemBackground" /> android:background="?android:attr/actionBarItemBackground"
android:contentDescription="@string/wifi_add_network" />
<ImageButton <ImageButton
android:id="@+id/wps_push" android:id="@+id/wps_push"
@@ -62,7 +63,8 @@
android:layout_marginRight="8dip" android:layout_marginRight="8dip"
android:layout_marginBottom="8dip" android:layout_marginBottom="8dip"
android:src="@drawable/ic_wps" android:src="@drawable/ic_wps"
android:background="?android:attr/actionBarItemBackground" /> android:background="?android:attr/actionBarItemBackground"
android:contentDescription="@string/wifi_menu_wps_pbc" />
</LinearLayout> </LinearLayout>

View File

@@ -27,7 +27,8 @@
android:layout_width="48dip" android:layout_width="48dip"
android:layout_height="48dip" android:layout_height="48dip"
android:layout_margin="5dip" android:layout_margin="5dip"
android:layout_gravity="center_vertical" /> android:layout_gravity="center_vertical"
android:contentDescription="@null" />
<LinearLayout <LinearLayout
android:layout_width="0dip" android:layout_width="0dip"

View File

@@ -38,6 +38,7 @@
android:layout_height="0dip" android:layout_height="0dip"
android:layout_weight="1" android:layout_weight="1"
android:scaleType="center" android:scaleType="center"
android:contentDescription="@null"
/> />
<ImageView <ImageView
@@ -45,6 +46,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:scaleType="fitXY" android:scaleType="fitXY"
android:contentDescription="@null"
/> />
</LinearLayout> </LinearLayout>
@@ -52,6 +54,7 @@
android:layout_width="1dip" android:layout_width="1dip"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@drawable/appwidget_settings_divider_holo" android:background="@drawable/appwidget_settings_divider_holo"
android:contentDescription="@null"
/> />
<LinearLayout <LinearLayout
@@ -71,6 +74,7 @@
android:layout_height="0dip" android:layout_height="0dip"
android:layout_weight="1" android:layout_weight="1"
android:scaleType="center" android:scaleType="center"
android:contentDescription="@null"
/> />
<ImageView <ImageView
@@ -78,6 +82,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:scaleType="fitXY" android:scaleType="fitXY"
android:contentDescription="@null"
/> />
</LinearLayout> </LinearLayout>
@@ -86,6 +91,7 @@
android:layout_width="1dip" android:layout_width="1dip"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@drawable/appwidget_settings_divider_holo" android:background="@drawable/appwidget_settings_divider_holo"
android:contentDescription="@null"
/> />
<LinearLayout <LinearLayout
@@ -105,6 +111,7 @@
android:layout_height="0dip" android:layout_height="0dip"
android:layout_weight="1" android:layout_weight="1"
android:scaleType="center" android:scaleType="center"
android:contentDescription="@null"
/> />
<ImageView <ImageView
@@ -112,6 +119,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:scaleType="fitXY" android:scaleType="fitXY"
android:contentDescription="@null"
/> />
</LinearLayout> </LinearLayout>
@@ -119,6 +127,7 @@
android:layout_width="1dip" android:layout_width="1dip"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@drawable/appwidget_settings_divider_holo" android:background="@drawable/appwidget_settings_divider_holo"
android:contentDescription="@null"
/> />
<LinearLayout <LinearLayout
@@ -138,6 +147,7 @@
android:layout_height="0dip" android:layout_height="0dip"
android:layout_weight="1" android:layout_weight="1"
android:scaleType="center" android:scaleType="center"
android:contentDescription="@null"
/> />
<ImageView <ImageView
@@ -145,6 +155,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:scaleType="fitXY" android:scaleType="fitXY"
android:contentDescription="@null"
/> />
</LinearLayout> </LinearLayout>
@@ -152,6 +163,7 @@
android:layout_width="1dip" android:layout_width="1dip"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@drawable/appwidget_settings_divider_holo" android:background="@drawable/appwidget_settings_divider_holo"
android:contentDescription="@null"
/> />
<LinearLayout <LinearLayout
@@ -171,6 +183,7 @@
android:layout_height="0dip" android:layout_height="0dip"
android:layout_weight="1" android:layout_weight="1"
android:scaleType="center" android:scaleType="center"
android:contentDescription="@null"
/> />
<ImageView <ImageView
@@ -178,6 +191,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:scaleType="fitXY" android:scaleType="fitXY"
android:contentDescription="@null"
/> />
</LinearLayout> </LinearLayout>

View File

@@ -234,6 +234,10 @@
<string name="bluetooth_devices">Bluetooth devices</string> <string name="bluetooth_devices">Bluetooth devices</string>
<!-- Bluetooth settings screen, title for the current bluetooth name setting --> <!-- Bluetooth settings screen, title for the current bluetooth name setting -->
<string name="bluetooth_device_name">Device name</string> <string name="bluetooth_device_name">Device name</string>
<!-- Bluetooth settings screen, image description for device details button. This opens the screen to rename, unpair, etc. a single device. -->
<string name="bluetooth_device_details">Device settings</string>
<!-- Bluetooth settings screen, image description for profile of a device details button. -->
<string name="bluetooth_profile_details">Profile settings</string>
<!-- Bluetooth settings screen, summary text when there isn't a name set (for the name setting) --> <!-- Bluetooth settings screen, summary text when there isn't a name set (for the name setting) -->
<string name="bluetooth_name_not_set">No name set, using account name</string> <string name="bluetooth_name_not_set">No name set, using account name</string>
<!-- Bluetooth settings screen, menu item to scan for nearby bluetooth devices --> <!-- Bluetooth settings screen, menu item to scan for nearby bluetooth devices -->
@@ -769,6 +773,9 @@
to restore any data that was backed up to your Google Account. to restore any data that was backed up to your Google Account.
</string> </string>
<!-- Image button description to switch input method -->
<string name="crypt_keeper_switch_input_method">Switch input method</string>
<!-- Unlock Picker Settings --><skip /> <!-- Unlock Picker Settings --><skip />
<!-- Security Picker --><skip /> <!-- Security Picker --><skip />
@@ -1585,6 +1592,14 @@
<string name="volume_notification_description">Notifications</string> <string name="volume_notification_description">Notifications</string>
<!-- Volume description for alarm volume --> <!-- Volume description for alarm volume -->
<string name="volume_alarm_description">Alarms</string> <string name="volume_alarm_description">Alarms</string>
<!-- Image description for ringer volume mute button. -->
<string name="volume_ring_mute">Mute ringtone &amp; notifications</string>
<!-- Image description for media volume mute button. -->
<string name="volume_media_mute">Mute music &amp; other media</string>
<!-- Image description for notification volume mute button. -->
<string name="volume_notification_mute">Mute notifications</string>
<!-- Image description for alarm volume mute button. -->
<string name="volume_alarm_mute">Mute alarms</string>
<!-- Sound settings screen, setting option name checkbox. About vibration setting <!-- Sound settings screen, setting option name checkbox. About vibration setting
during incoming calls. [CHAR LIMIT=30] --> during incoming calls. [CHAR LIMIT=30] -->
<string name="vibrate_when_ringing_title">Vibrate when ringing</string> <string name="vibrate_when_ringing_title">Vibrate when ringing</string>
@@ -2644,6 +2659,10 @@
card numbers. It comes from the app card numbers. It comes from the app
<xliff:g id="spellchecker_application_name">%1$s</xliff:g>. <xliff:g id="spellchecker_application_name">%1$s</xliff:g>.
Use this spell checker?</string> Use this spell checker?</string>
<!-- Image button description for spell checker quick settings. -->
<string name="spellchecker_quick_settings">Settings</string>
<!-- Image button description for spell checker language. -->
<string name="spellchecker_language">Language</string>
<!-- Toast that settings for an application is failed to open. --> <!-- Toast that settings for an application is failed to open. -->
<string name="failed_to_open_app_settings_toast">Failed to open settings for <xliff:g id="spell_application_name">%1$s</xliff:g></string> <string name="failed_to_open_app_settings_toast">Failed to open settings for <xliff:g id="spell_application_name">%1$s</xliff:g></string>
@@ -3479,6 +3498,10 @@
<string name="accessibility_sync_disabled">Sync disabled</string> <string name="accessibility_sync_disabled">Sync disabled</string>
<!-- Content description of the disabled sync icon for accessibility. [CHAR LIMIT=NONE] --> <!-- Content description of the disabled sync icon for accessibility. [CHAR LIMIT=NONE] -->
<string name="accessibility_sync_error">Sync error.</string> <string name="accessibility_sync_error">Sync error.</string>
<!-- Image description for the sync failed icon. -->
<string name="sync_failed">Sync failed</string>
<!-- Animation description for the sync active icon. -->
<string name="sync_active">Sync active</string>
<!-- Account specific sync settings title [CHAR LIMIT=35] --> <!-- Account specific sync settings title [CHAR LIMIT=35] -->
<string name="account_sync_settings_title">Sync settings</string> <string name="account_sync_settings_title">Sync settings</string>