diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-10-05 05:09:08 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-10-15 16:23:39 +0200 |
commit | 88037f476f43354725e4fb06e36b56128f33cd5a (patch) | |
tree | 7c21765296475fdf523a38c4c2f611af1dcb395e /gui/devices/1920x1200/res | |
parent | Fix up twrpTar (diff) | |
download | android_bootable_recovery-88037f476f43354725e4fb06e36b56128f33cd5a.tar android_bootable_recovery-88037f476f43354725e4fb06e36b56128f33cd5a.tar.gz android_bootable_recovery-88037f476f43354725e4fb06e36b56128f33cd5a.tar.bz2 android_bootable_recovery-88037f476f43354725e4fb06e36b56128f33cd5a.tar.lz android_bootable_recovery-88037f476f43354725e4fb06e36b56128f33cd5a.tar.xz android_bootable_recovery-88037f476f43354725e4fb06e36b56128f33cd5a.tar.zst android_bootable_recovery-88037f476f43354725e4fb06e36b56128f33cd5a.zip |
Diffstat (limited to 'gui/devices/1920x1200/res')
-rw-r--r-- | gui/devices/1920x1200/res/fonts/Roboto-Regular-30.dat | bin | 8722 -> 0 bytes | |||
-rw-r--r-- | gui/devices/1920x1200/res/ui.xml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gui/devices/1920x1200/res/fonts/Roboto-Regular-30.dat b/gui/devices/1920x1200/res/fonts/Roboto-Regular-30.dat Binary files differdeleted file mode 100644 index 9f8082ccc..000000000 --- a/gui/devices/1920x1200/res/fonts/Roboto-Regular-30.dat +++ /dev/null diff --git a/gui/devices/1920x1200/res/ui.xml b/gui/devices/1920x1200/res/ui.xml index 4cc578c7b..8171cf596 100644 --- a/gui/devices/1920x1200/res/ui.xml +++ b/gui/devices/1920x1200/res/ui.xml @@ -14,7 +14,7 @@ </include> <resources> - <resource name="font" type="font" filename="RobotoCondensed-Regular.ttf" size="30" fallback="Roboto-Regular-30" /> + <resource name="font" type="font" filename="RobotoCondensed-Regular.ttf" size="30" /> <resource name="fixed" type="font" filename="DroidSansMono.ttf" size="22" /> <resource name="twrplogo" type="image" filename="twrplogo" retainaspect="1" /> <resource name="main_button" type="image" filename="button" /> |