Commit b27df66a authored by Jaikumar Ganesh's avatar Jaikumar Ganesh
Browse files

Convert dialogs to holographic style.

Change-Id: If0fccab3d47c875f76bd6658c957e294bab28001
parent ba8bd944
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</receiver> </receiver>
<activity android:name=".opp.BluetoothOppLauncherActivity" <activity android:name=".opp.BluetoothOppLauncherActivity"
android:process="@string/process" android:process="@string/process"
android:theme="@android:style/Theme.Dialog" android:label="@string/bt_share_picker_label"> android:theme="@android:style/Theme.Holo.Dialog" android:label="@string/bt_share_picker_label">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.SEND" /> <action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
...@@ -78,27 +78,27 @@ ...@@ -78,27 +78,27 @@
<activity android:name=".opp.BluetoothOppBtEnableActivity" <activity android:name=".opp.BluetoothOppBtEnableActivity"
android:process="@string/process" android:process="@string/process"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:theme="@*android:style/Theme.Dialog.Alert"> android:theme="@*android:style/Theme.Holo.Dialog.Alert">
</activity> </activity>
<activity android:name=".opp.BluetoothOppBtErrorActivity" <activity android:name=".opp.BluetoothOppBtErrorActivity"
android:process="@string/process" android:process="@string/process"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:theme="@*android:style/Theme.Dialog.Alert"> android:theme="@*android:style/Theme.Holo.Dialog.Alert">
</activity> </activity>
<activity android:name=".opp.BluetoothOppBtEnablingActivity" <activity android:name=".opp.BluetoothOppBtEnablingActivity"
android:process="@string/process" android:process="@string/process"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:theme="@*android:style/Theme.Dialog.Alert"> android:theme="@*android:style/Theme.Holo.Dialog.Alert">
</activity> </activity>
<activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity" <activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity"
android:process="@string/process" android:process="@string/process"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:theme="@*android:style/Theme.Dialog.Alert"> android:theme="@*android:style/Theme.Holo.Dialog.Alert">
</activity> </activity>
<activity android:name=".opp.BluetoothOppTransferActivity" <activity android:name=".opp.BluetoothOppTransferActivity"
android:process="@string/process" android:process="@string/process"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:theme="@*android:style/Theme.Dialog.Alert"> android:theme="@*android:style/Theme.Holo.Dialog.Alert">
</activity> </activity>
<activity android:name=".opp.BluetoothOppLiveFolder" <activity android:name=".opp.BluetoothOppLiveFolder"
android:process="@string/process" android:process="@string/process"
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
<activity android:name=".pbap.BluetoothPbapActivity" <activity android:name=".pbap.BluetoothPbapActivity"
android:process="@string/process" android:process="@string/process"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:theme="@*android:style/Theme.Dialog.Alert"> android:theme="@*android:style/Theme.Holo.Dialog.Alert">
<intent-filter> <intent-filter>
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
</intent-filter> </intent-filter>
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
</receiver> </receiver>
<activity android:name=".opp.BluetoothOppLauncherActivity" <activity android:name=".opp.BluetoothOppLauncherActivity"
android:process="@string/process" android:process="@string/process"
android:theme="@android:style/Theme.Dialog" android:label="@string/bt_share_picker_label"> android:theme="@android:style/Theme.Holo.Dialog" android:label="@string/bt_share_picker_label">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.SEND" /> <action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
</activity> </activity>
<activity android:name=".opp.BluetoothOppBtEnablingActivity" <activity android:name=".opp.BluetoothOppBtEnablingActivity"
android:process="@string/process"> android:process="@string/process">
android:theme="@android:style/Theme.Dialog"> </activity> android:theme="@android:style/Theme.Holo.Dialog"> </activity>
<activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity" <activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity"
android:process="@string/process"> android:process="@string/process">
</activity> </activity>
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<activity android:name=".pbap.BluetoothPbapActivity" <activity android:name=".pbap.BluetoothPbapActivity"
android:process="@string/process" android:process="@string/process"
android:label=" " android:label=" "
android:theme="@*android:style/Theme.Dialog.Alert"> android:theme="@*android:style/Theme.Holo.Dialog.Alert">
<intent-filter> <intent-filter>
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
</intent-filter> </intent-filter>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment