mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	performance + usability
obsolete layout params Ellipsis string can be replaced with ellipsis character Missing inputType Usage of showAsAction=always BUILD SUCCESSFUL in 5s 39 actionable tasks: 4 executed, 35 up-to-date
This commit is contained in:
		| @@ -114,7 +114,8 @@ | ||||
|             <EditText | ||||
|                 android:id="@+id/errorCommentBox" | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="wrap_content"/> | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:inputType="" /> | ||||
|  | ||||
|             <Button | ||||
|                 android:id="@+id/errorReportButton" | ||||
|   | ||||
| @@ -45,8 +45,7 @@ | ||||
| 				android:id="@+id/item_size" | ||||
| 				android:layout_width="match_parent" | ||||
| 				android:layout_height="wrap_content" | ||||
| 				android:layout_below="@id/item_name" | ||||
| 				android:padding="6dp" | ||||
|                 android:padding="6dp" | ||||
| 				android:singleLine="true" | ||||
| 				android:text="100.00MB" | ||||
| 				android:textSize="12sp" | ||||
|   | ||||
| @@ -7,16 +7,16 @@ | ||||
|         android:id="@+id/toggleOrientation" | ||||
|         android:icon="@drawable/ic_screen_rotation_white" | ||||
|         android:title="@string/toggle_orientation" | ||||
|         app:showAsAction="always|withText" /> | ||||
|         app:showAsAction="ifRoom|withText" /> | ||||
|     <item | ||||
|         android:id="@+id/switchPopup" | ||||
|         android:icon="@drawable/ic_fullscreen_exit_white" | ||||
|         android:title="@string/switch_to_popup" | ||||
|         app:showAsAction="always|withText" /> | ||||
|         app:showAsAction="ifRoom|withText" /> | ||||
|     <item | ||||
|         android:id="@+id/switchBackground" | ||||
|         android:icon="?audio" | ||||
|         android:title="@string/switch_to_background" | ||||
|         app:showAsAction="always|withText" /> | ||||
|         app:showAsAction="ifRoom|withText" /> | ||||
| </menu> | ||||
|  | ||||
|   | ||||
| @@ -111,7 +111,7 @@ | ||||
|     <string name="msg_url_malform">Hibás URL vagy nincs internet</string> | ||||
|     <string name="msg_running">NewPipe letöltés folyamatban</string> | ||||
|     <string name="msg_running_detail">Katt a részletekért</string> | ||||
|     <string name="msg_wait">Kérlek várj...</string> | ||||
|     <string name="msg_wait">Kérlek várj…</string> | ||||
|     <string name="msg_copied">Vágólapra másolva.</string> | ||||
|     <string name="no_available_dir">Kérlek válassz egy létező könyvtárat a letöltésekhez.</string> | ||||
|  | ||||
|   | ||||
| @@ -414,7 +414,7 @@ | ||||
| \n | ||||
| \n만약 모르신다면, 다음을 참고하세요: | ||||
| \n | ||||
| \n1. 모바일 환경이시면 브라우저 설정에서 데스크탑 모드를 활성화해주세요. Chrome 모바일에서는 오른쪽 ... 클릭시 아래쪽에 있습니다. | ||||
| \n1. 모바일 환경이시면 브라우저 설정에서 데스크탑 모드를 활성화해주세요. Chrome 모바일에서는 오른쪽 … 클릭시 아래쪽에 있습니다. | ||||
| \n2. 이 주소로 가세요: %1$s  | ||||
| \n3. 로그인이 필요하면 하세요. | ||||
| \n4. 리디렉트된 곳의 URL을 복사하세요. (이 URL이 당신의 프로필 URL 입니다)</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 BO41
					BO41