OSDN Git Service

Fix BT chat sample app to use Honeycomb action bar.
authorJake Hamby <jhamby@google.com>
Fri, 14 Jan 2011 00:59:47 +0000 (16:59 -0800)
committerJake Hamby <jhamby@google.com>
Fri, 14 Jan 2011 00:59:47 +0000 (16:59 -0800)
commit3695fe3a4242504d523d0222306775ada5cd6430
tree1d4fc72cf521a884c754e5ad88975288a212569a
parent3eb48a061aa2d6aafe7493bb3d83ea8f8d53a33d
Fix BT chat sample app to use Honeycomb action bar.

The BT chat app previously used a custom title, which is no longer
supported in Honeycomb with the default theme. It also required the
option menu, which has been replaced with the action bar.

Fixed the app to use the standard Honeycomb style and action bar.

Bug: 3098795
Change-Id: I8f8656b261c6e15cc6b0b2f445087ff3baabb4d4
samples/BluetoothChat/AndroidManifest.xml
samples/BluetoothChat/res/menu/option_menu.xml
samples/BluetoothChat/res/values/strings.xml
samples/BluetoothChat/src/com/example/android/BluetoothChat/BluetoothChat.java
samples/BluetoothChat/src/com/example/android/BluetoothChat/DeviceListActivity.java