blob: 755a4c0fcf8ff70cb31233a323530fcb05222881 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2004-2015 Savoir-Faire Linux Inc.
Author: Adrien BĂ©raud <adrien.beraud@savoirfairelinux.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/call_entry"
android:layout_width="match_parent"
android:layout_height="56dp"
android:descendantFocusability="blocksDescendants"
android:padding="8dp">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/number_icon"
android:layout_alignParentLeft="true"
android:src="@drawable/ic_dialer_sip_black_24dp"
android:layout_alignParentStart="true"
android:layout_marginEnd="8dp"
android:layout_marginRight="8dp"
android:layout_alignParentTop="false"
android:layout_centerVertical="true" />
<TextView
android:id="@+id/number_txt"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:textSize="16sp"
android:textColor="@color/text_color_primary"
android:layout_marginTop="2dp"
android:layout_toRightOf="@+id/number_icon"
android:text="+15142792035"
android:layout_alignParentTop="true" />
<TextView
android:id="@+id/number_label_txt"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="12sp"
android:textColor="@color/text_color_secondary"
android:text="Inde"
android:layout_below="@+id/number_txt"
android:layout_toRightOf="@+id/number_icon"
android:layout_toEndOf="@+id/imageView4" />
</RelativeLayout>