am 6a8cf1ed: Revised screen metrics value of LatinImeLogger
* commit '6a8cf1edbe88ef9f23f97a288ccf79a1c2d45f80': Revised screen metrics value of LatinImeLoggermain
commit
efb750aba5
|
@ -2,7 +2,7 @@
|
|||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, The Android Open Source Project
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
|
@ -20,11 +20,10 @@
|
|||
|
||||
<resources>
|
||||
<!-- Screen metrics for logging.
|
||||
0 = "mdpi phone screen"
|
||||
1 = "hdpi phone screen"
|
||||
2 = "mdpi 11 inch tablet screen"
|
||||
3 = "xhdpi phone screen?"
|
||||
4 = ?
|
||||
0 = "small phone screen"
|
||||
1 = "large phone screen"
|
||||
2 = "large tablet screen"
|
||||
3 = "small tablet screen"
|
||||
-->
|
||||
<integer name="log_screen_metrics">1</integer>
|
||||
</resources>
|
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<!-- Screen metrics for logging.
|
||||
0 = "small phone screen"
|
||||
1 = "large phone screen"
|
||||
2 = "large tablet screen"
|
||||
3 = "small tablet screen"
|
||||
-->
|
||||
<integer name="log_screen_metrics">3</integer>
|
||||
</resources>
|
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<!-- Screen metrics for logging.
|
||||
0 = "small phone screen"
|
||||
1 = "large phone screen"
|
||||
2 = "large tablet screen"
|
||||
3 = "small tablet screen"
|
||||
-->
|
||||
<integer name="log_screen_metrics">2</integer>
|
||||
</resources>
|
|
@ -33,12 +33,4 @@
|
|||
<!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
|
||||
false -->
|
||||
<bool name="config_show_more_keys_keyboard_at_touched_point">true</bool>
|
||||
<!-- Screen metrics for logging.
|
||||
0 = "mdpi phone screen"
|
||||
1 = "hdpi phone screen"
|
||||
2 = "mdpi 11 inch tablet screen"
|
||||
3 = "xhdpi phone screen?"
|
||||
4 = ?
|
||||
-->
|
||||
<integer name="log_screen_metrics">2</integer>
|
||||
</resources>
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<!-- Screen metrics for logging.
|
||||
0 = "small phone screen"
|
||||
1 = "large phone screen"
|
||||
2 = "large tablet screen"
|
||||
3 = "small tablet screen"
|
||||
-->
|
||||
<integer name="log_screen_metrics">0</integer>
|
||||
</resources>
|
|
@ -118,12 +118,4 @@
|
|||
<!-- Threshold of the normalized score of the best suggestion for the spell checker to declare
|
||||
a word to be "recommended" -->
|
||||
<string name="spellchecker_recommended_threshold_value" translatable="false">0.11</string>
|
||||
<!-- Screen metrics for logging.
|
||||
0 = "mdpi phone screen"
|
||||
1 = "hdpi phone screen"
|
||||
2 = "mdpi 11 inch tablet screen"
|
||||
3 = "xhdpi phone screen?"
|
||||
4 = ?
|
||||
-->
|
||||
<integer name="log_screen_metrics">0</integer>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue