Improved simple history list

This commit is contained in:
Sylvain Berfini 2012-09-25 16:45:53 +02:00
parent a6206856cd
commit ba438f8e8d

View file

@ -11,39 +11,42 @@
android:id="@+id/icon"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:layout_weight="0.9"
android:src="@drawable/call_status_incoming"
android:layout_marginLeft="10dp"/>
android:layout_marginLeft="5dp"/>
<TextView
android:id="@+id/sipUri"
android:lines="1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0.3"
android:layout_weight="0.2"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textColor="@android:color/black"
android:layout_marginLeft="10dp" />
android:layout_marginLeft="5dp" />
<ImageView
android:contentDescription="@string/content_description_detail"
android:id="@+id/detail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:layout_weight="0.9"
android:src="@drawable/list_detail"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp" />
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp" />
<ImageView
android:contentDescription="@string/content_description_delete"
android:id="@+id/delete"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:layout_weight="0.9"
android:visibility="gone"
android:src="@drawable/list_delete"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp" />
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp" />
</LinearLayout>