Remove useless padding in callee lists.
This commit is contained in:
parent
a54e750025
commit
42a3f1af17
2 changed files with 2 additions and 6 deletions
|
@ -4,9 +4,7 @@
|
||||||
xmlns:ui="http://schemas.android.com/apk/res/org.linphone"
|
xmlns:ui="http://schemas.android.com/apk/res/org.linphone"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent">
|
||||||
android:paddingLeft="8dp"
|
|
||||||
android:paddingRight="8dp">
|
|
||||||
|
|
||||||
<ListView android:id="@android:id/list"
|
<ListView android:id="@android:id/list"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
|
|
|
@ -4,9 +4,7 @@
|
||||||
xmlns:ui="http://schemas.android.com/apk/res/org.linphone"
|
xmlns:ui="http://schemas.android.com/apk/res/org.linphone"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical">
|
||||||
android:paddingLeft="8dp"
|
|
||||||
android:paddingRight="8dp" >
|
|
||||||
|
|
||||||
<LinearLayout android:id="@+id/conf_header" android:layout_alignParentTop="true"
|
<LinearLayout android:id="@+id/conf_header" android:layout_alignParentTop="true"
|
||||||
android:orientation="vertical" android:layout_marginBottom="10dip"
|
android:orientation="vertical" android:layout_marginBottom="10dip"
|
||||||
|
|
Loading…
Reference in a new issue