Added push states for ContactTiles
-This does not include Starred Quick Contact for tablet.
--That view needs to be fixed with Bug: 5062027
Bug: 5044780
Change-Id: I2149f1cbf18904bf64611b65482b1ba7fcb42523
diff --git a/res/layout/contact_tile_starred.xml b/res/layout/contact_tile_starred.xml
index ba1dff2..d667a34 100644
--- a/res/layout/contact_tile_starred.xml
+++ b/res/layout/contact_tile_starred.xml
@@ -61,6 +61,12 @@
android:layout_marginLeft="4dip"
style="@style/ContactTileStatusText" />
+ <ImageButton
+ android:id="@+id/contact_tile_push_state"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="?android:attr/selectableItemBackground" />
+
</RelativeLayout>
</view>