Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Bluetooth
Commits
b27df66a
Commit
b27df66a
authored
14 years ago
by
Jaikumar Ganesh
Browse files
Options
Download
Email Patches
Plain Diff
Convert dialogs to holographic style.
Change-Id: If0fccab3d47c875f76bd6658c957e294bab28001
parent
ba8bd944
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
AndroidManifest.xml
AndroidManifest.xml
+7
-7
AndroidManifest_test.xml
AndroidManifest_test.xml
+3
-3
No files found.
AndroidManifest.xml
View file @
b27df66a
...
...
@@ -45,7 +45,7 @@
</receiver>
<activity
android:name=
".opp.BluetoothOppLauncherActivity"
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>
<action
android:name=
"android.intent.action.SEND"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
...
...
@@ -78,27 +78,27 @@
<activity
android:name=
".opp.BluetoothOppBtEnableActivity"
android:process=
"@string/process"
android:excludeFromRecents=
"true"
android:theme=
"@*android:style/Theme.Dialog.Alert"
>
android:theme=
"@*android:style/Theme.
Holo.
Dialog.Alert"
>
</activity>
<activity
android:name=
".opp.BluetoothOppBtErrorActivity"
android:process=
"@string/process"
android:excludeFromRecents=
"true"
android:theme=
"@*android:style/Theme.Dialog.Alert"
>
android:theme=
"@*android:style/Theme.
Holo.
Dialog.Alert"
>
</activity>
<activity
android:name=
".opp.BluetoothOppBtEnablingActivity"
android:process=
"@string/process"
android:excludeFromRecents=
"true"
android:theme=
"@*android:style/Theme.Dialog.Alert"
>
android:theme=
"@*android:style/Theme.
Holo.
Dialog.Alert"
>
</activity>
<activity
android:name=
".opp.BluetoothOppIncomingFileConfirmActivity"
android:process=
"@string/process"
android:excludeFromRecents=
"true"
android:theme=
"@*android:style/Theme.Dialog.Alert"
>
android:theme=
"@*android:style/Theme.
Holo.
Dialog.Alert"
>
</activity>
<activity
android:name=
".opp.BluetoothOppTransferActivity"
android:process=
"@string/process"
android:excludeFromRecents=
"true"
android:theme=
"@*android:style/Theme.Dialog.Alert"
>
android:theme=
"@*android:style/Theme.
Holo.
Dialog.Alert"
>
</activity>
<activity
android:name=
".opp.BluetoothOppLiveFolder"
android:process=
"@string/process"
...
...
@@ -118,7 +118,7 @@
<activity
android:name=
".pbap.BluetoothPbapActivity"
android:process=
"@string/process"
android:excludeFromRecents=
"true"
android:theme=
"@*android:style/Theme.Dialog.Alert"
>
android:theme=
"@*android:style/Theme.
Holo.
Dialog.Alert"
>
<intent-filter>
<category
android:name=
"android.intent.category.DEFAULT"
/>
</intent-filter>
...
...
This diff is collapsed.
Click to expand it.
AndroidManifest_test.xml
View file @
b27df66a
...
...
@@ -46,7 +46,7 @@
</receiver>
<activity
android:name=
".opp.BluetoothOppLauncherActivity"
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>
<action
android:name=
"android.intent.action.SEND"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
...
...
@@ -75,7 +75,7 @@
</activity>
<activity
android:name=
".opp.BluetoothOppBtEnablingActivity"
android:process=
"@string/process"
>
android:theme="@android:style/Theme.Dialog">
</activity>
android:theme="@android:style/Theme.
Holo.
Dialog">
</activity>
<activity
android:name=
".opp.BluetoothOppIncomingFileConfirmActivity"
android:process=
"@string/process"
>
</activity>
...
...
@@ -93,7 +93,7 @@
<activity
android:name=
".pbap.BluetoothPbapActivity"
android:process=
"@string/process"
android:label=
" "
android:theme=
"@*android:style/Theme.Dialog.Alert"
>
android:theme=
"@*android:style/Theme.
Holo.
Dialog.Alert"
>
<intent-filter>
<category
android:name=
"android.intent.category.DEFAULT"
/>
</intent-filter>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment