Skip to content

Commit

Permalink
docs: fix OptionDialog example
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored and sgtcoolguy committed Jun 20, 2020
1 parent 9fee644 commit 6b99cf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions android/titanium/res/drawable/bottomnavigation.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#f00"/>
<corners android:topLeftRadius="20dp" android:topRightRadius="20dp"/>
</shape>
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/OptionDialog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ examples:
- title: Dialog with 2 Options and 1 Button on Android and 3 Options on iOS
example: |
`` js
``` js
var win = Ti.UI.createWindow({
title: 'Click window to test OptionDialog',
backgroundColor: 'white'
Expand Down

0 comments on commit 6b99cf9

Please sign in to comment.