summaryrefslogtreecommitdiffstats
path: root/InCallUI/res/values/bools.xml
blob: ed0b4c73890698406a2a77f5a00827101b49ff43 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Whether to keep caller name, caller number and elapsed time
         on a single line. Used by CallCardFragment, keep in sync with
         primary_call_info.xml -->
    <bool name="caller_name_and_elapsed_time_in_one_line">true</bool>
</resources>