diff options
| author | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-12-31 01:41:21 +0100 |
|---|---|---|
| committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-12-31 01:41:21 +0100 |
| commit | cdb3e04b4701079cb77fb74e57de7545431a3b37 (patch) | |
| tree | a998fd4ba6e4cc890ded783cd52fb02e032df96b /libraries/pinned-section-listview/example/res/layout | |
| parent | daadc30044659bc08ba3fcbca16083b0e98d353e (diff) | |
| download | open-keychain-cdb3e04b4701079cb77fb74e57de7545431a3b37.tar.gz open-keychain-cdb3e04b4701079cb77fb74e57de7545431a3b37.tar.bz2 open-keychain-cdb3e04b4701079cb77fb74e57de7545431a3b37.zip | |
Add pinned listview lib
Diffstat (limited to 'libraries/pinned-section-listview/example/res/layout')
| -rw-r--r-- | libraries/pinned-section-listview/example/res/layout/activity_main.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/pinned-section-listview/example/res/layout/activity_main.xml b/libraries/pinned-section-listview/example/res/layout/activity_main.xml new file mode 100644 index 000000000..b641f4c80 --- /dev/null +++ b/libraries/pinned-section-listview/example/res/layout/activity_main.xml @@ -0,0 +1,8 @@ +<com.hb.views.PinnedSectionListView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@android:id/list" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:headerDividersEnabled="false" + android:footerDividersEnabled="false" + android:divider="@null" + />
\ No newline at end of file |
