Loading res/layout/dashboard_tile.xml +4 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,10 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="@style/TextAppearance.Small" android:textColor="?android:attr/textColorSecondary" /> android:textColor="?android:attr/textColorSecondary" android:maxLines="1" android:ellipsize="end" android:paddingEnd="@dimen/dashboard_tile_image_margin_start" /> </LinearLayout> Loading Loading
res/layout/dashboard_tile.xml +4 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,10 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="@style/TextAppearance.Small" android:textColor="?android:attr/textColorSecondary" /> android:textColor="?android:attr/textColorSecondary" android:maxLines="1" android:ellipsize="end" android:paddingEnd="@dimen/dashboard_tile_image_margin_start" /> </LinearLayout> Loading