소스 검색

Apply menu input field design

Felix Paul Kühne 12 년 전
부모
커밋
13b67810c1
3개의 변경된 파일30개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 1
      Resources/VLCMenuViewController~ipad.xib
  2. 7 0
      Resources/VLCMenuViewController~iphone.xib
  3. 18 2
      VLC for iOS.xcodeproj/project.pbxproj

+ 5 - 1
Resources/VLCMenuViewController~ipad.xib

@@ -312,7 +312,6 @@
 						<reference key="NSWindow"/>
 						<reference key="NSNextKeyView" ref="712064142"/>
 						<string key="NSReuseIdentifierKey">_NS:9</string>
-						<reference key="IBUIBackgroundColor" ref="937037271"/>
 						<bool key="IBUIOpaque">NO</bool>
 						<bool key="IBUIClipsSubviews">YES</bool>
 						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
@@ -331,6 +330,10 @@
 						<object class="IBUITextInputTraits" key="IBUITextInputTraits">
 							<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
 						</object>
+						<object class="NSCustomResource" key="IBUIBackground">
+							<string key="NSClassName">NSImage</string>
+							<string key="NSResourceName">input.png</string>
+						</object>
 						<reference key="IBUIFontDescription" ref="586768340"/>
 						<reference key="IBUIFont" ref="877247040"/>
 					</object>
@@ -836,6 +839,7 @@
 		<int key="IBDocument.defaultPropertyAccessControl">3</int>
 		<dictionary class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
 			<string key="dropboxLabel.png">{159, 43}</string>
+			<string key="input.png">{199, 29}</string>
 			<string key="menuBtnBck.png">{320, 60}</string>
 			<string key="menuBtnBckHighlight.png">{320, 60}</string>
 			<string key="menuButton.png">{63, 39}</string>

+ 7 - 0
Resources/VLCMenuViewController~iphone.xib

@@ -83,6 +83,10 @@
 						<object class="IBUITextInputTraits" key="IBUITextInputTraits">
 							<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
 						</object>
+						<object class="NSCustomResource" key="IBUIBackground">
+							<string key="NSClassName">NSImage</string>
+							<string key="NSResourceName">input.png</string>
+						</object>
 						<object class="IBUIFontDescription" key="IBUIFontDescription" id="142511261">
 							<int key="type">1</int>
 							<double key="pointSize">14</double>
@@ -99,6 +103,7 @@
 						<string key="NSFrame">{{229, 8}, {70, 44}}</string>
 						<reference key="NSSuperview" ref="574364168"/>
 						<reference key="NSWindow"/>
+						<reference key="NSNextKeyView"/>
 						<string key="NSReuseIdentifierKey">_NS:9</string>
 						<bool key="IBUIOpaque">NO</bool>
 						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
@@ -207,6 +212,7 @@
 								<string key="NSFrame">{{0, 323}, {320, 60}}</string>
 								<reference key="NSSuperview" ref="197151749"/>
 								<reference key="NSWindow"/>
+								<reference key="NSNextKeyView"/>
 								<string key="NSReuseIdentifierKey">_NS:9</string>
 								<reference key="IBUIBackgroundColor" ref="937037271"/>
 								<bool key="IBUIOpaque">NO</bool>
@@ -919,6 +925,7 @@
 		<int key="IBDocument.defaultPropertyAccessControl">3</int>
 		<dictionary class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
 			<string key="dropboxLabel.png">{159, 43}</string>
+			<string key="input.png">{199, 29}</string>
 			<string key="menuBtnBck.png">{320, 60}</string>
 			<string key="menuBtnBckHighlight.png">{320, 60}</string>
 			<string key="menuButton.png">{63, 39}</string>

+ 18 - 2
VLC for iOS.xcodeproj/project.pbxproj

@@ -208,6 +208,8 @@
 		7DEB3B7217649BEB0038FC70 /* Icon-512.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DEB3B7117649BEB0038FC70 /* Icon-512.png */; };
 		7DEB3B7517649F2C0038FC70 /* menuButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DEB3B7317649F2C0038FC70 /* menuButton.png */; };
 		7DEB3B7617649F2C0038FC70 /* menuButton@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DEB3B7417649F2C0038FC70 /* menuButton@2x.png */; };
+		7DEB3B791764A4040038FC70 /* input@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DEB3B771764A4040038FC70 /* input@2x.png */; };
+		7DEB3B7A1764A4040038FC70 /* input.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DEB3B781764A4040038FC70 /* input.png */; };
 		7DF65C2D174FF3F400F43330 /* VLCDropboxTableViewCell~iphone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7DF65C2C174FF3F400F43330 /* VLCDropboxTableViewCell~iphone.xib */; };
 		7DF7E791175F47DC0018858D /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DF7E790175F47DC0018858D /* MediaPlayer.framework */; };
 		A7035BBE174519600057DFA7 /* iTunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = A7035BBD174519600057DFA7 /* iTunesArtwork */; };
@@ -563,6 +565,8 @@
 		7DEB3B7117649BEB0038FC70 /* Icon-512.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-512.png"; sourceTree = "<group>"; };
 		7DEB3B7317649F2C0038FC70 /* menuButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = menuButton.png; sourceTree = "<group>"; };
 		7DEB3B7417649F2C0038FC70 /* menuButton@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "menuButton@2x.png"; sourceTree = "<group>"; };
+		7DEB3B771764A4040038FC70 /* input@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "input@2x.png"; sourceTree = "<group>"; };
+		7DEB3B781764A4040038FC70 /* input.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = input.png; sourceTree = "<group>"; };
 		7DF65C2C174FF3F400F43330 /* VLCDropboxTableViewCell~iphone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCDropboxTableViewCell~iphone.xib"; path = "../Resources/VLCDropboxTableViewCell~iphone.xib"; sourceTree = "<group>"; };
 		7DF7E790175F47DC0018858D /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
 		A7035BBD174519600057DFA7 /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = iTunesArtwork; sourceTree = "<group>"; };
@@ -1212,6 +1216,17 @@
 			name = Icons;
 			sourceTree = "<group>";
 		};
+		7DEB3B7B1764A4080038FC70 /* menu */ = {
+			isa = PBXGroup;
+			children = (
+				7DEB3B771764A4040038FC70 /* input@2x.png */,
+				7DEB3B781764A4040038FC70 /* input.png */,
+				7DEB3B7317649F2C0038FC70 /* menuButton.png */,
+				7DEB3B7417649F2C0038FC70 /* menuButton@2x.png */,
+			);
+			name = menu;
+			sourceTree = "<group>";
+		};
 		A7924697170F0ED20036AAF2 /* Resources */ = {
 			isa = PBXGroup;
 			children = (
@@ -1223,8 +1238,7 @@
 				7DA8B0F9173318E80029698C /* SourceCodePro-Regular.ttf */,
 				7DA8B0FA173318E80029698C /* SourceSansPro-Regular.ttf */,
 				7D5DD5C617590ABF001421E3 /* About Contents.html */,
-				7DEB3B7317649F2C0038FC70 /* menuButton.png */,
-				7DEB3B7417649F2C0038FC70 /* menuButton@2x.png */,
+				7DEB3B7B1764A4080038FC70 /* menu */,
 				7DBC3B3C1711DD1E00DCF688 /* Icons */,
 				A79246C6170F11DF0036AAF2 /* Localizable.strings */,
 				7D10BC651743F9A100DA7059 /* External Playback */,
@@ -1481,6 +1495,8 @@
 				7DEB3B7217649BEB0038FC70 /* Icon-512.png in Resources */,
 				7DEB3B7517649F2C0038FC70 /* menuButton.png in Resources */,
 				7DEB3B7617649F2C0038FC70 /* menuButton@2x.png in Resources */,
+				7DEB3B791764A4040038FC70 /* input@2x.png in Resources */,
+				7DEB3B7A1764A4040038FC70 /* input.png in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};