summaryrefslogtreecommitdiffstats
path: root/res/layout/call_stats_detail_info.xml
diff options
context:
space:
mode:
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>