0

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.

enter image description here

4

3 に答える 3

0

テーマジェネレーターが 役立つかもしれません。

スタイル名を変更し[今の例]、テーマを設定し、zipをダウンロードしてリソースフォルダーに貼り付け、マニフェストファイルのテーマを次のように変更します

android:theme="@style/example"

これがお役に立てば幸いです。

于 2014-11-07T13:31:09.930 に答える