summaryrefslogtreecommitdiffstats
path: root/res/layout/call_stats_detail_info.xml
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2015-01-05 12:45:34 -0800
committerLinus Lee <llee@cyngn.com>2015-01-06 01:32:33 +0000
commit0aa14c90ab580d1f7185235d2613238235f2ce70 (patch)
tree1f1c9a0560d372cc4a6c097f674b7ea7d77e3034 /res/layout/call_stats_detail_info.xml
parent5406f450138cd7e2f355fe6aed6f6df5dab737f1 (diff)
downloadandroid_packages_apps_Dialer-0aa14c90ab580d1f7185235d2613238235f2ce70.tar.gz
android_packages_apps_Dialer-0aa14c90ab580d1f7185235d2613238235f2ce70.tar.bz2
android_packages_apps_Dialer-0aa14c90ab580d1f7185235d2613238235f2ce70.zip
Separate blacklist from missed filter in history/stats
Change-Id: I50e2467b7ac8568c6956c2dbc085985fd2f34d99 (cherry picked from commit 2f4890478123a3b6a9ba0a8b23f9a290f6c4ec73)
Diffstat (limited to 'res/layout/call_stats_detail_info.xml')
-rw-r--r--res/layout/call_stats_detail_info.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/res/layout/call_stats_detail_info.xml b/res/layout/call_stats_detail_info.xml
index 7dcd06dfe..e279ad73e 100644
--- a/res/layout/call_stats_detail_info.xml
+++ b/res/layout/call_stats_detail_info.xml
@@ -210,6 +210,42 @@
</LinearLayout>
+ <LinearLayout
+ android:id="@+id/blacklist_container"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/call_log_icon_margin"
+ android:orientation="vertical" >
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" >
+
+ <com.android.dialer.calllog.CallTypeIconsView
+ android:id="@+id/blacklist_icon"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical" />
+
+ <TextView
+ android:id="@+id/blacklist_summary"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginStart="@dimen/call_log_icon_margin"
+ android:textColor="?attr/call_log_primary_text_color"
+ android:textSize="@dimen/call_log_primary_text_size" />
+
+ </LinearLayout>
+
+ <TextView
+ android:id="@+id/blacklist_count"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:textColor="?attr/call_log_secondary_text_color"
+ android:textSize="@dimen/call_log_secondary_text_size" />
+
+ </LinearLayout>
+
</LinearLayout>
</RelativeLayout>