diff options
Diffstat (limited to 'android/sdremote/AndroidManifest.xml')
-rw-r--r-- | android/sdremote/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml index 6572366f7062..7ccc1f0ce16d 100644 --- a/android/sdremote/AndroidManifest.xml +++ b/android/sdremote/AndroidManifest.xml @@ -17,6 +17,8 @@ android:theme="@style/Theme.ImpressRemote" > <activity android:name=".SelectorActivity" + android:icon="@drawable/actionbar_icon_computer" + android:label="@string/selector_choose_a_computer" android:uiOptions="splitActionBarWhenNarrow" > <intent-filter> <action android:name="android.intent.action.MAIN" /> |