summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2018-05-03 16:37:55 +0200
committerDanny Baumann <dannybaumann@web.de>2018-06-03 21:17:58 +0200
commitb3d8d69722aa6cf5c3bd133b29d9befd9d5a3c36 (patch)
tree39385e5ea43541643a271e8c6745117ef7ce0562
parent6841e717e64d284aa51c2045f2f026208366cbae (diff)
downloadandroid_packages_apps_Dialer-b3d8d69722aa6cf5c3bd133b29d9befd9d5a3c36.tar.gz
android_packages_apps_Dialer-b3d8d69722aa6cf5c3bd133b29d9befd9d5a3c36.tar.bz2
android_packages_apps_Dialer-b3d8d69722aa6cf5c3bd133b29d9befd9d5a3c36.zip
Remove redundant layout item.
Change-Id: Ie5acebffe5e55f5c0eef8fe00551ae2dbd7bcb85
-rw-r--r--res/layout/call_stats_detail.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/layout/call_stats_detail.xml b/res/layout/call_stats_detail.xml
index 9a47ad68e..21f3c8fee 100644
--- a/res/layout/call_stats_detail.xml
+++ b/res/layout/call_stats_detail.xml
@@ -72,15 +72,6 @@
android:layout_marginBottom="1dp"
android:singleLine="true" />
- <TextView
- android:id="@+id/phone_account_label"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="?attr/call_log_secondary_text_color"
- android:textSize="@dimen/call_log_secondary_text_size"
- android:singleLine="true"
- android:visibility="gone"
- />
</LinearLayout>
<ImageView