Updated UI for custom contact filter
Change-Id: Iff60f009208cbe79115a54fdeb27633dbed22fad
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5774f35..7653704 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1361,7 +1361,7 @@
<string name="list_filter_customize">Customize...</string>
<!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
- <string name="custom_list_filter">Custom contact list</string>
+ <string name="custom_list_filter">Define custom view</string>
<!-- Title of the settings activity [CHAR LIMIT=64] -->
<string name="activity_title_settings">Settings</string>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 71b653a..e2a73ea 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -176,6 +176,14 @@
<style name="ContactsPreferencesTheme" parent="@android:Theme">
</style>
+ <style name="CustomContactListFilterTheme" parent="@android:Theme">
+ </style>
+
+ <style name="CustomContactListFilterView" parent="CustomContactListFilterTheme">
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">match_parent</item>
+ </style>
+
<declare-styleable name="InterpolatingLayout_Layout">
<attr name="layout_narrowParentWidth" format="dimension"/>
<attr name="layout_narrowWidth" format="dimension"/>