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

Commit 42a71742 authored by Michael Jurka's avatar Michael Jurka
Browse files

Update styling of tile to pick image as wallpaper

Bug: 10743257
parent 578e09f7
Loading
Loading
Loading
Loading
+1.89 KiB
Loading image diff...
+1.3 KiB
Loading image diff...
+2.42 KiB
Loading image diff...
+2.05 KiB
Loading image diff...
+4 −1
Original line number Diff line number Diff line
@@ -27,11 +27,14 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="#66000000"
        android:scaleType="fitXY" />
        android:scaleType="centerCrop" />
    <TextView
        android:id="@+id/wallpaper_item_label"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:text="@string/pick_image"
        android:drawableTop="@drawable/ic_images"
        android:drawablePadding="4dp"
        android:textColor="#FFFFFFFF"/>
</com.android.launcher3.CheckableFrameLayout>
Loading