scsjc Well-Known Member Licensed User Longtime User Sep 9, 2017 #1 Hi, is possible change the background color for Samsung S8 button haptic (where are ...home button, back button, menu button) thanks
Hi, is possible change the background color for Samsung S8 button haptic (where are ...home button, back button, menu button) thanks
Erel B4X founder Staff member Licensed User Longtime User Sep 10, 2017 #2 You can change the color of the bottom bar (navigation bar) by using an AppCompat theme and adding this line: B4X: <item name="android:navigationBarColor">#FFFE0000</item> Upvote 0
You can change the color of the bottom bar (navigation bar) by using an AppCompat theme and adding this line: B4X: <item name="android:navigationBarColor">#FFFE0000</item>
scsjc Well-Known Member Licensed User Longtime User Sep 10, 2017 #3 Erel said: You can change the color of the bottom bar (navigation bar) by using an AppCompat theme and adding this line: B4X: <item name="android:navigationBarColor">#FFFE0000</item> Click to expand... Thanks Upvote 0
Erel said: You can change the color of the bottom bar (navigation bar) by using an AppCompat theme and adding this line: B4X: <item name="android:navigationBarColor">#FFFE0000</item> Click to expand... Thanks