summaryrefslogtreecommitdiffstats
path: root/res-560dpi (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-06Remove res-560dpi symlink.Tao Bao1-1/+0
The change to platform/build in [1] added support for mapping numeric DPIs to a proper density bucket. As a result, 560dpi gets mapped to xxxhdpi automatically. This CL removes the previous workaround. [1] https://android-review.googlesource.com/c/platform/build/+/741666 Bug: 111559919 Test: Build recovery image for marlin. Verify that it picks up xxxhdpi recovery resources. Test: Boot into recovery. Run graphics test. Change-Id: I65fefc7e2ba90b347e0ad283139429266d77c3b4
2016-05-02Make text for recovery larger on anglerTianjie Xu1-1/+1
Change the link for 560dpi to xxxhdpi from xxhdpi. Bug: 22465983 Change-Id: I7141ee568cf3e73cdc7e0de986d705c19ac53b1f
2015-06-24recovery: Use xxhdpi resources for 560dpi devicesTao Bao1-0/+1
Create a symbolic link to res-xxhdpi for res-560dpi. 560dpi devices (like shamu) are currently using a fallback option of xhdpi (320dpi) resources. Now they can get closer ones (480dpi), such as larger fonts on UI screen. Change-Id: I427c3091d7e9892d9a7a1886be6adca14c122b06