mirror of
https://github.com/moparisthebest/k-9
synced 2024-10-31 23:55:08 -04:00
338919a9a0
* remotes/issue814: Changed the appearance of the ChooseAccount activity to better match the look of the account list. svn:eol-style set to LF (UNIX style) Update issue 814 Status: Started Cc: +fiouzy Reuse of res/layout/accounts_item.xml to match account list Automatically expand/scroll to Intent-presented account - Patch provided by fiouzy (ability to choose identity from other accounts) - Modifications in MessageCompose by cketti (use MessageReference to replace mFolder and mSourceMessageUid) Created branch for issue 814 (Feature to select account to send from in compose screen)
10 lines
373 B
XML
10 lines
373 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ExpandableListView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@android:id/list"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:divider="?android:attr/listDivider"
|
|
android:childDivider="?android:attr/listDivider"
|
|
android:indicatorLeft="14dip" />
|