Fonctions de messagerie terminÃee, a faire: utiliser la CAB en respectant linterface d origine

This commit is contained in:
LuLe73 2018-05-29 10:10:55 +02:00 committed by Lucas Legrand
parent 4ad532d316
commit 9c1fc98bb1
2 changed files with 2 additions and 3 deletions

View file

@ -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>

View file

@ -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;