Fonctions de messagerie terminÃee, a faire: utiliser la CAB en respectant linterface d origine
This commit is contained in:
parent
4ad532d316
commit
9c1fc98bb1
2 changed files with 2 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
</style>
|
||||
|
||||
<style name="NoTitle.ActionMode" parent="@style/Widget.AppCompat.ActionMode">
|
||||
<item name="android:background">@color/colorE</item>
|
||||
<item name="android:background">@color/colorF</item>
|
||||
<item name="android:height">100dp</item>
|
||||
</style>
|
||||
|
||||
|
|
|
@ -62,11 +62,10 @@ import static org.linphone.fragments.FragmentsAvailable.CHAT_LIST;
|
|||
|
||||
public class ChatListFragment extends Fragment implements ContactsUpdatedListener, ListSelectionHelper.DeleteListener {
|
||||
//public class ChatListFragment extends Fragment {
|
||||
// private LayoutInflater mInflater;
|
||||
private ActionModeCallback actionModeCallback = new ActionModeCallback();
|
||||
private ActionMode actionMode;
|
||||
|
||||
private LinearLayout mEditTopBar, mTabBar;
|
||||
private LinearLayout mTabBar;
|
||||
private DrawerLayout mSideMenu;
|
||||
private ImageView mEditButton;
|
||||
private MenuItem mSelectAllButton, mDeselectAllButton, mDeleteButton;
|
||||
|
|
Loading…
Reference in a new issue