diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f9e123a1e42..d9645343188 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2012,13 +2012,21 @@ - + + + + - - - - - - - - @@ -3202,16 +3197,11 @@ + android:parentActivityName="Settings$ConnectedDeviceDashboardActivity"> - - - - - - - - - - - - - - - diff --git a/res/layout/suggestion_tile.xml b/res/layout/suggestion_tile.xml index b9474528c37..79f6dcae359 100644 --- a/res/layout/suggestion_tile.xml +++ b/res/layout/suggestion_tile.xml @@ -14,51 +14,69 @@ limitations under the License. --> - + app:cardPreventCornerOverlap="false" + app:cardUseCompatPadding="true" + app:cardElevation="2dp" + app:cardCornerRadius="@dimen/suggestion_card_corner_radius"> + android:minHeight="112dp" + android:orientation="vertical"> - - - + android:orientation="horizontal"> - + - + - + + + + + - - - \ No newline at end of file + diff --git a/res/layout/suggestion_tile_v2.xml b/res/layout/suggestion_tile_v2.xml deleted file mode 100644 index a7717b74cb3..00000000000 --- a/res/layout/suggestion_tile_v2.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/res/layout/suggestion_tile_with_button.xml b/res/layout/suggestion_tile_with_button.xml index 081df5b061f..a674bcb08b1 100644 --- a/res/layout/suggestion_tile_with_button.xml +++ b/res/layout/suggestion_tile_with_button.xml @@ -14,58 +14,78 @@ limitations under the License. --> - - - + app:cardPreventCornerOverlap="false" + app:cardUseCompatPadding="true" + app:cardElevation="2dp" + app:cardCornerRadius="@dimen/suggestion_card_corner_radius"> + + + + + + + + + style="@style/SuggestionCardText" + android:layout_marginStart="12dp" + android:layout_marginEnd="12dp" + android:singleLine="true" + android:textAppearance="@style/TextAppearance.SuggestionTitleV2" + android:ellipsize="end" + android:fadingEdge="horizontal" />