summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornkk71 <nkk71x@gmail.com>2017-08-06 23:28:19 +0200
committernkk71 <nkk71x@gmail.com>2017-08-08 12:23:49 +0200
commit1a230e461c96e4b7ee5e04fd998e8a0be372e315 (patch)
tree00be99793b817915eaaf98d1477b251f7b19e022
parenttwrpTar: Fix uninitialized current_archive_type (diff)
downloadandroid_bootable_recovery-1a230e461c96e4b7ee5e04fd998e8a0be372e315.tar
android_bootable_recovery-1a230e461c96e4b7ee5e04fd998e8a0be372e315.tar.gz
android_bootable_recovery-1a230e461c96e4b7ee5e04fd998e8a0be372e315.tar.bz2
android_bootable_recovery-1a230e461c96e4b7ee5e04fd998e8a0be372e315.tar.lz
android_bootable_recovery-1a230e461c96e4b7ee5e04fd998e8a0be372e315.tar.xz
android_bootable_recovery-1a230e461c96e4b7ee5e04fd998e8a0be372e315.tar.zst
android_bootable_recovery-1a230e461c96e4b7ee5e04fd998e8a0be372e315.zip
-rw-r--r--gui/theme/common/landscape.xml1
-rw-r--r--gui/theme/common/portrait.xml1
-rw-r--r--gui/theme/common/watch.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml
index 0b8860e25..1302c2931 100644
--- a/gui/theme/common/landscape.xml
+++ b/gui/theme/common/landscape.xml
@@ -139,6 +139,7 @@
<style name="scrolllist">
<background color="%background_color%"/>
<font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%"/>
+ <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%accent_color%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
</style>
<style name="partitionlist">
diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml
index b0a16607b..f163bea8b 100644
--- a/gui/theme/common/portrait.xml
+++ b/gui/theme/common/portrait.xml
@@ -110,6 +110,7 @@
<style name="scrolllist">
<background color="%background_color%"/>
<font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%"/>
+ <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%accent_color%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
</style>
<style name="partitionlist">
diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml
index b143d4ab9..f1aff443e 100644
--- a/gui/theme/common/watch.xml
+++ b/gui/theme/common/watch.xml
@@ -124,6 +124,7 @@
<icon selected="checkbox_true" unselected="checkbox_false"/>
<background color="%background_color%"/>
<font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%" highlightcolor="%accent_color%"/>
+ <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%accent_color%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/>
</style>
<style name="partitionlist">