small changes for performance

This commit is contained in:
Vincent Breitmoser 2015-04-27 13:52:00 +02:00
parent c08fe2b50d
commit ef8506fc26

View File

@ -59,8 +59,7 @@
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical">
android:animateLayoutChanges="true">
<TextView <TextView
style="@style/CardViewHeader" style="@style/CardViewHeader"
@ -90,7 +89,9 @@
android:text="@string/linked_ids_more_unknown" android:text="@string/linked_ids_more_unknown"
android:paddingLeft="8dp" android:paddingLeft="8dp"
android:paddingRight="8dp" android:paddingRight="8dp"
android:background="?android:selectableItemBackground" /> android:background="?android:selectableItemBackground"
android:visibility="gone"
/>
</LinearLayout> </LinearLayout>