Dark Theme - Bug Fix

Customize correctly the event details views
This commit is contained in:
Giom Foret
2017-08-14 20:01:59 +02:00
parent d5d9e8b267
commit c78aebd562
5 changed files with 152 additions and 0 deletions
+18
View File
@@ -454,6 +454,8 @@
F0B4CBA71F41CA44008E99C5 /* DeviceView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F0B4CBA61F41CA44008E99C5 /* DeviceView.xib */; };
F0B4CBAA1F41E71A008E99C5 /* RiotNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = F0B4CBA91F41E71A008E99C5 /* RiotNavigationController.m */; };
F0B4CBAC1F41F090008E99C5 /* EncryptionInfoView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F0B4CBAB1F41F090008E99C5 /* EncryptionInfoView.xib */; };
F0B4CBB11F4215E3008E99C5 /* EventDetailsView.m in Sources */ = {isa = PBXBuildFile; fileRef = F0B4CBAF1F4215E3008E99C5 /* EventDetailsView.m */; };
F0B4CBB21F4215E3008E99C5 /* EventDetailsView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F0B4CBB01F4215E3008E99C5 /* EventDetailsView.xib */; };
F0D869EB1EC455A100BB0A2B /* create_direct_chat.png in Resources */ = {isa = PBXBuildFile; fileRef = F0D869E81EC455A100BB0A2B /* create_direct_chat.png */; };
F0D869EC1EC455A100BB0A2B /* create_direct_chat@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F0D869E91EC455A100BB0A2B /* create_direct_chat@2x.png */; };
F0D869ED1EC455A100BB0A2B /* create_direct_chat@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = F0D869EA1EC455A100BB0A2B /* create_direct_chat@3x.png */; };
@@ -1081,6 +1083,9 @@
F0B4CBA81F41E71A008E99C5 /* RiotNavigationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RiotNavigationController.h; sourceTree = "<group>"; };
F0B4CBA91F41E71A008E99C5 /* RiotNavigationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RiotNavigationController.m; sourceTree = "<group>"; };
F0B4CBAB1F41F090008E99C5 /* EncryptionInfoView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = EncryptionInfoView.xib; sourceTree = "<group>"; };
F0B4CBAE1F4215E3008E99C5 /* EventDetailsView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EventDetailsView.h; sourceTree = "<group>"; };
F0B4CBAF1F4215E3008E99C5 /* EventDetailsView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EventDetailsView.m; sourceTree = "<group>"; };
F0B4CBB01F4215E3008E99C5 /* EventDetailsView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = EventDetailsView.xib; sourceTree = "<group>"; };
F0D869E81EC455A100BB0A2B /* create_direct_chat.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = create_direct_chat.png; sourceTree = "<group>"; };
F0D869E91EC455A100BB0A2B /* create_direct_chat@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "create_direct_chat@2x.png"; sourceTree = "<group>"; };
F0D869EA1EC455A100BB0A2B /* create_direct_chat@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "create_direct_chat@3x.png"; sourceTree = "<group>"; };
@@ -1713,6 +1718,7 @@
F083BC571E7009EC00A9B29C /* Views */ = {
isa = PBXGroup;
children = (
F0B4CBAD1F4215E3008E99C5 /* Event */,
F083BC581E7009EC00A9B29C /* Authentication */,
F083BC5F1E7009EC00A9B29C /* Contact */,
F083BC631E7009EC00A9B29C /* Device */,
@@ -2076,6 +2082,16 @@
name = Products;
sourceTree = "<group>";
};
F0B4CBAD1F4215E3008E99C5 /* Event */ = {
isa = PBXGroup;
children = (
F0B4CBAE1F4215E3008E99C5 /* EventDetailsView.h */,
F0B4CBAF1F4215E3008E99C5 /* EventDetailsView.m */,
F0B4CBB01F4215E3008E99C5 /* EventDetailsView.xib */,
);
path = Event;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -2282,6 +2298,7 @@
F083BE6D1E7009ED00A9B29C /* RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.xib in Resources */,
F083BE9F1E7009ED00A9B29C /* TableViewCellWithCheckBoxes.xib in Resources */,
F0E05A421EA0F9EB004B83FB /* tab_rooms_selected.png in Resources */,
F0B4CBB21F4215E3008E99C5 /* EventDetailsView.xib in Resources */,
F083BE4F1E7009ED00A9B29C /* RoomOutgoingEncryptedAttachmentWithPaginationTitleBubbleCell.xib in Resources */,
F0B4CBAC1F41F090008E99C5 /* EncryptionInfoView.xib in Resources */,
F083BD241E7009ED00A9B29C /* add_participant@3x.png in Resources */,
@@ -2593,6 +2610,7 @@
F083BEA21E7009ED00A9B29C /* TableViewCellWithPhoneNumberTextField.m in Sources */,
F083BE0A1E7009ED00A9B29C /* CallViewController.m in Sources */,
F083BE111E7009ED00A9B29C /* DirectoryViewController.m in Sources */,
F0B4CBB11F4215E3008E99C5 /* EventDetailsView.m in Sources */,
F083BE1E1E7009ED00A9B29C /* RoomMessagesSearchViewController.m in Sources */,
F083BE231E7009ED00A9B29C /* RoomViewController.m in Sources */,
F083BE9E1E7009ED00A9B29C /* TableViewCellWithCheckBoxes.m in Sources */,