Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f12b3b8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix apps row align and update to new layout spec"

parents 7cbde88b 47ec054c
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -16,11 +16,14 @@

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="@dimen/apps_row_item_width"
    android:layout_height="@dimen/apps_row_item_height"
    android:layout_width="0dp"
    android:layout_height="wrap_content"
    android:layout_weight="1"
    android:minWidth="@dimen/apps_row_item_width"
    android:minHeight="@dimen/apps_row_item_height"
    android:orientation="vertical"
    android:background="@drawable/generic_ripple_background"
    android:gravity="center">
    android:gravity="center_horizontal">

    <ImageView
        android:id="@+id/app_icon"
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
    <HorizontalScrollView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:fillViewport="true"
        android:scrollbars="none">
        <LinearLayout
            android:id="@+id/apps_group"