summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/sdremote/AndroidManifest.xml1
-rw-r--r--android/sdremote/res/xml/preferences.xml6
2 files changed, 4 insertions, 3 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml
index 80a25410113b..4a5811fccf67 100644
--- a/android/sdremote/AndroidManifest.xml
+++ b/android/sdremote/AndroidManifest.xml
@@ -32,6 +32,7 @@
<activity
android:name=".PairingActivity"
android:icon="@drawable/actionbar_icon_computer"
+ android:logo="@drawable/actionbar_icon_computer"
android:noHistory="true" >
</activity>
diff --git a/android/sdremote/res/xml/preferences.xml b/android/sdremote/res/xml/preferences.xml
index 5d7e68b8b834..0a1006365be2 100644
--- a/android/sdremote/res/xml/preferences.xml
+++ b/android/sdremote/res/xml/preferences.xml
@@ -2,11 +2,11 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<!-- <SwitchPreference android:defaultValue="false" android:title="@string/options_autodecline" android:key="option_autodecline"/> -->
- <SwitchPreference
+ <CheckBoxPreference
android:defaultValue="false"
android:key="option_volumeswitching"
- android:title="@string/options_volumeswitching"
- android:summary="@string/options_volumeswitching_descripton"/>
+ android:summary="@string/options_volumeswitching_descripton"
+ android:title="@string/options_volumeswitching" />
<Preference
android:key="option_switchcomputer"