eclair snapshot
@@ -6,6 +6,7 @@
|
||||
<uses-permission android:name="com.google.android.providers.gmail.permission.READ_GMAIL" />
|
||||
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
|
||||
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
|
||||
<uses-permission android:name="android.permission.DEVICE_POWER" />
|
||||
<uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
|
||||
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
|
||||
<uses-permission android:name="android.permission.VIBRATE" />
|
||||
@@ -15,6 +16,7 @@
|
||||
<uses-permission android:name="android.permission.CALL_PHONE" />
|
||||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
|
||||
<uses-permission android:name="android.permission.MASTER_CLEAR" />
|
||||
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
|
||||
<uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" />
|
||||
<uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" />
|
||||
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||
@@ -64,7 +66,7 @@
|
||||
<!-- Wireless Controls -->
|
||||
|
||||
<activity android:name="WirelessSettings"
|
||||
android:label="@string/radio_controls_title"
|
||||
android:label="@string/wireless_networks_settings_title"
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@@ -103,7 +105,7 @@
|
||||
|
||||
<activity android:name="ApnSettings" android:label="@string/apn_settings"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:launchMode="singleInstance"
|
||||
android:launchMode="singleTask"
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@@ -124,6 +126,10 @@
|
||||
<category android:name="com.android.settings.SHORTCUT" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.bluetooth.devicepicker.action.LAUNCH" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".vpn.VpnSettings"
|
||||
@@ -176,7 +182,8 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="LanguageSettings" android:label="@string/language_picker_title"
|
||||
<activity android:name="LanguageSettings"
|
||||
android:label="@string/language_keyboard_settings_title"
|
||||
android:clearTaskOnLaunch="true"
|
||||
>
|
||||
<intent-filter>
|
||||
@@ -209,7 +216,8 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="SoundAndDisplaySettings" android:label="@string/sound_and_display_settings"
|
||||
<activity android:name="SoundAndDisplaySettings"
|
||||
android:label="@string/sound_and_display_settings_title"
|
||||
android:clearTaskOnLaunch="true"
|
||||
>
|
||||
<intent-filter>
|
||||
@@ -217,6 +225,7 @@
|
||||
<action android:name="com.android.settings.SOUND_SETTINGS" />
|
||||
<action android:name="com.android.settings.DISPLAY_SETTINGS" />
|
||||
<action android:name="android.settings.DISPLAY_SETTINGS" />
|
||||
<action android:name="android.settings.SOUND_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.VOICE_LAUNCH" />
|
||||
<category android:name="com.android.settings.SHORTCUT" />
|
||||
@@ -241,6 +250,15 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="SettingsSafetyLegalActivity"
|
||||
android:label="@string/settings_safetylegal_activity_title"
|
||||
android:theme="@*android:style/Theme.Dialog.Alert">
|
||||
<intent-filter>
|
||||
<action android:name="android.settings.SAFETY" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="ApplicationSettings" android:label="@string/applications_settings_header"
|
||||
>
|
||||
<intent-filter>
|
||||
@@ -274,7 +292,20 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="SecuritySettings" android:label="@string/security_settings_title"
|
||||
<activity android:name="RunningServices"
|
||||
android:label="@string/runningservices_settings_title"
|
||||
android:clearTaskOnLaunch="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.MONKEY" />
|
||||
<category android:name="android.intent.category.VOICE_LAUNCH" />
|
||||
<category android:name="com.android.settings.SHORTCUT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="SecuritySettings"
|
||||
android:label="@string/location_security_settings_title"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:clearTaskOnLaunch="true"
|
||||
>
|
||||
@@ -282,14 +313,34 @@
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<action android:name="android.settings.SECURITY_SETTINGS" />
|
||||
<action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
|
||||
<action android:name="android.security.ADD_CREDENTIAL" />
|
||||
<action android:name="android.security.UNLOCK_CREDENTIAL_STORAGE" />
|
||||
<action android:name="android.credentials.UNLOCK" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.VOICE_LAUNCH" />
|
||||
<category android:name="com.android.settings.SHORTCUT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="CredentialInstaller"
|
||||
android:label="@string/credential_installer_activity_title">
|
||||
<intent-filter>
|
||||
<action android:name="android.credentials.SYSTEM_INSTALL" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="PrivacySettings"
|
||||
android:label="@string/privacy_settings_title"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:clearTaskOnLaunch="true"
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<action android:name="android.settings.PRIVACY_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.VOICE_LAUNCH" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="IccLockSettings" android:label="@string/sim_lock_settings"
|
||||
android:process="com.android.phone">
|
||||
<intent-filter>
|
||||
@@ -299,10 +350,12 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="AccessibilitySettings" android:label="@string/accessibility_settings_title"
|
||||
android:theme="@android:style/Theme.NoTitleBar">
|
||||
<activity android:name="AccessibilitySettings"
|
||||
android:label="@string/accessibility_settings_title">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<action android:name="android.settings.ACCESSIBILITY_SETTINGS" />
|
||||
<!-- Wtf... this action is bogus! Can we remove it? -->
|
||||
<action android:name="ACCESSIBILITY_FEEDBACK_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.VOICE_LAUNCH" />
|
||||
@@ -353,7 +406,8 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".deviceinfo.Memory" android:label="@string/storage_settings_title">
|
||||
<activity android:name=".deviceinfo.Memory"
|
||||
android:label="@string/storage_settings_title">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" />
|
||||
@@ -424,25 +478,46 @@
|
||||
<activity android:name=".bluetooth.ConnectSpecificProfilesActivity"
|
||||
android:label="@string/bluetooth_connect_specific_profiles_title" />
|
||||
|
||||
<activity android:name=".bluetooth.BluetoothPinDialog"
|
||||
android:label="@string/bluetooth_pin_entry"
|
||||
<activity android:name=".bluetooth.BluetoothPairingDialog"
|
||||
android:label="@string/bluetooth_pairing_request"
|
||||
android:excludeFromRecents="true"
|
||||
android:theme="@*android:style/Theme.Dialog.Alert">
|
||||
<intent-filter>
|
||||
<action android:name="android.bluetooth.intent.action.PAIRING_REQUEST" />
|
||||
<action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<receiver android:name=".bluetooth.BluetoothPinRequest">
|
||||
<activity android:name=".bluetooth.RequestPermissionActivity"
|
||||
android:label="@string/bluetooth_permission_request"
|
||||
android:excludeFromRecents="true"
|
||||
android:permission="android.permission.BLUETOOTH"
|
||||
android:theme="@*android:style/Theme.Dialog.Alert">
|
||||
<intent-filter>
|
||||
<action android:name="android.bluetooth.intent.action.PAIRING_REQUEST" />
|
||||
<action android:name="android.bluetooth.intent.action.PAIRING_CANCEL" />
|
||||
<action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" />
|
||||
<action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".bluetooth.RequestPermissionHelperActivity"
|
||||
android:label="@string/bluetooth_pairing_request"
|
||||
android:excludeFromRecents="true"
|
||||
android:permission="android.permission.BLUETOOTH"
|
||||
android:theme="@*android:style/Theme.Dialog.Alert">
|
||||
</activity>
|
||||
|
||||
<receiver android:name=".bluetooth.BluetoothPairingRequest">
|
||||
<intent-filter>
|
||||
<action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
|
||||
<action android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<activity android:name="ActivityPicker"
|
||||
android:label="@string/activity_picker_label"
|
||||
android:theme="@*android:style/Theme.Dialog.Alert">
|
||||
android:theme="@*android:style/Theme.Dialog.Alert"
|
||||
android:finishOnCloseSystemDialogs="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.PICK_ACTIVITY" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
@@ -545,7 +620,8 @@
|
||||
<!-- Standard picker for widgets -->
|
||||
<activity android:name="AppWidgetPickActivity"
|
||||
android:label="@string/widget_picker_title"
|
||||
android:theme="@*android:style/Theme.Dialog.Alert">
|
||||
android:theme="@*android:style/Theme.Dialog.Alert"
|
||||
android:finishOnCloseSystemDialogs="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.appwidget.action.APPWIDGET_PICK" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
@@ -590,7 +666,7 @@
|
||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
<action android:name="android.net.wifi.WIFI_STATE_CHANGED" />
|
||||
<action android:name="android.net.conn.BACKGROUND_DATA_SETTING_CHANGED" />
|
||||
<action android:name="android.bluetooth.intent.action.BLUETOOTH_STATE_CHANGED" />
|
||||
<action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
|
||||
<action android:name="android.intent.action.CLOSE_SYSTEM_DIALOGS" /> <!-- pick up misc changes -->
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info" />
|
||||
|
BIN
res/drawable-hdpi/app_gauge.9.png
Normal file
After Width: | Height: | Size: 219 B |
BIN
res/drawable-hdpi/app_settings.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
res/drawable-hdpi/appwidget_bg.9.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
res/drawable-hdpi/appwidget_inner_focus_c.9.png
Normal file
After Width: | Height: | Size: 221 B |
BIN
res/drawable-hdpi/appwidget_inner_focus_l.9.png
Normal file
After Width: | Height: | Size: 400 B |
BIN
res/drawable-hdpi/appwidget_inner_focus_r.9.png
Normal file
After Width: | Height: | Size: 423 B |
BIN
res/drawable-hdpi/appwidget_inner_press_c.9.png
Normal file
After Width: | Height: | Size: 223 B |
BIN
res/drawable-hdpi/appwidget_inner_press_l.9.png
Normal file
After Width: | Height: | Size: 408 B |
BIN
res/drawable-hdpi/appwidget_inner_press_r.9.png
Normal file
After Width: | Height: | Size: 419 B |
BIN
res/drawable-hdpi/appwidget_settings_divider.9.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
res/drawable-hdpi/appwidget_settings_ind_mid_c.9.png
Normal file
After Width: | Height: | Size: 437 B |
BIN
res/drawable-hdpi/appwidget_settings_ind_mid_l.9.png
Normal file
After Width: | Height: | Size: 541 B |
BIN
res/drawable-hdpi/appwidget_settings_ind_mid_r.9.png
Normal file
After Width: | Height: | Size: 524 B |
BIN
res/drawable-hdpi/appwidget_settings_ind_off_c.9.png
Normal file
After Width: | Height: | Size: 163 B |
BIN
res/drawable-hdpi/appwidget_settings_ind_off_l.9.png
Normal file
After Width: | Height: | Size: 197 B |
BIN
res/drawable-hdpi/appwidget_settings_ind_off_r.9.png
Normal file
After Width: | Height: | Size: 191 B |
BIN
res/drawable-hdpi/appwidget_settings_ind_on_c.9.png
Normal file
After Width: | Height: | Size: 400 B |
BIN
res/drawable-hdpi/appwidget_settings_ind_on_l.9.png
Normal file
After Width: | Height: | Size: 480 B |
BIN
res/drawable-hdpi/appwidget_settings_ind_on_r.9.png
Normal file
After Width: | Height: | Size: 478 B |
BIN
res/drawable-hdpi/dotted_line_480px.png
Normal file
After Width: | Height: | Size: 135 B |
BIN
res/drawable-hdpi/ic_appwidget_settings_bluetooth_off.png
Normal file
After Width: | Height: | Size: 760 B |
BIN
res/drawable-hdpi/ic_appwidget_settings_bluetooth_on.png
Normal file
After Width: | Height: | Size: 814 B |
BIN
res/drawable-hdpi/ic_appwidget_settings_brightness_mid.png
Normal file
After Width: | Height: | Size: 1018 B |
BIN
res/drawable-hdpi/ic_appwidget_settings_brightness_off.png
Normal file
After Width: | Height: | Size: 970 B |
BIN
res/drawable-hdpi/ic_appwidget_settings_brightness_on.png
Normal file
After Width: | Height: | Size: 932 B |
BIN
res/drawable-hdpi/ic_appwidget_settings_gps_off.png
Normal file
After Width: | Height: | Size: 777 B |
BIN
res/drawable-hdpi/ic_appwidget_settings_gps_on.png
Normal file
After Width: | Height: | Size: 793 B |
BIN
res/drawable-hdpi/ic_appwidget_settings_sync_off.png
Normal file
After Width: | Height: | Size: 884 B |
BIN
res/drawable-hdpi/ic_appwidget_settings_sync_on.png
Normal file
After Width: | Height: | Size: 809 B |
BIN
res/drawable-hdpi/ic_appwidget_settings_wifi_off.png
Normal file
After Width: | Height: | Size: 766 B |
BIN
res/drawable-hdpi/ic_appwidget_settings_wifi_on.png
Normal file
After Width: | Height: | Size: 806 B |
BIN
res/drawable-hdpi/ic_bt_cellphone.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
res/drawable-hdpi/ic_bt_headphones_a2dp.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-hdpi/ic_bt_headset_hfp.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-hdpi/ic_bt_laptop.png
Normal file
After Width: | Height: | Size: 717 B |
BIN
res/drawable-hdpi/ic_btn_next.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-hdpi/ic_launcher_settings.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
res/drawable-hdpi/ic_menu_3d_globe.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
res/drawable-hdpi/ic_menu_add.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
res/drawable-hdpi/ic_menu_filter_settings.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
res/drawable-hdpi/ic_menu_scan_network.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
res/drawable-hdpi/ic_network_signal_0.png
Normal file
After Width: | Height: | Size: 817 B |
BIN
res/drawable-hdpi/ic_network_signal_1.png
Normal file
After Width: | Height: | Size: 848 B |
BIN
res/drawable-hdpi/ic_network_signal_2.png
Normal file
After Width: | Height: | Size: 865 B |
BIN
res/drawable-hdpi/ic_network_signal_3.png
Normal file
After Width: | Height: | Size: 860 B |
BIN
res/drawable-hdpi/ic_network_signal_4.png
Normal file
After Width: | Height: | Size: 837 B |
BIN
res/drawable-hdpi/ic_popup_brightness.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
res/drawable-hdpi/ic_settings_about.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
res/drawable-hdpi/ic_settings_accessibility.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
res/drawable-hdpi/ic_settings_applications.png
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
res/drawable-hdpi/ic_settings_bluetooth.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
res/drawable-hdpi/ic_settings_call.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
res/drawable-hdpi/ic_settings_cell_standby.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
res/drawable-hdpi/ic_settings_date_time.png
Executable file
After Width: | Height: | Size: 1.8 KiB |
BIN
res/drawable-hdpi/ic_settings_display.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
res/drawable-hdpi/ic_settings_language.png
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-hdpi/ic_settings_phone_idle.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
res/drawable-hdpi/ic_settings_privacy.png
Normal file
After Width: | Height: | Size: 786 B |
BIN
res/drawable-hdpi/ic_settings_search.png
Executable file
After Width: | Height: | Size: 1.6 KiB |
BIN
res/drawable-hdpi/ic_settings_security.png
Executable file
After Width: | Height: | Size: 2.0 KiB |
BIN
res/drawable-hdpi/ic_settings_sound_display.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
res/drawable-hdpi/ic_settings_speech.png
Executable file
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-hdpi/ic_settings_storage.png
Executable file
After Width: | Height: | Size: 754 B |
BIN
res/drawable-hdpi/ic_settings_sync.png
Executable file
After Width: | Height: | Size: 2.2 KiB |
BIN
res/drawable-hdpi/ic_settings_voice_calls.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
res/drawable-hdpi/ic_settings_wifi.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
res/drawable-hdpi/ic_settings_wireless.png
Executable file
After Width: | Height: | Size: 1.8 KiB |
BIN
res/drawable-hdpi/ic_wifi_lock_signal_1.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
res/drawable-hdpi/ic_wifi_lock_signal_2.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
res/drawable-hdpi/ic_wifi_lock_signal_3.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
res/drawable-hdpi/ic_wifi_lock_signal_4.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
res/drawable-hdpi/ic_wifi_signal_1.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
res/drawable-hdpi/ic_wifi_signal_2.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
res/drawable-hdpi/ic_wifi_signal_3.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
res/drawable-hdpi/ic_wifi_signal_4.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
res/drawable-hdpi/icon.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
res/drawable-hdpi/lock_anim_00.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
res/drawable-hdpi/lock_anim_02.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
res/drawable-hdpi/lock_anim_04.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
res/drawable-hdpi/lock_anim_06.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
res/drawable-hdpi/lock_anim_08.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
res/drawable-hdpi/lock_anim_10.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
res/drawable-hdpi/lock_anim_12.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
res/drawable-hdpi/lock_anim_14.png
Normal file
After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
BIN
res/drawable-mdpi/appwidget_bg.9.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
res/drawable-mdpi/appwidget_inner_focus_c.9.png
Normal file
After Width: | Height: | Size: 212 B |
BIN
res/drawable-mdpi/appwidget_inner_focus_l.9.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
res/drawable-mdpi/appwidget_inner_focus_r.9.png
Normal file
After Width: | Height: | Size: 324 B |
BIN
res/drawable-mdpi/appwidget_inner_press_c.9.png
Normal file
After Width: | Height: | Size: 212 B |
BIN
res/drawable-mdpi/appwidget_inner_press_l.9.png
Normal file
After Width: | Height: | Size: 335 B |
BIN
res/drawable-mdpi/appwidget_inner_press_r.9.png
Normal file
After Width: | Height: | Size: 330 B |
BIN
res/drawable-mdpi/appwidget_settings_divider.9.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
res/drawable-mdpi/appwidget_settings_ind_mid_c.9.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
res/drawable-mdpi/appwidget_settings_ind_mid_l.9.png
Normal file
After Width: | Height: | Size: 365 B |
BIN
res/drawable-mdpi/appwidget_settings_ind_mid_r.9.png
Normal file
After Width: | Height: | Size: 360 B |
BIN
res/drawable-mdpi/appwidget_settings_ind_off_c.9.png
Normal file
After Width: | Height: | Size: 162 B |
BIN
res/drawable-mdpi/appwidget_settings_ind_off_l.9.png
Normal file
After Width: | Height: | Size: 188 B |