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

Commit 05d50fac authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge branch '2402os-u-tabletwalls' into 'v2.6-u'

Backgrounds: Add tablet wallpapers

See merge request !10
parents 98becbf7 ed005603
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -8,7 +8,9 @@ include $(CLEAR_VARS)

LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res

ifeq ($(shell test $(TARGET_SCREEN_WIDTH) -gt 1080; echo $$?),0)
ifeq ($(USE_TABLET_BACKGROUNDS),true)
LOCAL_RESOURCE_DIR += $(LOCAL_PATH)/res_tablet
else ifeq ($(shell test $(TARGET_SCREEN_WIDTH) -gt 1080; echo $$?),0)
LOCAL_RESOURCE_DIR += $(LOCAL_PATH)/res_1440p
else
LOCAL_RESOURCE_DIR += $(LOCAL_PATH)/res_1080p
+8 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     SPDX-FileCopyrightText: 2019 The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->
<resources>
    <string name="app_name">சுவர்த்தாள்கள்</string>
</resources>
+659 KiB
Loading image diff...
+14.2 KiB
Loading image diff...
+1.05 MiB
Loading image diff...
Loading