summaryrefslogtreecommitdiffstats
path: root/res/layout/call_card_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/call_card_fragment.xml')
-rw-r--r--res/layout/call_card_fragment.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/res/layout/call_card_fragment.xml b/res/layout/call_card_fragment.xml
index ed7031a4..c9b1bbb3 100644
--- a/res/layout/call_card_fragment.xml
+++ b/res/layout/call_card_fragment.xml
@@ -174,4 +174,40 @@
</FrameLayout>
+ <FrameLayout
+ android:layout_height="match_parent"
+ android:layout_width="match_parent"
+ android:layout_below="@id/primary_call_info_container"
+ android:elevation="@dimen/lookup_extra_info_container_elevation">
+
+ <LinearLayout
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:layout_marginStart="@dimen/lookup_extra_info_container_margin_start"
+ android:layout_marginTop="@dimen/lookup_extra_info_container_margin_top"
+ android:layout_gravity="start|top"
+ android:orientation="vertical">
+
+ <TextView
+ android:id="@+id/contactInfoAttribution"
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:gravity="center"
+ android:textSize="@dimen/contact_info_attribution_text_size"
+ android:textColor="@color/contact_info_attribution_text_color"
+ android:text="@string/powered_by_provider" />
+
+ <TextView
+ android:id="@+id/spamInfo"
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:layout_marginStart="25dp"
+ android:layout_marginTop="4dp"
+ android:textSize="@dimen/contact_info_spam_info_text_size"
+ android:textColor="@color/contact_info_spam_info_text_color"
+ android:text="@string/caller_info_loading" />
+ </LinearLayout>
+
+ </FrameLayout>
+
</RelativeLayout>