commit | 0b7dc1dfcdc5cd7946e958f01d0c302e18cc5dfd | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Jun 24 11:24:04 2015 -0700 |
committer | Tao Bao <tbao@google.com> | Wed Jun 24 18:59:23 2015 +0000 |
tree | 06439f44fee7537086f14f026a7fe2c97ce76670 | |
parent | 719e4e5d9bb7b7f9ffbe48407feee8c985ce7623 [diff] |
recovery: Use xxhdpi resources for 560dpi devices 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
diff --git a/res-560dpi b/res-560dpi new file mode 120000 index 0000000..8576a9b --- /dev/null +++ b/res-560dpi
@@ -0,0 +1 @@ +res-xxhdpi \ No newline at end of file