Merge "Fix launching intent in People Tile" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
66fa53a953
@@ -21,7 +21,7 @@
|
|||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:background="@drawable/people_space_tile_view_card"
|
android:background="@drawable/people_space_tile_view_card"
|
||||||
android:id="@+id/people_tile"
|
android:id="@+id/item"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
<include layout="@layout/punctuation_layout"/>
|
<include layout="@layout/punctuation_layout"/>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:background="@drawable/people_space_tile_view_card"
|
android:background="@drawable/people_space_tile_view_card"
|
||||||
android:id="@+id/people_tile"
|
android:id="@+id/item"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
|
|||||||
Reference in New Issue
Block a user