-
Followed the instructions in the Readme to build in Titanium Studio. After importing the project, I get an error on line 32 of Drawer.java
```
import android.support.v7.app.ActionBarActivity;
```
Er…
-
Is it possible to support Android 2.2 (level 8)?
drawer_row.xml uses
``` xml
android:background="?android:attr/selectableItemBackground"
```
which requires level 11 rather than 8
-
ThinkSome
Can we have more different upgrades for drawers?
SX
Capacity is already huge with mithril upgrades.
I cannot really think about any other possible upgrades for drawers? Got some ideas…
-
During the v3 launch, Susan Berta of Orca Network requested we add a logo for WhidbeyTel, the telecommunications company that is supporting the hydrophone through donation of funds and Internet servic…
-
## Summary
Patterns for displaying forms including layout and best practice.
## 💬 Description
Additional examples and improvements to the form layout patterns detailed on the design system website.
…
-
When changes the language of Android, the app with DrawerLayout in it crashes with the following stack trace:
```
[ERROR] TiApplication: (main) [23280,83891] Sending event: exception on thread: main …
-
This issue is to track the changes between AutoDraw 2.1 to 2.2, and to list all features planned or complete for the 2.2 Milestone. This issue is open to discussion for newer suggestions, however use …
-
I would like to add some widgets above AppBar, but after set it's parameter primary to false get locked cliсkable area atop of it. It reproduces on iOS, on Android it works good.
In `scaffold.dart`…
-
First of all thanks for this awesome project!
The only real disadvantage I see with this component compared to the regular array drawer is that the original supports drag/dropping a list of element…
-
I'd really like to be able to save requests to replay later, especially ones with complex json bodies or large header values (like for authentication).