Merge "Fix launching intent in People Tile" into sc-dev

This commit is contained in:
Flavio Fiszman
2021-02-17 20:12:40 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -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"/>

View File

@@ -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