您的位置:首页 > 编程语言 > Delphi

Android v4.4 KitKat Style for RAD Studio and Delphi XE5

2014-01-25 10:01 543 查看
Instructions on how to use the style are outlined the included Readme

Embarcadero Android 4.4 Style for FireMonkey for use in Delphi and RAD Studio XE5

To add style support for Android 4.4 to your Android application, follow these steps:

1. Place the TStyleBook component onto your form and rename it to KiKatStyleBook, for example.

2. Load the AndroidLight.fsf or AndroidDark.fsf KitKat style to the KiKatStyleBook.

3. Create a TForm.OnCreate event, and add this code:

{$IFDEF ANDROID}
if TOSVersion.Check(4, 4) then StyleBook := KitKatStyleBook;
{$ENDIF}


下载:http://www.400gb.com/file/55393513
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: