Updated UI for custom contact filter
Change-Id: Iff60f009208cbe79115a54fdeb27633dbed22fad
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"/>