|
|
|
@ -10,21 +10,11 @@
|
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
|
android:fastScrollEnabled="true" />
|
|
|
|
|
|
|
|
|
|
<ScrollView android:id="@android:id/empty"
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
|
android:fillViewport="true" >
|
|
|
|
|
|
|
|
|
|
<TextView android:id="@+id/emptyText"
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
<TextView android:id="@android:id/empty"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="center|center_vertical"
|
|
|
|
|
android:text="@string/contact_selection_recent_activity__no_recent_calls"
|
|
|
|
|
android:textSize="20sp"
|
|
|
|
|
android:textColor="?android:attr/textColorSecondary"
|
|
|
|
|
android:paddingLeft="10dip"
|
|
|
|
|
android:paddingRight="10dip"
|
|
|
|
|
android:paddingTop="10dip"
|
|
|
|
|
android:lineSpacingMultiplier="0.92"
|
|
|
|
|
/>
|
|
|
|
|
</ScrollView>
|
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|