Skip to content
Snippets Groups Projects
Commit 9a4291a6 authored by Alexandre Lision's avatar Alexandre Lision
Browse files

call_list: remove default text

parent 80f0a7e2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:text="call_title"
android:text=""
android:textSize="20sp" />
<TextView
......@@ -31,7 +31,7 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/call_title"
android:text="call_status"
android:text=""
android:textSize="12sp" />
<TextView
......@@ -41,7 +41,7 @@
android:layout_below="@+id/call_title"
android:layout_toRightOf="@+id/call_status"
android:paddingLeft="10dp"
android:text="call_time"
android:text=""
android:textSize="12sp" />
</RelativeLayout>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment