I cannot change the color of the bottom of the selected tab (TabItem
) on the TabControl
. I need to change from light blue to dark blue as at the top.
I'm using Firemonkey for Android and Delphi XE6.
I cannot change the color of the bottom of the selected tab (TabItem
) on the TabControl
. I need to change from light blue to dark blue as at the top.
I'm using Firemonkey for Android and Delphi XE6.
テーマジェネレーターが 役立つかもしれません。
スタイル名を変更し[今の例]、テーマを設定し、zipをダウンロードしてリソースフォルダーに貼り付け、マニフェストファイルのテーマを次のように変更します
android:theme="@style/example"
これがお役に立てば幸いです。